#fc4b00
a balanced, electric orange · warm · closest name: red
RGB
252, 75, 0
HSL
18°, 100%, 49%
CMYK
0, 70, 100, 1
Luminance
0.2573
Every format
| HEX | #fc4b00 |
| RGB | rgb(252, 75, 0) |
| HSL | hsl(18, 100%, 49%) |
| CMYK | cmyk(0%, 70%, 100%, 1%) |
| LAB | lab(57.8 64.8 68.7) |
| LCH | lch(57.8 94.5 46.7) |
| OKLCH | oklch(0.661 0.222 36.8) |
Copy-ready code
/* CSS */
color: #fc4b00;
background-color: #fc4b00;
/* Tailwind (arbitrary) */
class="text-[#fc4b00] bg-[#fc4b00]"
/* SCSS */
$brand: #fc4b00;
/* SwiftUI */
Color(red: 0.988, green: 0.294, blue: 0.000)
/* Android */
Color.parseColor("#fc4b00")Accessibility — WCAG contrast
Aa
#fc4b00 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc4b00 on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green29.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow100.0%
Key (black)1.2%
Color previews
#fc4b00 text on a black background
contrast 6.15:1
Card sample
#fc4b00 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc4b00;
Background color
Panel with #fc4b00 background
background-color: #fc4b00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc4b00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 75, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 75, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc4b00; background: linear-gradient(135deg, #fc4b00, #FCF300);