#f55713
a balanced, electric orange · warm · closest name: tomato
RGB
245, 87, 19
HSL
18°, 92%, 52%
CMYK
0, 65, 92, 4
Luminance
0.2628
Every format
| HEX | #f55713 |
| RGB | rgb(245, 87, 19) |
| HSL | hsl(18, 92%, 52%) |
| CMYK | cmyk(0%, 65%, 92%, 4%) |
| LAB | lab(58.3 58.1 64.4) |
| LCH | lch(58.3 86.7 47.9) |
| OKLCH | oklch(0.662 0.205 39.1) |
Copy-ready code
/* CSS */
color: #f55713;
background-color: #f55713;
/* Tailwind (arbitrary) */
class="text-[#f55713] bg-[#f55713]"
/* SCSS */
$brand: #f55713;
/* SwiftUI */
Color(red: 0.961, green: 0.341, blue: 0.075)
/* Android */
Color.parseColor("#f55713")Accessibility — WCAG contrast
Aa
#f55713 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f55713 on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green34.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta64.5%
Yellow92.2%
Key (black)3.9%
Color previews
#f55713 text on a black background
contrast 6.26:1
Card sample
#f55713 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f55713;
Background color
Panel with #f55713 background
background-color: #f55713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f55713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 87, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 87, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f55713; background: linear-gradient(135deg, #f55713, #F5EE13);