#f15313
a balanced, electric orange · warm · closest name: tomato
RGB
241, 83, 19
HSL
17°, 89%, 51%
CMYK
0, 66, 92, 6
Luminance
0.2493
Every format
| HEX | #f15313 |
| RGB | rgb(241, 83, 19) |
| HSL | hsl(17, 89%, 51%) |
| CMYK | cmyk(0%, 66%, 92%, 6%) |
| LAB | lab(57.0 58.4 63.2) |
| LCH | lch(57.0 86.0 47.3) |
| OKLCH | oklch(0.652 0.204 38.3) |
Copy-ready code
/* CSS */
color: #f15313;
background-color: #f15313;
/* Tailwind (arbitrary) */
class="text-[#f15313] bg-[#f15313]"
/* SCSS */
$brand: #f15313;
/* SwiftUI */
Color(red: 0.945, green: 0.325, blue: 0.075)
/* Android */
Color.parseColor("#f15313")Accessibility — WCAG contrast
Aa
#f15313 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f15313 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green32.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta65.6%
Yellow92.1%
Key (black)5.5%
Color previews
#f15313 text on a black background
contrast 5.99:1
Card sample
#f15313 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f15313;
Background color
Panel with #f15313 background
background-color: #f15313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f15313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 83, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 83, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f15313; background: linear-gradient(135deg, #f15313, #F1E713);