#f16213
a balanced, electric orange · warm · closest name: chocolate
RGB
241, 98, 19
HSL
21°, 89%, 51%
CMYK
0, 59, 92, 6
Luminance
0.2748
Every format
| HEX | #f16213 |
| RGB | rgb(241, 98, 19) |
| HSL | hsl(21, 89%, 51%) |
| CMYK | cmyk(0%, 59%, 92%, 6%) |
| LAB | lab(59.4 52.0 64.8) |
| LCH | lch(59.4 83.1 51.3) |
| OKLCH | oklch(0.670 0.192 42.9) |
Copy-ready code
/* CSS */
color: #f16213;
background-color: #f16213;
/* Tailwind (arbitrary) */
class="text-[#f16213] bg-[#f16213]"
/* SCSS */
$brand: #f16213;
/* SwiftUI */
Color(red: 0.945, green: 0.384, blue: 0.075)
/* Android */
Color.parseColor("#f16213")Accessibility — WCAG contrast
Aa
#f16213 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f16213 on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green38.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta59.3%
Yellow92.1%
Key (black)5.5%
Color previews
#f16213 text on a black background
contrast 6.50:1
Card sample
#f16213 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f16213;
Background color
Panel with #f16213 background
background-color: #f16213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f16213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 98, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 98, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f16213; background: linear-gradient(135deg, #f16213, #ECF113);