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