#f9502c
a balanced, electric red · warm · closest name: tomato
RGB
249, 80, 44
HSL
11°, 95%, 58%
CMYK
0, 68, 82, 2
Luminance
0.2606
Every format
| HEX | #f9502c |
| RGB | rgb(249, 80, 44) |
| HSL | hsl(11, 95%, 58%) |
| CMYK | cmyk(0%, 68%, 82%, 2%) |
| LAB | lab(58.1 62.6 55.3) |
| LCH | lch(58.1 83.5 41.4) |
| OKLCH | oklch(0.663 0.211 33.6) |
Copy-ready code
/* CSS */
color: #f9502c;
background-color: #f9502c;
/* Tailwind (arbitrary) */
class="text-[#f9502c] bg-[#f9502c]"
/* SCSS */
$brand: #f9502c;
/* SwiftUI */
Color(red: 0.976, green: 0.314, blue: 0.173)
/* Android */
Color.parseColor("#f9502c")Accessibility — WCAG contrast
Aa
#f9502c on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f9502c on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green31.4%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta67.9%
Yellow82.3%
Key (black)2.4%
Color previews
#f9502c text on a black background
contrast 6.21:1
Card sample
#f9502c text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9502c;
Background color
Panel with #f9502c background
background-color: #f9502c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9502c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 80, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 80, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9502c; background: linear-gradient(135deg, #f9502c, #F9D92C);