Orange
#F9B81F
OrangeColor Codes
All color formats for development
HEX
#F9B81FRGB
rgb(249, 184, 31)HSL
hsl(42, 95%, 55%)OKLCH
oklch(0.821 0.163 81.8)CMYK
cmyk(0%, 26%, 88%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6AE06
2#DB9B06
3#BF8705
4#A47404
5#896104
6#6D4D03
7#523A02
8#372701
9#1B1301
Tints
Lighter variations
1#FABF36
2#FAC64C
3#FBCD62
4#FCD479
5#FCDB8F
6#FDE3A5
7#FDEABC
8#FEF1D2
9#FEF8E9
Tones
Muted variations
1#EEB32A
2#E3AF35
3#D9AB40
4#CEA64B
5#C3A256
6#B89E61
7#AD996C
8#A29576
9#979181
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF4 #FEF4DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDEA #FDEABE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCDB #FCDB8D | BordersInactive statesPlaceholder text |
| 400 | FBC8 #FBC851 | Disabled statesSecondary iconsMuted text |
| 500 | F9B8 #F9B81F | Primary brand colorCTAsActive elementsLinks |
| 600 | DB9B #DB9B06 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE7B #AE7B04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C58 #7C5803 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5038 #503802 | Primary textHigh emphasis contentDark headings |
| 950 | 3223 #322301 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FFFAF0;
--orange-100: #FEF4DC;
--orange-200: #FDEABE;
--orange-300: #FCDB8D;
--orange-400: #FBC851;
--orange-500: #F9B81F;
--orange-600: #DB9B06;
--orange-700: #AE7B04;
--orange-800: #7C5803;
--orange-900: #503802;
--orange-950: #322301;
}