Orange Red
#F83220
RedColor Codes
All color formats for development
HEX
#F83220RGB
rgb(248, 50, 32)HSL
hsl(5, 94%, 55%)OKLCH
oklch(0.634 0.233 30)CMYK
cmyk(0%, 80%, 87%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F51B08
2#DA1807
3#BE1506
4#A31205
5#880F04
6#6D0C03
7#520903
8#360602
9#1B0301
Tints
Lighter variations
1#F94737
2#F95B4D
3#FA7063
4#FB8479
5#FC9990
6#FCADA6
7#FDC2BC
8#FED6D2
9#FEEBE9
Tones
Muted variations
1#ED3B2B
2#E34436
3#D84D41
4#CD564C
5#C25F56
6#B76861
7#AD716C
8#A27A77
9#978381
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF1 #FFF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDF #FEDFDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDC4 #FDC4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB96 #FB968D | BordersInactive statesPlaceholder text |
| 400 | FA60 #FA6052 | Disabled statesSecondary iconsMuted text |
| 500 | F832 #F83220 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA18 #DA1807 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD13 #AD1305 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C0E #7C0E04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F09 #4F0902 | Primary textHigh emphasis contentDark headings |
| 950 | 3106 #310602 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF1F0;
--orange-red-100: #FEDFDC;
--orange-red-200: #FDC4BF;
--orange-red-300: #FB968D;
--orange-red-400: #FA6052;
--orange-red-500: #F83220;
--orange-red-600: #DA1807;
--orange-red-700: #AD1305;
--orange-red-800: #7C0E04;
--orange-red-900: #4F0902;
--orange-red-950: #310602;
}