#f16813
a balanced, electric orange · warm · closest name: chocolate
RGB
241, 104, 19
HSL
23°, 89%, 51%
CMYK
0, 57, 92, 6
Luminance
0.2865
Every format
| HEX | #f16813 |
| RGB | rgb(241, 104, 19) |
| HSL | hsl(23, 89%, 51%) |
| CMYK | cmyk(0%, 57%, 92%, 6%) |
| LAB | lab(60.5 49.2 65.5) |
| LCH | lch(60.5 82.0 53.1) |
| OKLCH | oklch(0.678 0.188 45.0) |
Copy-ready code
/* CSS */
color: #f16813;
background-color: #f16813;
/* Tailwind (arbitrary) */
class="text-[#f16813] bg-[#f16813]"
/* SCSS */
$brand: #f16813;
/* SwiftUI */
Color(red: 0.945, green: 0.408, blue: 0.075)
/* Android */
Color.parseColor("#f16813")Accessibility — WCAG contrast
Aa
#f16813 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f16813 on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green40.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta56.8%
Yellow92.1%
Key (black)5.5%
Color previews
#f16813 text on a black background
contrast 6.73:1
Card sample
#f16813 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f16813;
Background color
Panel with #f16813 background
background-color: #f16813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f16813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 104, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 104, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f16813; background: linear-gradient(135deg, #f16813, #E6F113);