Orange

#FC9F1D

Orange

Color Codes

All color formats for development

HEX
#FC9F1D
RGB
rgb(252, 159, 29)
HSL
hsl(35, 97%, 55%)
OKLCH
oklch(0.779 0.166 67.1)
CMYK
cmyk(0%, 37%, 88%, 1%)

Accessibility

WCAG contrast compliance

On White Background

2.08:1

AA AAA

On Black Background

10.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF9
100
#FEF0
200
#FEE3
300
#FDCE
400
#FCB4
500
#FC9F
600
#DD82
700
#B068
800
#7E4A
900
#502F
950
#321E

Shades

Darker variations

1#F99304
2#DD8203
3#C17203
4#A66203
5#8A5102
6#6F4102
7#533101
8#372101
9#1C1000

Tints

Lighter variations

1#FCA834
2#FCB24A
3#FDBC61
4#FDC577
5#FDCF8E
6#FED9A5
7#FEE2BB
8#FEECD2
9#FFF5E8

Tones

Muted variations

1#F09D28
2#E59B33
3#DA993E
4#CF9749
5#C49655
6#B99460
7#AE926B
8#A39076
9#978E81

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF9
#FFF9F0
BackgroundsSubtle highlightsCard backgrounds
100
FEF0
#FEF0DC
Light backgroundsTable row hoverSkeleton loading
200
FEE3
#FEE3BE
Secondary backgroundsInput backgroundsDividers
300
FDCE
#FDCE8B
BordersInactive statesPlaceholder text
400
FCB4
#FCB44F
Disabled statesSecondary iconsMuted text
500
FC9F
#FC9F1D
Primary brand colorCTAsActive elementsLinks
600
DD82
#DD8203
Hover statesFocus ringsPrimary buttons hover
700
B068
#B06803
Active/pressed statesDark mode accentsSecondary text
800
7E4A
#7E4A02
Text on light backgroundsHeadingsStrong borders
900
502F
#502F01
Primary textHigh emphasis contentDark headings
950
321E
#321E01
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-50: #FFF9F0;
  --orange-100: #FEF0DC;
  --orange-200: #FEE3BE;
  --orange-300: #FDCE8B;
  --orange-400: #FCB44F;
  --orange-500: #FC9F1D;
  --orange-600: #DD8203;
  --orange-700: #B06803;
  --orange-800: #7E4A02;
  --orange-900: #502F01;
  --orange-950: #321E01;
}
Generate More ShadesCreate PaletteConvert Color