Orange
#F4B225
OrangeColor Codes
All color formats for development
HEX
#F4B225RGB
rgb(244, 178, 37)HSL
hsl(41, 90%, 55%)OKLCH
oklch(0.805 0.158 80.1)CMYK
cmyk(0%, 27%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0A80D
2#D5950B
3#BB830A
4#A07008
5#855D07
6#6B4B06
7#503804
8#352503
9#1B1301
Tints
Lighter variations
1#F5BA3B
2#F6C151
3#F7C966
4#F8D17C
5#F9D992
6#FAE0A8
7#FCE8BE
8#FDF0D3
9#FEF7E9
Tones
Muted variations
1#E9AE2F
2#DFAB3A
3#D5A744
4#CAA34E
5#C09F59
6#B69B63
7#AB986D
8#A19478
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 | F9D8 #F9D890 | BordersInactive statesPlaceholder text |
| 400 | F6C3 #F6C355 | Disabled statesSecondary iconsMuted text |
| 500 | F4B2 #F4B225 | Primary brand colorCTAsActive elementsLinks |
| 600 | D595 #D5950B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA77 #AA7709 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7955 #795506 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E36 #4E3604 | Primary textHigh emphasis contentDark headings |
| 950 | 3022 #302203 | 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: #F9D890;
--orange-400: #F6C355;
--orange-500: #F4B225;
--orange-600: #D5950B;
--orange-700: #AA7709;
--orange-800: #795506;
--orange-900: #4E3604;
--orange-950: #302203;
}