Orange
#F8A220
OrangeColor Codes
All color formats for development
HEX
#F8A220RGB
rgb(248, 162, 32)HSL
hsl(36, 94%, 55%)OKLCH
oklch(0.78 0.162 69.9)CMYK
cmyk(0%, 35%, 87%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F59608
2#DA8507
3#BE7506
4#A36405
5#885304
6#6D4303
7#523203
8#362102
9#1B1101
Tints
Lighter variations
1#F9AB37
2#F9B44D
3#FABE63
4#FBC779
5#FCD090
6#FCDAA6
7#FDE3BC
8#FEECD2
9#FEF6E9
Tones
Muted variations
1#EDA02B
2#E39E36
3#D89B41
4#CD994C
5#C29756
6#B79561
7#AD936C
8#A29177
9#978E81
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF1 #FEF1DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE4 #FDE4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBCF #FBCF8D | BordersInactive statesPlaceholder text |
| 400 | FAB7 #FAB752 | Disabled statesSecondary iconsMuted text |
| 500 | F8A2 #F8A220 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA85 #DA8507 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD6A #AD6A05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C4C #7C4C04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F30 #4F3002 | Primary textHigh emphasis contentDark headings |
| 950 | 311E #311E02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FFF9F0;
--orange-100: #FEF1DC;
--orange-200: #FDE4BF;
--orange-300: #FBCF8D;
--orange-400: #FAB752;
--orange-500: #F8A220;
--orange-600: #DA8507;
--orange-700: #AD6A05;
--orange-800: #7C4C04;
--orange-900: #4F3002;
--orange-950: #311E02;
}