Orange Red
#FC511D
RedColor Codes
All color formats for development
HEX
#FC511DRGB
rgb(252, 81, 29)HSL
hsl(14, 97%, 55%)OKLCH
oklch(0.668 0.215 35.9)CMYK
cmyk(0%, 68%, 88%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F93D04
2#DD3603
3#C12F03
4#A62903
5#8A2202
6#6F1B02
7#531401
8#370E01
9#1C0700
Tints
Lighter variations
1#FC6234
2#FC744A
3#FD8561
4#FD9777
5#FDA88E
6#FEB9A5
7#FECBBB
8#FEDCD2
9#FFEEE8
Tones
Muted variations
1#F05728
2#E55D33
3#DA633E
4#CF6949
5#C46F55
6#B97560
7#AE7A6B
8#A38076
9#978681
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF3 #FFF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE4 #FEE4DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FECD #FECDBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDA6 #FDA68B | BordersInactive statesPlaceholder text |
| 400 | FC78 #FC784F | Disabled statesSecondary iconsMuted text |
| 500 | FC51 #FC511D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD36 #DD3603 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B02B #B02B03 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E1F #7E1F02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5014 #501401 | Primary textHigh emphasis contentDark headings |
| 950 | 320C #320C01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF3F0;
--orange-red-100: #FEE4DC;
--orange-red-200: #FECDBE;
--orange-red-300: #FDA68B;
--orange-red-400: #FC784F;
--orange-red-500: #FC511D;
--orange-red-600: #DD3603;
--orange-red-700: #B02B03;
--orange-red-800: #7E1F02;
--orange-red-900: #501401;
--orange-red-950: #320C01;
}