#f25413
a balanced, electric orange · warm · closest name: tomato
RGB
242, 84, 19
HSL
18°, 90%, 51%
CMYK
0, 65, 92, 5
Luminance
0.2526
Every format
| HEX | #f25413 |
| RGB | rgb(242, 84, 19) |
| HSL | hsl(18, 90%, 51%) |
| CMYK | cmyk(0%, 65%, 92%, 5%) |
| LAB | lab(57.3 58.3 63.5) |
| LCH | lch(57.3 86.2 47.4) |
| OKLCH | oklch(0.654 0.205 38.5) |
Copy-ready code
/* CSS */
color: #f25413;
background-color: #f25413;
/* Tailwind (arbitrary) */
class="text-[#f25413] bg-[#f25413]"
/* SCSS */
$brand: #f25413;
/* SwiftUI */
Color(red: 0.949, green: 0.329, blue: 0.075)
/* Android */
Color.parseColor("#f25413")Accessibility — WCAG contrast
Aa
#f25413 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f25413 on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green32.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta65.3%
Yellow92.1%
Key (black)5.1%
Color previews
#f25413 text on a black background
contrast 6.05:1
Card sample
#f25413 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f25413;
Background color
Panel with #f25413 background
background-color: #f25413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f25413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 84, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 84, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f25413; background: linear-gradient(135deg, #f25413, #F2E913);