Orange
#F59A24
OrangeColor Codes
All color formats for development
HEX
#F59A24RGB
rgb(245, 154, 36)HSL
hsl(34, 91%, 55%)OKLCH
oklch(0.762 0.16 66.1)CMYK
cmyk(0%, 37%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F18E0B
2#D67E0A
3#BC6E09
4#A15E08
5#864F06
6#6B3F05
7#502F04
8#361F03
9#1B1001
Tints
Lighter variations
1#F6A43A
2#F7AE50
3#F8B866
4#F9C37B
5#FACD91
6#FBD7A7
7#FCE1BD
8#FDEBD3
9#FEF5E9
Tones
Muted variations
1#EA992E
2#E09739
3#D59643
4#CB954E
5#C09358
6#B69262
7#AC906D
8#A18F77
9#978E82
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEF #FDEFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE2 #FCE2C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FACB #FACB8F | BordersInactive statesPlaceholder text |
| 400 | F7B1 #F7B155 | Disabled statesSecondary iconsMuted text |
| 500 | F59A #F59A24 | Primary brand colorCTAsActive elementsLinks |
| 600 | D67E #D67E0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA64 #AA6408 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A47 #7A4706 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E2E #4E2E04 | Primary textHigh emphasis contentDark headings |
| 950 | 311D #311D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEF8F0;
--orange-100: #FDEFDD;
--orange-200: #FCE2C0;
--orange-300: #FACB8F;
--orange-400: #F7B155;
--orange-500: #F59A24;
--orange-600: #D67E0A;
--orange-700: #AA6408;
--orange-800: #7A4706;
--orange-900: #4E2E04;
--orange-950: #311D02;
}