#f18113
a balanced, electric orange · warm · closest name: chocolate
RGB
241, 129, 19
HSL
30°, 89%, 51%
CMYK
0, 47, 92, 6
Luminance
0.3445
Every format
| HEX | #f18113 |
| RGB | rgb(241, 129, 19) |
| HSL | hsl(30, 89%, 51%) |
| CMYK | cmyk(0%, 47%, 92%, 6%) |
| LAB | lab(65.3 37.0 68.9) |
| LCH | lch(65.3 78.2 61.8) |
| OKLCH | oklch(0.715 0.171 55.8) |
Copy-ready code
/* CSS */
color: #f18113;
background-color: #f18113;
/* Tailwind (arbitrary) */
class="text-[#f18113] bg-[#f18113]"
/* SCSS */
$brand: #f18113;
/* SwiftUI */
Color(red: 0.945, green: 0.506, blue: 0.075)
/* Android */
Color.parseColor("#f18113")Accessibility — WCAG contrast
Aa
#f18113 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18113 on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green50.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta46.5%
Yellow92.1%
Key (black)5.5%
Color previews
#f18113 text on a black background
contrast 7.89:1
Card sample
#f18113 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18113;
Background color
Panel with #f18113 background
background-color: #f18113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 129, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 129, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18113; background: linear-gradient(135deg, #f18113, #CDF113);