#f45513
a balanced, electric orange · warm · closest name: tomato
RGB
244, 85, 19
HSL
18°, 91%, 52%
CMYK
0, 65, 92, 4
Luminance
0.2578
Every format
| HEX | #f45513 |
| RGB | rgb(244, 85, 19) |
| HSL | hsl(18, 91%, 52%) |
| CMYK | cmyk(0%, 65%, 92%, 4%) |
| LAB | lab(57.8 58.6 64.0) |
| LCH | lch(57.8 86.8 47.5) |
| OKLCH | oklch(0.659 0.206 38.6) |
Copy-ready code
/* CSS */
color: #f45513;
background-color: #f45513;
/* Tailwind (arbitrary) */
class="text-[#f45513] bg-[#f45513]"
/* SCSS */
$brand: #f45513;
/* SwiftUI */
Color(red: 0.957, green: 0.333, blue: 0.075)
/* Android */
Color.parseColor("#f45513")Accessibility — WCAG contrast
Aa
#f45513 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f45513 on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green33.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow92.2%
Key (black)4.3%
Color previews
#f45513 text on a black background
contrast 6.16:1
Card sample
#f45513 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f45513;
Background color
Panel with #f45513 background
background-color: #f45513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f45513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 85, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 85, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f45513; background: linear-gradient(135deg, #f45513, #F4EB13);