#f3602d
a balanced, electric orange · warm · closest name: tomato
RGB
243, 96, 45
HSL
16°, 89%, 57%
CMYK
0, 61, 82, 5
Luminance
0.2761
Every format
| HEX | #f3602d |
| RGB | rgb(243, 96, 45) |
| HSL | hsl(16, 89%, 57%) |
| CMYK | cmyk(0%, 61%, 82%, 5%) |
| LAB | lab(59.5 54.1 55.8) |
| LCH | lch(59.5 77.7 45.9) |
| OKLCH | oklch(0.672 0.192 38.3) |
Copy-ready code
/* CSS */
color: #f3602d;
background-color: #f3602d;
/* Tailwind (arbitrary) */
class="text-[#f3602d] bg-[#f3602d]"
/* SCSS */
$brand: #f3602d;
/* SwiftUI */
Color(red: 0.953, green: 0.376, blue: 0.176)
/* Android */
Color.parseColor("#f3602d")Accessibility — WCAG contrast
Aa
#f3602d on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f3602d on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green37.6%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow81.5%
Key (black)4.7%
Color previews
#f3602d text on a black background
contrast 6.52:1
Card sample
#f3602d text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3602d;
Background color
Panel with #f3602d background
background-color: #f3602d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3602d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 96, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 96, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3602d; background: linear-gradient(135deg, #f3602d, #F3E42D);