Orange
#F49A25
OrangeColor Codes
All color formats for development
HEX
#F49A25RGB
rgb(244, 154, 37)HSL
hsl(34, 90%, 55%)OKLCH
oklch(0.761 0.159 66.3)CMYK
cmyk(0%, 37%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F08D0D
2#D57E0B
3#BB6E0A
4#A05E08
5#854F07
6#6B3F06
7#502F04
8#351F03
9#1B1001
Tints
Lighter variations
1#F5A43B
2#F6AE51
3#F7B866
4#F8C27C
5#F9CD92
6#FAD7A8
7#FCE1BE
8#FDEBD3
9#FEF5E9
Tones
Muted variations
1#E9992F
2#DF973A
3#D59644
4#CA954E
5#C09359
6#B69263
7#AB906D
8#A18F78
9#978E82
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEF #FDEFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE2 #FCE2C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9CB #F9CB90 | BordersInactive statesPlaceholder text |
| 400 | F6B0 #F6B055 | Disabled statesSecondary iconsMuted text |
| 500 | F49A #F49A25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D57E #D57E0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA64 #AA6409 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7947 #794706 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E2E #4E2E04 | Primary textHigh emphasis contentDark headings |
| 950 | 301D #301D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEF8F0;
--orange-100: #FDEFDD;
--orange-200: #FCE2C0;
--orange-300: #F9CB90;
--orange-400: #F6B055;
--orange-500: #F49A25;
--orange-600: #D57E0B;
--orange-700: #AA6409;
--orange-800: #794706;
--orange-900: #4E2E04;
--orange-950: #301D03;
}