#f07113
a balanced, electric orange · warm · closest name: chocolate
RGB
240, 113, 19
HSL
26°, 88%, 51%
CMYK
0, 53, 92, 6
Luminance
0.3038
Every format
| HEX | #f07113 |
| RGB | rgb(240, 113, 19) |
| HSL | hsl(26, 88%, 51%) |
| CMYK | cmyk(0%, 53%, 92%, 6%) |
| LAB | lab(62.0 44.6 66.5) |
| LCH | lch(62.0 80.0 56.2) |
| OKLCH | oklch(0.689 0.180 48.8) |
Copy-ready code
/* CSS */
color: #f07113;
background-color: #f07113;
/* Tailwind (arbitrary) */
class="text-[#f07113] bg-[#f07113]"
/* SCSS */
$brand: #f07113;
/* SwiftUI */
Color(red: 0.941, green: 0.443, blue: 0.075)
/* Android */
Color.parseColor("#f07113")Accessibility — WCAG contrast
Aa
#f07113 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07113 on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green44.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow92.1%
Key (black)5.9%
Color previews
#f07113 text on a black background
contrast 7.08:1
Card sample
#f07113 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07113;
Background color
Panel with #f07113 background
background-color: #f07113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 113, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 113, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07113; background: linear-gradient(135deg, #f07113, #DCF013);