#f48113
a balanced, electric orange · warm · closest name: chocolate
RGB
244, 129, 19
HSL
29°, 91%, 52%
CMYK
0, 47, 92, 4
Luminance
0.3498
Every format
| HEX | #f48113 |
| RGB | rgb(244, 129, 19) |
| HSL | hsl(29, 91%, 52%) |
| CMYK | cmyk(0%, 47%, 92%, 4%) |
| LAB | lab(65.7 38.2 69.4) |
| LCH | lch(65.7 79.2 61.2) |
| OKLCH | oklch(0.719 0.173 55.0) |
Copy-ready code
/* CSS */
color: #f48113;
background-color: #f48113;
/* Tailwind (arbitrary) */
class="text-[#f48113] bg-[#f48113]"
/* SCSS */
$brand: #f48113;
/* SwiftUI */
Color(red: 0.957, green: 0.506, blue: 0.075)
/* Android */
Color.parseColor("#f48113")Accessibility — WCAG contrast
Aa
#f48113 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f48113 on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green50.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow92.2%
Key (black)4.3%
Color previews
#f48113 text on a black background
contrast 8.00:1
Card sample
#f48113 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f48113;
Background color
Panel with #f48113 background
background-color: #f48113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f48113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 129, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 129, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f48113; background: linear-gradient(135deg, #f48113, #D1F413);