Orange
#F5A124
OrangeColor Codes
All color formats for development
HEX
#F5A124RGB
rgb(245, 161, 36)HSL
hsl(36, 91%, 55%)OKLCH
oklch(0.775 0.159 70)CMYK
cmyk(0%, 34%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F1950B
2#D6850A
3#BC7409
4#A16308
5#865306
6#6B4205
7#503204
8#362103
9#1B1101
Tints
Lighter variations
1#F6AB3A
2#F7B450
3#F8BD66
4#F9C77B
5#FAD091
6#FBD9A7
7#FCE3BD
8#FDECD3
9#FEF6E9
Tones
Muted variations
1#EA9F2E
2#E09D39
3#D59B43
4#CB994E
5#C09758
6#B69562
7#AC936D
8#A19077
9#978E82
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF0 #FDF0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE4 #FCE4C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FACF #FACF8F | BordersInactive statesPlaceholder text |
| 400 | F7B6 #F7B655 | Disabled statesSecondary iconsMuted text |
| 500 | F5A1 #F5A124 | Primary brand colorCTAsActive elementsLinks |
| 600 | D685 #D6850A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA69 #AA6908 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A4B #7A4B06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E30 #4E3004 | 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: #FEF9F0;
--orange-100: #FDF0DD;
--orange-200: #FCE4C0;
--orange-300: #FACF8F;
--orange-400: #F7B655;
--orange-500: #F5A124;
--orange-600: #D6850A;
--orange-700: #AA6908;
--orange-800: #7A4B06;
--orange-900: #4E3004;
--orange-950: #311E02;
}