Orange Red
#FD631C
OrangeColor Codes
All color formats for development
HEX
#FD631CRGB
rgb(253, 99, 28)HSL
hsl(19, 98%, 55%)OKLCH
oklch(0.69 0.202 40.8)CMYK
cmyk(0%, 61%, 89%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA5103
2#DE4802
3#C23F02
4#A73602
5#8B2D01
6#6F2401
7#531B01
8#381201
9#1C0900
Tints
Lighter variations
1#FD7333
2#FD8249
3#FD9260
4#FEA177
5#FEB18D
6#FEC1A4
7#FED0BB
8#FFE0D2
9#FFEFE8
Tones
Muted variations
1#F16727
2#E66B32
3#DB6F3E
4#D07449
5#C47854
6#B97C5F
7#AE806B
8#A38476
9#978881
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF5 #FFF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE7 #FFE7DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FED2 #FED2BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEAF #FEAF8B | BordersInactive statesPlaceholder text |
| 400 | FD86 #FD864E | Disabled statesSecondary iconsMuted text |
| 500 | FD63 #FD631C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE48 #DE4802 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B139 #B13902 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E29 #7E2901 | Text on light backgroundsHeadingsStrong borders |
| 900 | 511A #511A01 | Primary textHigh emphasis contentDark headings |
| 950 | 3210 #321001 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF5F0;
--orange-red-100: #FFE7DC;
--orange-red-200: #FED2BD;
--orange-red-300: #FEAF8B;
--orange-red-400: #FD864E;
--orange-red-500: #FD631C;
--orange-red-600: #DE4802;
--orange-red-700: #B13902;
--orange-red-800: #7E2901;
--orange-red-900: #511A01;
--orange-red-950: #321001;
}