#f4792d
a balanced, electric orange · warm · closest name: chocolate
RGB
244, 121, 45
HSL
23°, 90%, 57%
CMYK
0, 50, 82, 4
Luminance
0.3310
Every format
| HEX | #f4792d |
| RGB | rgb(244, 121, 45) |
| HSL | hsl(23, 90%, 57%) |
| CMYK | cmyk(0%, 50%, 82%, 4%) |
| LAB | lab(64.2 42.7 60.1) |
| LCH | lch(64.2 73.7 54.6) |
| OKLCH | oklch(0.708 0.173 48.0) |
Copy-ready code
/* CSS */
color: #f4792d;
background-color: #f4792d;
/* Tailwind (arbitrary) */
class="text-[#f4792d] bg-[#f4792d]"
/* SCSS */
$brand: #f4792d;
/* SwiftUI */
Color(red: 0.957, green: 0.475, blue: 0.176)
/* Android */
Color.parseColor("#f4792d")Accessibility — WCAG contrast
Aa
#f4792d on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4792d on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green47.5%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta50.4%
Yellow81.6%
Key (black)4.3%
Color previews
#f4792d text on a black background
contrast 7.62:1
Card sample
#f4792d text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4792d;
Background color
Panel with #f4792d background
background-color: #f4792d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4792d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 121, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 121, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4792d; background: linear-gradient(135deg, #f4792d, #EAF42D);