#f25310
a balanced, electric orange · warm · closest name: tomato
RGB
242, 83, 16
HSL
18°, 90%, 51%
CMYK
0, 66, 93, 5
Luminance
0.2510
Every format
| HEX | #f25310 |
| RGB | rgb(242, 83, 16) |
| HSL | hsl(18, 90%, 51%) |
| CMYK | cmyk(0%, 66%, 93%, 5%) |
| LAB | lab(57.2 58.7 64.2) |
| LCH | lch(57.2 87.0 47.6) |
| OKLCH | oklch(0.653 0.206 38.5) |
Copy-ready code
/* CSS */
color: #f25310;
background-color: #f25310;
/* Tailwind (arbitrary) */
class="text-[#f25310] bg-[#f25310]"
/* SCSS */
$brand: #f25310;
/* SwiftUI */
Color(red: 0.949, green: 0.325, blue: 0.063)
/* Android */
Color.parseColor("#f25310")Accessibility — WCAG contrast
Aa
#f25310 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f25310 on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green32.5%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow93.4%
Key (black)5.1%
Color previews
#f25310 text on a black background
contrast 6.02:1
Card sample
#f25310 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f25310;
Background color
Panel with #f25310 background
background-color: #f25310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f25310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 83, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 83, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f25310; background: linear-gradient(135deg, #f25310, #F2EA10);