#f04c13
a balanced, electric orange · warm · closest name: tomato
RGB
240, 76, 19
HSL
16°, 88%, 51%
CMYK
0, 68, 92, 6
Luminance
0.2374
Every format
| HEX | #f04c13 |
| RGB | rgb(240, 76, 19) |
| HSL | hsl(16, 88%, 51%) |
| CMYK | cmyk(0%, 68%, 92%, 6%) |
| LAB | lab(55.8 60.8 62.4) |
| LCH | lch(55.8 87.1 45.7) |
| OKLCH | oklch(0.642 0.209 36.6) |
Copy-ready code
/* CSS */
color: #f04c13;
background-color: #f04c13;
/* Tailwind (arbitrary) */
class="text-[#f04c13] bg-[#f04c13]"
/* SCSS */
$brand: #f04c13;
/* SwiftUI */
Color(red: 0.941, green: 0.298, blue: 0.075)
/* Android */
Color.parseColor("#f04c13")Accessibility — WCAG contrast
Aa
#f04c13 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f04c13 on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green29.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta68.3%
Yellow92.1%
Key (black)5.9%
Color previews
#f04c13 text on a black background
contrast 5.75:1
Card sample
#f04c13 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f04c13;
Background color
Panel with #f04c13 background
background-color: #f04c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f04c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 76, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 76, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f04c13; background: linear-gradient(135deg, #f04c13, #F0DF13);