Orange
#F2B226
OrangeColor Codes
All color formats for development
HEX
#F2B226RGB
rgb(242, 178, 38)HSL
hsl(41, 89%, 55%)OKLCH
oklch(0.803 0.157 80.8)CMYK
cmyk(0%, 26%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFA70E
2#D4950C
3#BA820B
4#9F7009
5#855D08
6#6A4A06
7#503805
8#352503
9#1B1302
Tints
Lighter variations
1#F4B93C
2#F5C151
3#F6C967
4#F7D17D
5#F9D893
6#FAE0A8
7#FBE8BE
8#FCF0D4
9#FEF7E9
Tones
Muted variations
1#E8AE30
2#DEAA3B
3#D4A645
4#CAA34F
5#BF9F59
6#B59B63
7#AB976E
8#A19478
9#969082
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF3 #FDF3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE9 #FBE9C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9D7 #F9D790 | BordersInactive statesPlaceholder text |
| 400 | F5C3 #F5C356 | Disabled statesSecondary iconsMuted text |
| 500 | F2B2 #F2B226 | Primary brand colorCTAsActive elementsLinks |
| 600 | D495 #D4950C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A976 #A9760A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7855 #785507 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D36 #4D3604 | Primary textHigh emphasis contentDark headings |
| 950 | 3022 #302203 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFAF1;
--orange-100: #FDF3DD;
--orange-200: #FBE9C0;
--orange-300: #F9D790;
--orange-400: #F5C356;
--orange-500: #F2B226;
--orange-600: #D4950C;
--orange-700: #A9760A;
--orange-800: #785507;
--orange-900: #4D3604;
--orange-950: #302203;
}