Orange Red
#FD501C
RedColor Codes
All color formats for development
HEX
#FD501CRGB
rgb(253, 80, 28)HSL
hsl(14, 98%, 55%)OKLCH
oklch(0.668 0.217 35.7)CMYK
cmyk(0%, 68%, 89%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA3C03
2#DE3602
3#C22F02
4#A72802
5#8B2101
6#6F1B01
7#531401
8#380D01
9#1C0700
Tints
Lighter variations
1#FD6233
2#FD7349
3#FD8560
4#FE9677
5#FEA88D
6#FEB9A4
7#FECBBB
8#FFDCD2
9#FFEEE8
Tones
Muted variations
1#F15627
2#E65C32
3#DB623E
4#D06849
5#C46E54
6#B9745F
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 | FFE4 #FFE4DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FECD #FECDBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEA6 #FEA68B | BordersInactive statesPlaceholder text |
| 400 | FD77 #FD774E | Disabled statesSecondary iconsMuted text |
| 500 | FD50 #FD501C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE36 #DE3602 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B12B #B12B02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E1E #7E1E01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5113 #511301 | 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: #FFE4DC;
--orange-red-200: #FECDBD;
--orange-red-300: #FEA68B;
--orange-red-400: #FD774E;
--orange-red-500: #FD501C;
--orange-red-600: #DE3602;
--orange-red-700: #B12B02;
--orange-red-800: #7E1E01;
--orange-red-900: #511301;
--orange-red-950: #320C01;
}