#f74716
a balanced, electric red · warm · closest name: red
RGB
247, 71, 22
HSL
13°, 93%, 53%
CMYK
0, 71, 91, 3
Luminance
0.2434
Every format
| HEX | #f74716 |
| RGB | rgb(247, 71, 22) |
| HSL | hsl(13, 93%, 53%) |
| CMYK | cmyk(0%, 71%, 91%, 3%) |
| LAB | lab(56.4 64.8 62.5) |
| LCH | lch(56.4 90.0 43.9) |
| OKLCH | oklch(0.649 0.219 34.8) |
Copy-ready code
/* CSS */
color: #f74716;
background-color: #f74716;
/* Tailwind (arbitrary) */
class="text-[#f74716] bg-[#f74716]"
/* SCSS */
$brand: #f74716;
/* SwiftUI */
Color(red: 0.969, green: 0.278, blue: 0.086)
/* Android */
Color.parseColor("#f74716")Accessibility — WCAG contrast
Aa
#f74716 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f74716 on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green27.8%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta71.3%
Yellow91.1%
Key (black)3.1%
Color previews
#f74716 text on a black background
contrast 5.87:1
Card sample
#f74716 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f74716;
Background color
Panel with #f74716 background
background-color: #f74716;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f74716;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 71, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 71, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f74716; background: linear-gradient(135deg, #f74716, #F7DD16);