Orange
#F69A23
OrangeColor Codes
All color formats for development
HEX
#F69A23RGB
rgb(246, 154, 35)HSL
hsl(34, 92%, 55%)OKLCH
oklch(0.763 0.161 65.8)CMYK
cmyk(0%, 37%, 86%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F28E0A
2#D77E09
3#BC6E08
4#A25E07
5#874F06
6#6C3F04
7#512F03
8#361F02
9#1B1001
Tints
Lighter variations
1#F7A439
2#F8AE4F
3#F9B965
4#F9C37B
5#FACD91
6#FBD7A7
7#FCE1BD
8#FDEBD3
9#FEF5E9
Tones
Muted variations
1#EB992D
2#E19838
3#D69642
4#CC954D
5#C19357
6#B69262
7#AC906D
8#A18F77
9#978E82
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEF #FEEFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE2 #FCE2BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FACC #FACC8E | BordersInactive statesPlaceholder text |
| 400 | F8B1 #F8B154 | Disabled statesSecondary iconsMuted text |
| 500 | F69A #F69A23 | Primary brand colorCTAsActive elementsLinks |
| 600 | D77E #D77E09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB64 #AB6407 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A48 #7A4805 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E2E #4E2E03 | Primary textHigh emphasis contentDark headings |
| 950 | 311D #311D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEF8F0;
--orange-100: #FEEFDD;
--orange-200: #FCE2BF;
--orange-300: #FACC8E;
--orange-400: #F8B154;
--orange-500: #F69A23;
--orange-600: #D77E09;
--orange-700: #AB6407;
--orange-800: #7A4805;
--orange-900: #4E2E03;
--orange-950: #311D02;
}