Orange Red
#F24126
RedColor Codes
All color formats for development
HEX
#F24126RGB
rgb(242, 65, 38)HSL
hsl(8, 89%, 55%)OKLCH
oklch(0.636 0.217 31.6)CMYK
cmyk(0%, 73%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF2C0E
2#D4270C
3#BA220B
4#9F1D09
5#851808
6#6A1306
7#500F05
8#350A03
9#1B0502
Tints
Lighter variations
1#F4543C
2#F56751
3#F67A67
4#F78D7D
5#F9A093
6#FAB3A8
7#FBC6BE
8#FCD9D4
9#FEECE9
Tones
Muted variations
1#E84930
2#DE503B
3#D45845
4#CA5F4F
5#BF6759
6#B56E63
7#AB766E
8#A17D78
9#968582
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE1 #FDE1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC8 #FBC8C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F99E #F99E90 | BordersInactive statesPlaceholder text |
| 400 | F56B #F56B56 | Disabled statesSecondary iconsMuted text |
| 500 | F241 #F24126 | Primary brand colorCTAsActive elementsLinks |
| 600 | D427 #D4270C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A91F #A91F0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7816 #781607 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0E #4D0E04 | Primary textHigh emphasis contentDark headings |
| 950 | 3009 #300903 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FEF2F1;
--orange-red-100: #FDE1DD;
--orange-red-200: #FBC8C0;
--orange-red-300: #F99E90;
--orange-red-400: #F56B56;
--orange-red-500: #F24126;
--orange-red-600: #D4270C;
--orange-red-700: #A91F0A;
--orange-red-800: #781607;
--orange-red-900: #4D0E04;
--orange-red-950: #300903;
}