Orange
#FC9F1D
OrangeColor Codes
All color formats for development
HEX
#FC9F1DRGB
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
Tailwind Scale
50-950 scale matching Tailwind CSS naming
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
| Level | Color | Typical 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;
}