Orange
#F0B428
OrangeColor Codes
All color formats for development
HEX
#F0B428RGB
rgb(240, 180, 40)HSL
hsl(42, 87%, 55%)OKLCH
oklch(0.804 0.156 82.6)CMYK
cmyk(0%, 25%, 83%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ECAA10
2#D2970F
3#B8840D
4#9D710B
5#835F09
6#694C07
7#4F3905
8#342604
9#1A1302
Tints
Lighter variations
1#F2BC3E
2#F3C353
3#F5CB69
4#F6D27E
5#F8DA94
6#F9E1A9
7#FBE9BF
8#FCF0D4
9#FEF8EA
Tones
Muted variations
1#E6B032
2#DCAC3C
3#D2A846
4#C8A450
5#BEA05A
6#B49C64
7#AA986E
8#A09478
9#969082
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF3 #FDF3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE9 #FBE9C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7D9 #F7D991 | BordersInactive statesPlaceholder text |
| 400 | F3C5 #F3C558 | Disabled statesSecondary iconsMuted text |
| 500 | F0B4 #F0B428 | Primary brand colorCTAsActive elementsLinks |
| 600 | D297 #D2970F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A778 #A7780C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7756 #775608 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C37 #4C3705 | 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: #FEFAF1;
--orange-100: #FDF3DE;
--orange-200: #FBE9C1;
--orange-300: #F7D991;
--orange-400: #F3C558;
--orange-500: #F0B428;
--orange-600: #D2970F;
--orange-700: #A7780C;
--orange-800: #775608;
--orange-900: #4C3705;
--orange-950: #302203;
}