#f05b13
a balanced, electric orange · warm · closest name: tomato
RGB
240, 91, 19
HSL
20°, 88%, 51%
CMYK
0, 62, 92, 6
Luminance
0.2605
Every format
| HEX | #f05b13 |
| RGB | rgb(240, 91, 19) |
| HSL | hsl(20, 88%, 51%) |
| CMYK | cmyk(0%, 62%, 92%, 6%) |
| LAB | lab(58.1 54.7 63.9) |
| LCH | lch(58.1 84.1 49.4) |
| OKLCH | oklch(0.659 0.197 40.8) |
Copy-ready code
/* CSS */
color: #f05b13;
background-color: #f05b13;
/* Tailwind (arbitrary) */
class="text-[#f05b13] bg-[#f05b13]"
/* SCSS */
$brand: #f05b13;
/* SwiftUI */
Color(red: 0.941, green: 0.357, blue: 0.075)
/* Android */
Color.parseColor("#f05b13")Accessibility — WCAG contrast
Aa
#f05b13 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f05b13 on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green35.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta62.1%
Yellow92.1%
Key (black)5.9%
Color previews
#f05b13 text on a black background
contrast 6.21:1
Card sample
#f05b13 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f05b13;
Background color
Panel with #f05b13 background
background-color: #f05b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f05b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 91, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 91, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f05b13; background: linear-gradient(135deg, #f05b13, #F0EE13);