Orange
#F2B926
OrangeColor Codes
All color formats for development
HEX
#F2B926RGB
rgb(242, 185, 38)HSL
hsl(43, 89%, 55%)OKLCH
oklch(0.816 0.159 84.7)CMYK
cmyk(0%, 24%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFAF0E
2#D49B0C
3#BA880B
4#9F7509
5#856108
6#6A4E06
7#503A05
8#352703
9#1B1302
Tints
Lighter variations
1#F4C03C
2#F5C751
3#F6CE67
4#F7D57D
5#F9DC93
6#FAE3A8
7#FBEABE
8#FCF1D4
9#FEF8E9
Tones
Muted variations
1#E8B430
2#DEB03B
3#D4AB45
4#CAA74F
5#BFA259
6#B59E63
7#AB9A6E
8#A19578
9#969182
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF4 #FDF4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEB #FBEBC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9DB #F9DB90 | BordersInactive statesPlaceholder text |
| 400 | F5C8 #F5C856 | Disabled statesSecondary iconsMuted text |
| 500 | F2B9 #F2B926 | Primary brand colorCTAsActive elementsLinks |
| 600 | D49B #D49B0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A97C #A97C0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7858 #785807 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D39 #4D3904 | Primary textHigh emphasis contentDark headings |
| 950 | 3023 #302303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFAF1;
--orange-100: #FDF4DD;
--orange-200: #FBEBC0;
--orange-300: #F9DB90;
--orange-400: #F5C856;
--orange-500: #F2B926;
--orange-600: #D49B0C;
--orange-700: #A97C0A;
--orange-800: #785807;
--orange-900: #4D3904;
--orange-950: #302303;
}