Orange
#F4BC25
OrangeColor Codes
All color formats for development
HEX
#F4BC25RGB
rgb(244, 188, 37)HSL
hsl(44, 90%, 55%)OKLCH
oklch(0.824 0.161 85.6)CMYK
cmyk(0%, 23%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0B30D
2#D59F0B
3#BB8B0A
4#A07708
5#856407
6#6B5006
7#503C04
8#352803
9#1B1401
Tints
Lighter variations
1#F5C33B
2#F6CA51
3#F7D066
4#F8D77C
5#F9DE92
6#FAE4A8
7#FCEBBE
8#FDF2D3
9#FEF8E9
Tones
Muted variations
1#E9B82F
2#DFB33A
3#D5AE44
4#CAA94E
5#C0A459
6#B6A063
7#AB9B6D
8#A19678
9#979182
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF5 #FDF5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCEC #FCECC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9DD #F9DD90 | BordersInactive statesPlaceholder text |
| 400 | F6CB #F6CB55 | Disabled statesSecondary iconsMuted text |
| 500 | F4BC #F4BC25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D59F #D59F0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA7F #AA7F09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 795B #795B06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E3A #4E3A04 | Primary textHigh emphasis contentDark headings |
| 950 | 3024 #302403 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFBF0;
--orange-100: #FDF5DD;
--orange-200: #FCECC0;
--orange-300: #F9DD90;
--orange-400: #F6CB55;
--orange-500: #F4BC25;
--orange-600: #D59F0B;
--orange-700: #AA7F09;
--orange-800: #795B06;
--orange-900: #4E3A04;
--orange-950: #302403;
}