Orange Red
#F83A20
RedColor Codes
All color formats for development
HEX
#F83A20RGB
rgb(248, 58, 32)HSL
hsl(7, 94%, 55%)OKLCH
oklch(0.64 0.228 31.2)CMYK
cmyk(0%, 77%, 87%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F52308
2#DA1F07
3#BE1B06
4#A31805
5#881404
6#6D1003
7#520C03
8#360802
9#1B0401
Tints
Lighter variations
1#F94D37
2#F9614D
3#FA7563
4#FB8979
5#FC9C90
6#FCB0A6
7#FDC4BC
8#FED8D2
9#FEEBE9
Tones
Muted variations
1#ED422B
2#E34A36
3#D85241
4#CD5B4C
5#C26356
6#B76B61
7#AD736C
8#A27C77
9#978481
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF2 #FFF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE0 #FEE0DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDC6 #FDC6BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB9A #FB9A8D | BordersInactive statesPlaceholder text |
| 400 | FA65 #FA6552 | Disabled statesSecondary iconsMuted text |
| 500 | F83A #F83A20 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA1F #DA1F07 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD19 #AD1905 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C12 #7C1204 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F0B #4F0B02 | Primary textHigh emphasis contentDark headings |
| 950 | 3107 #310702 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF2F0;
--orange-red-100: #FEE0DC;
--orange-red-200: #FDC6BF;
--orange-red-300: #FB9A8D;
--orange-red-400: #FA6552;
--orange-red-500: #F83A20;
--orange-red-600: #DA1F07;
--orange-red-700: #AD1905;
--orange-red-800: #7C1204;
--orange-red-900: #4F0B02;
--orange-red-950: #310702;
}