#f15913
a balanced, electric orange · warm · closest name: tomato
RGB
241, 89, 19
HSL
19°, 89%, 51%
CMYK
0, 63, 92, 6
Luminance
0.2589
Every format
| HEX | #f15913 |
| RGB | rgb(241, 89, 19) |
| HSL | hsl(19, 89%, 51%) |
| CMYK | cmyk(0%, 63%, 92%, 6%) |
| LAB | lab(57.9 55.9 63.8) |
| LCH | lch(57.9 84.8 48.8) |
| OKLCH | oklch(0.658 0.200 40.0) |
Copy-ready code
/* CSS */
color: #f15913;
background-color: #f15913;
/* Tailwind (arbitrary) */
class="text-[#f15913] bg-[#f15913]"
/* SCSS */
$brand: #f15913;
/* SwiftUI */
Color(red: 0.945, green: 0.349, blue: 0.075)
/* Android */
Color.parseColor("#f15913")Accessibility — WCAG contrast
Aa
#f15913 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f15913 on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green34.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta63.1%
Yellow92.1%
Key (black)5.5%
Color previews
#f15913 text on a black background
contrast 6.18:1
Card sample
#f15913 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f15913;
Background color
Panel with #f15913 background
background-color: #f15913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f15913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 89, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 89, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f15913; background: linear-gradient(135deg, #f15913, #F1ED13);