#f45113
a balanced, electric orange · warm · closest name: tomato
RGB
244, 81, 19
HSL
17°, 91%, 52%
CMYK
0, 67, 92, 4
Luminance
0.2516
Every format
| HEX | #f45113 |
| RGB | rgb(244, 81, 19) |
| HSL | hsl(17, 91%, 52%) |
| CMYK | cmyk(0%, 67%, 92%, 4%) |
| LAB | lab(57.2 60.2 63.6) |
| LCH | lch(57.2 87.6 46.6) |
| OKLCH | oklch(0.654 0.209 37.6) |
Copy-ready code
/* CSS */
color: #f45113;
background-color: #f45113;
/* Tailwind (arbitrary) */
class="text-[#f45113] bg-[#f45113]"
/* SCSS */
$brand: #f45113;
/* SwiftUI */
Color(red: 0.957, green: 0.318, blue: 0.075)
/* Android */
Color.parseColor("#f45113")Accessibility — WCAG contrast
Aa
#f45113 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f45113 on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green31.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta66.8%
Yellow92.2%
Key (black)4.3%
Color previews
#f45113 text on a black background
contrast 6.03:1
Card sample
#f45113 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f45113;
Background color
Panel with #f45113 background
background-color: #f45113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f45113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 81, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 81, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f45113; background: linear-gradient(135deg, #f45113, #F4E713);