Orange Red
#FD5C1C
OrangeColor Codes
All color formats for development
HEX
#FD5C1CRGB
rgb(253, 92, 28)HSL
hsl(17, 98%, 55%)OKLCH
oklch(0.681 0.208 38.8)CMYK
cmyk(0%, 64%, 89%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA4903
2#DE4102
3#C23802
4#A73002
5#8B2801
6#6F2001
7#531801
8#381001
9#1C0800
Tints
Lighter variations
1#FD6C33
2#FD7C49
3#FD8D60
4#FE9D77
5#FEAD8D
6#FEBEA4
7#FECEBB
8#FFDED2
9#FFEFE8
Tones
Muted variations
1#F16027
2#E66532
3#DB6A3E
4#D06F49
5#C47454
6#B9795F
7#AE7E6B
8#A38376
9#978781
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF4 #FFF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE6 #FFE6DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FED0 #FED0BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEAB #FEAB8B | BordersInactive statesPlaceholder text |
| 400 | FD80 #FD804E | Disabled statesSecondary iconsMuted text |
| 500 | FD5C #FD5C1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE41 #DE4102 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B133 #B13302 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E25 #7E2501 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5117 #511701 | Primary textHigh emphasis contentDark headings |
| 950 | 320F #320F01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF4F0;
--orange-red-100: #FFE6DC;
--orange-red-200: #FED0BD;
--orange-red-300: #FEAB8B;
--orange-red-400: #FD804E;
--orange-red-500: #FD5C1C;
--orange-red-600: #DE4102;
--orange-red-700: #B13302;
--orange-red-800: #7E2501;
--orange-red-900: #511701;
--orange-red-950: #320F01;
}