Orange
#F4AB25
OrangeColor Codes
All color formats for development
HEX
#F4AB25RGB
rgb(244, 171, 37)HSL
hsl(39, 90%, 55%)OKLCH
oklch(0.792 0.158 76.1)CMYK
cmyk(0%, 30%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0A00D
2#D58E0B
3#BB7D0A
4#A06B08
5#855907
6#6B4706
7#503504
8#352403
9#1B1201
Tints
Lighter variations
1#F5B43B
2#F6BC51
3#F7C466
4#F8CD7C
5#F9D592
6#FADDA8
7#FCE6BE
8#FDEED3
9#FEF7E9
Tones
Muted variations
1#E9A82F
2#DFA53A
3#D5A244
4#CA9F4E
5#C09C59
6#B69963
7#AB966D
8#A19278
9#978F82
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF2 #FDF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE7 #FCE7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9D4 #F9D490 | BordersInactive statesPlaceholder text |
| 400 | F6BE #F6BE55 | Disabled statesSecondary iconsMuted text |
| 500 | F4AB #F4AB25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D58E #D58E0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA71 #AA7109 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7951 #795106 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E34 #4E3404 | Primary textHigh emphasis contentDark headings |
| 950 | 3020 #302003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEF9F0;
--orange-100: #FDF2DD;
--orange-200: #FCE7C0;
--orange-300: #F9D490;
--orange-400: #F6BE55;
--orange-500: #F4AB25;
--orange-600: #D58E0B;
--orange-700: #AA7109;
--orange-800: #795106;
--orange-900: #4E3404;
--orange-950: #302003;
}