Orange
#F2A126
OrangeColor Codes
All color formats for development
HEX
#F2A126RGB
rgb(242, 161, 38)HSL
hsl(36, 89%, 55%)OKLCH
oklch(0.771 0.156 70.9)CMYK
cmyk(0%, 33%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF950E
2#D4840C
3#BA740B
4#9F6309
5#855308
6#6A4206
7#503205
8#352103
9#1B1102
Tints
Lighter variations
1#F4AA3C
2#F5B451
3#F6BD67
4#F7C67D
5#F9D093
6#FAD9A8
7#FBE3BE
8#FCECD4
9#FEF6E9
Tones
Muted variations
1#E89F30
2#DE9D3B
3#D49B45
4#CA994F
5#BF9659
6#B59463
7#AB926E
8#A19078
9#968E82
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF0 #FDF0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE4 #FBE4C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9CF #F9CF90 | BordersInactive statesPlaceholder text |
| 400 | F5B6 #F5B656 | Disabled statesSecondary iconsMuted text |
| 500 | F2A1 #F2A126 | Primary brand colorCTAsActive elementsLinks |
| 600 | D484 #D4840C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A969 #A9690A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 784B #784B07 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D30 #4D3004 | Primary textHigh emphasis contentDark headings |
| 950 | 301E #301E03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEF9F1;
--orange-100: #FDF0DD;
--orange-200: #FBE4C0;
--orange-300: #F9CF90;
--orange-400: #F5B656;
--orange-500: #F2A126;
--orange-600: #D4840C;
--orange-700: #A9690A;
--orange-800: #784B07;
--orange-900: #4D3004;
--orange-950: #301E03;
}