#f7741c
a balanced, electric orange · warm · closest name: chocolate
RGB
247, 116, 28
HSL
24°, 93%, 54%
CMYK
0, 53, 89, 3
Luminance
0.3235
Every format
| HEX | #f7741c |
| RGB | rgb(247, 116, 28) |
| HSL | hsl(24, 93%, 54%) |
| CMYK | cmyk(0%, 53%, 89%, 3%) |
| LAB | lab(63.6 45.9 65.8) |
| LCH | lch(63.6 80.2 55.1) |
| OKLCH | oklch(0.704 0.183 47.8) |
Copy-ready code
/* CSS */
color: #f7741c;
background-color: #f7741c;
/* Tailwind (arbitrary) */
class="text-[#f7741c] bg-[#f7741c]"
/* SCSS */
$brand: #f7741c;
/* SwiftUI */
Color(red: 0.969, green: 0.455, blue: 0.110)
/* Android */
Color.parseColor("#f7741c")Accessibility — WCAG contrast
Aa
#f7741c on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7741c on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green45.5%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow88.7%
Key (black)3.1%
Color previews
#f7741c text on a black background
contrast 7.47:1
Card sample
#f7741c text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7741c;
Background color
Panel with #f7741c background
background-color: #f7741c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7741c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 116, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 116, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7741c; background: linear-gradient(135deg, #f7741c, #E8F71C);