#f74b00
a balanced, electric orange · warm · closest name: red
RGB
247, 75, 0
HSL
18°, 100%, 48%
CMYK
0, 70, 100, 3
Luminance
0.2481
Every format
| HEX | #f74b00 |
| RGB | rgb(247, 75, 0) |
| HSL | hsl(18, 100%, 48%) |
| CMYK | cmyk(0%, 70%, 100%, 3%) |
| LAB | lab(56.9 63.2 67.8) |
| LCH | lch(56.9 92.7 47.0) |
| OKLCH | oklch(0.652 0.218 37.1) |
Copy-ready code
/* CSS */
color: #f74b00;
background-color: #f74b00;
/* Tailwind (arbitrary) */
class="text-[#f74b00] bg-[#f74b00]"
/* SCSS */
$brand: #f74b00;
/* SwiftUI */
Color(red: 0.969, green: 0.294, blue: 0.000)
/* Android */
Color.parseColor("#f74b00")Accessibility — WCAG contrast
Aa
#f74b00 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f74b00 on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green29.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta69.6%
Yellow100.0%
Key (black)3.1%
Color previews
#f74b00 text on a black background
contrast 5.96:1
Card sample
#f74b00 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f74b00;
Background color
Panel with #f74b00 background
background-color: #f74b00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f74b00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 75, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 75, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f74b00; background: linear-gradient(135deg, #f74b00, #F7EF00);