Orange
#F5B324
OrangeColor Codes
All color formats for development
HEX
#F5B324RGB
rgb(245, 179, 36)HSL
hsl(41, 91%, 55%)OKLCH
oklch(0.808 0.159 80.3)CMYK
cmyk(0%, 27%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F1A80B
2#D6960A
3#BC8309
4#A17008
5#865E06
6#6B4B05
7#503804
8#362503
9#1B1301
Tints
Lighter variations
1#F6BA3A
2#F7C250
3#F8C966
4#F9D17B
5#FAD991
6#FBE0A7
7#FCE8BD
8#FDF0D3
9#FEF7E9
Tones
Muted variations
1#EAAF2E
2#E0AB39
3#D5A743
4#CBA34E
5#C09F58
6#B69C62
7#AC986D
8#A19477
9#979082
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF3 #FDF3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE9 #FCE9C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAD8 #FAD88F | BordersInactive statesPlaceholder text |
| 400 | F7C4 #F7C455 | Disabled statesSecondary iconsMuted text |
| 500 | F5B3 #F5B324 | Primary brand colorCTAsActive elementsLinks |
| 600 | D696 #D6960A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA77 #AA7708 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A55 #7A5506 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E36 #4E3604 | Primary textHigh emphasis contentDark headings |
| 950 | 3122 #312202 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFAF0;
--orange-100: #FDF3DD;
--orange-200: #FCE9C0;
--orange-300: #FAD88F;
--orange-400: #F7C455;
--orange-500: #F5B324;
--orange-600: #D6960A;
--orange-700: #AA7708;
--orange-800: #7A5506;
--orange-900: #4E3604;
--orange-950: #312202;
}