Orange Red
#FF4500
OrangeColor Codes
All color formats for development
HEX
#FF4500RGB
rgb(255, 69, 0)HSL
hsl(16, 100%, 50%)OKLCH
oklch(0.66 0.229 35.4)CMYK
cmyk(0%, 73%, 100%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E63D00
2#CC3600
3#B33000
4#992900
5#802200
6#661B00
7#4D1400
8#330E00
9#1A0700
Tints
Lighter variations
1#FF571A
2#FF6933
3#FF7C4D
4#FF8F66
5#FFA280
6#FFB499
7#FFC7B3
8#FFDACC
9#FFECE5
Tones
Muted variations
1#F24A0D
2#E65019
3#D95626
4#CC5C33
5#BF6240
6#B3684D
7#A66E59
8#997466
9#8C7A73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF4 #FFF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE5 #FFE5DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFCE #FFCEBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFA9 #FFA98A | BordersInactive statesPlaceholder text |
| 400 | FF7C #FF7C4D | Disabled statesSecondary iconsMuted text |
| 500 | FF57 #FF571A | Primary brand colorCTAsActive elementsLinks |
| 600 | E03C #E03C00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B330 #B33000 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8022 #802200 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5216 #521600 | Primary textHigh emphasis contentDark headings |
| 950 | 330E #330E00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF4F0;
--orange-red-100: #FFE5DB;
--orange-red-200: #FFCEBD;
--orange-red-300: #FFA98A;
--orange-red-400: #FF7C4D;
--orange-red-500: #FF571A;
--orange-red-600: #E03C00;
--orange-red-700: #B33000;
--orange-red-800: #802200;
--orange-red-900: #521600;
--orange-red-950: #330E00;
}