#f3590c
a balanced, electric orange · warm · closest name: tomato
RGB
243, 89, 12
HSL
20°, 91%, 50%
CMYK
0, 63, 95, 5
Luminance
0.2623
Every format
| HEX | #f3590c |
| RGB | rgb(243, 89, 12) |
| HSL | hsl(20, 91%, 50%) |
| CMYK | cmyk(0%, 63%, 95%, 5%) |
| LAB | lab(58.3 56.5 65.8) |
| LCH | lch(58.3 86.8 49.4) |
| OKLCH | oklch(0.661 0.202 40.4) |
Copy-ready code
/* CSS */
color: #f3590c;
background-color: #f3590c;
/* Tailwind (arbitrary) */
class="text-[#f3590c] bg-[#f3590c]"
/* SCSS */
$brand: #f3590c;
/* SwiftUI */
Color(red: 0.953, green: 0.349, blue: 0.047)
/* Android */
Color.parseColor("#f3590c")Accessibility — WCAG contrast
Aa
#f3590c on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f3590c on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green34.9%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow95.1%
Key (black)4.7%
Color previews
#f3590c text on a black background
contrast 6.25:1
Card sample
#f3590c text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3590c;
Background color
Panel with #f3590c background
background-color: #f3590c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3590c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 89, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 89, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3590c; background: linear-gradient(135deg, #f3590c, #F3F30C);