#f75613
a balanced, electric orange · warm · closest name: tomato
RGB
247, 86, 19
HSL
18°, 93%, 52%
CMYK
0, 65, 92, 3
Luminance
0.2648
Every format
| HEX | #f75613 |
| RGB | rgb(247, 86, 19) |
| HSL | hsl(18, 93%, 52%) |
| CMYK | cmyk(0%, 65%, 92%, 3%) |
| LAB | lab(58.5 59.2 64.7) |
| LCH | lch(58.5 87.7 47.6) |
| OKLCH | oklch(0.665 0.208 38.6) |
Copy-ready code
/* CSS */
color: #f75613;
background-color: #f75613;
/* Tailwind (arbitrary) */
class="text-[#f75613] bg-[#f75613]"
/* SCSS */
$brand: #f75613;
/* SwiftUI */
Color(red: 0.969, green: 0.337, blue: 0.075)
/* Android */
Color.parseColor("#f75613")Accessibility — WCAG contrast
Aa
#f75613 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f75613 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green33.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow92.3%
Key (black)3.1%
Color previews
#f75613 text on a black background
contrast 6.30:1
Card sample
#f75613 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f75613;
Background color
Panel with #f75613 background
background-color: #f75613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f75613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 86, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 86, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f75613; background: linear-gradient(135deg, #f75613, #F7EE13);