Orange
#F4B925
OrangeColor Codes
All color formats for development
HEX
#F4B925RGB
rgb(244, 185, 37)HSL
hsl(43, 90%, 55%)OKLCH
oklch(0.818 0.16 84)CMYK
cmyk(0%, 24%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0AF0D
2#D59C0B
3#BB880A
4#A07508
5#856107
6#6B4E06
7#503A04
8#352703
9#1B1301
Tints
Lighter variations
1#F5C03B
2#F6C751
3#F7CE66
4#F8D57C
5#F9DC92
6#FAE3A8
7#FCEABE
8#FDF1D3
9#FEF8E9
Tones
Muted variations
1#E9B52F
2#DFB03A
3#D5AC44
4#CAA74E
5#C0A359
6#B69E63
7#AB9A6D
8#A19578
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 | F9DB #F9DB90 | BordersInactive statesPlaceholder text |
| 400 | F6C9 #F6C955 | Disabled statesSecondary iconsMuted text |
| 500 | F4B9 #F4B925 | Primary brand colorCTAsActive elementsLinks |
| 600 | D59C #D59C0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA7C #AA7C09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7959 #795906 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E39 #4E3904 | Primary textHigh emphasis contentDark headings |
| 950 | 3023 #302303 | 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: #F9DB90;
--orange-400: #F6C955;
--orange-500: #F4B925;
--orange-600: #D59C0B;
--orange-700: #AA7C09;
--orange-800: #795906;
--orange-900: #4E3904;
--orange-950: #302303;
}