Orange
#F5B924
OrangeColor Codes
All color formats for development
HEX
#F5B924RGB
rgb(245, 185, 36)HSL
hsl(43, 91%, 55%)OKLCH
oklch(0.819 0.161 83.6)CMYK
cmyk(0%, 24%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F1B00B
2#D69C0A
3#BC8909
4#A17508
5#866206
6#6B4E05
7#503B04
8#362703
9#1B1401
Tints
Lighter variations
1#F6C03A
2#F7C750
3#F8CE66
4#F9D57B
5#FADC91
6#FBE3A7
7#FCEABD
8#FDF1D3
9#FEF8E9
Tones
Muted variations
1#EAB52E
2#E0B039
3#D5AC43
4#CBA74E
5#C0A358
6#B69E62
7#AC9A6D
8#A19577
9#979182
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF4 #FDF4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCEB #FCEBC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FADB #FADB8F | BordersInactive statesPlaceholder text |
| 400 | F7C9 #F7C955 | Disabled statesSecondary iconsMuted text |
| 500 | F5B9 #F5B924 | Primary brand colorCTAsActive elementsLinks |
| 600 | D69C #D69C0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA7C #AA7C08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A59 #7A5906 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E39 #4E3904 | Primary textHigh emphasis contentDark headings |
| 950 | 3124 #312402 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFAF0;
--orange-100: #FDF4DD;
--orange-200: #FCEBC0;
--orange-300: #FADB8F;
--orange-400: #F7C955;
--orange-500: #F5B924;
--orange-600: #D69C0A;
--orange-700: #AA7C08;
--orange-800: #7A5906;
--orange-900: #4E3904;
--orange-950: #312402;
}