#f07124
a balanced, electric orange · warm · closest name: chocolate
RGB
240, 113, 36
HSL
23°, 87%, 54%
CMYK
0, 53, 85, 6
Luminance
0.3046
Every format
| HEX | #f07124 |
| RGB | rgb(240, 113, 36) |
| HSL | hsl(23, 87%, 54%) |
| CMYK | cmyk(0%, 53%, 85%, 6%) |
| LAB | lab(62.1 44.9 61.4) |
| LCH | lch(62.1 76.1 53.8) |
| OKLCH | oklch(0.690 0.177 46.7) |
Copy-ready code
/* CSS */
color: #f07124;
background-color: #f07124;
/* Tailwind (arbitrary) */
class="text-[#f07124] bg-[#f07124]"
/* SCSS */
$brand: #f07124;
/* SwiftUI */
Color(red: 0.941, green: 0.443, blue: 0.141)
/* Android */
Color.parseColor("#f07124")Accessibility — WCAG contrast
Aa
#f07124 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07124 on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green44.3%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow85.0%
Key (black)5.9%
Color previews
#f07124 text on a black background
contrast 7.09:1
Card sample
#f07124 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07124;
Background color
Panel with #f07124 background
background-color: #f07124;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07124;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 113, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 113, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07124; background: linear-gradient(135deg, #f07124, #E7F024);