#f14101
a balanced, electric orange · warm · closest name: red
RGB
241, 65, 1
HSL
16°, 99%, 48%
CMYK
0, 73, 100, 6
Luminance
0.2248
Every format
| HEX | #f14101 |
| RGB | rgb(241, 65, 1) |
| HSL | hsl(16, 99%, 48%) |
| CMYK | cmyk(0%, 73%, 100%, 6%) |
| LAB | lab(54.5 64.8 65.9) |
| LCH | lch(54.5 92.4 45.4) |
| OKLCH | oklch(0.633 0.220 35.4) |
Copy-ready code
/* CSS */
color: #f14101;
background-color: #f14101;
/* Tailwind (arbitrary) */
class="text-[#f14101] bg-[#f14101]"
/* SCSS */
$brand: #f14101;
/* SwiftUI */
Color(red: 0.945, green: 0.255, blue: 0.004)
/* Android */
Color.parseColor("#f14101")Accessibility — WCAG contrast
Aa
#f14101 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f14101 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green25.5%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta73.0%
Yellow99.6%
Key (black)5.5%
Color previews
#f14101 text on a black background
contrast 5.50:1
Card sample
#f14101 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f14101;
Background color
Panel with #f14101 background
background-color: #f14101;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f14101;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 65, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 65, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f14101; background: linear-gradient(135deg, #f14101, #F1E101);