Orange
#F1A027
OrangeColor Codes
All color formats for development
HEX
#F1A027RGB
rgb(241, 160, 39)HSL
hsl(36, 88%, 55%)OKLCH
oklch(0.768 0.155 70.6)CMYK
cmyk(0%, 34%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED940F
2#D3840D
3#B9730C
4#9E630A
5#845208
6#694207
7#4F3105
8#352103
9#1A1002
Tints
Lighter variations
1#F3AA3D
2#F4B352
3#F5BD68
4#F7C67E
5#F8D093
6#F9D9A9
7#FBE3BE
8#FCECD4
9#FEF6E9
Tones
Muted variations
1#E79E31
2#DD9C3B
3#D39A46
4#C99850
5#BF965A
6#B59464
7#AB926E
8#A09078
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 #FBE4C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8CF #F8CF91 | BordersInactive statesPlaceholder text |
| 400 | F4B5 #F4B557 | Disabled statesSecondary iconsMuted text |
| 500 | F1A0 #F1A027 | Primary brand colorCTAsActive elementsLinks |
| 600 | D384 #D3840D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A869 #A8690B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 784B #784B08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D30 #4D3005 | 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: #FBE4C1;
--orange-300: #F8CF91;
--orange-400: #F4B557;
--orange-500: #F1A027;
--orange-600: #D3840D;
--orange-700: #A8690B;
--orange-800: #784B08;
--orange-900: #4D3005;
--orange-950: #301E03;
}