Orange
#F79A22
OrangeColor Codes
All color formats for development
HEX
#F79A22RGB
rgb(247, 154, 34)HSL
hsl(34, 93%, 55%)OKLCH
oklch(0.765 0.162 65.6)CMYK
cmyk(0%, 38%, 86%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F48E09
2#D97E08
3#BD6E07
4#A25F06
5#874F05
6#6C3F04
7#512F03
8#362002
9#1B1001
Tints
Lighter variations
1#F8A538
2#F9AF4E
3#F9B964
4#FAC37A
5#FBCD90
6#FCD7A6
7#FDE1BD
8#FDEBD3
9#FEF5E9
Tones
Muted variations
1#EC992C
2#E29837
3#D79642
4#CC954C
5#C29357
6#B79262
7#AC916C
8#A28F77
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 | FDE2 #FDE2BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBCC #FBCC8E | BordersInactive statesPlaceholder text |
| 400 | F9B1 #F9B153 | Disabled statesSecondary iconsMuted text |
| 500 | F79A #F79A22 | Primary brand colorCTAsActive elementsLinks |
| 600 | D97E #D97E08 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC64 #AC6406 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B48 #7B4804 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F2E #4F2E03 | 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: #FDE2BF;
--orange-300: #FBCC8E;
--orange-400: #F9B153;
--orange-500: #F79A22;
--orange-600: #D97E08;
--orange-700: #AC6406;
--orange-800: #7B4804;
--orange-900: #4F2E03;
--orange-950: #311D02;
}