#f29113
a balanced, electric orange · warm · closest name: orange
RGB
242, 145, 19
HSL
34°, 90%, 51%
CMYK
0, 40, 92, 5
Luminance
0.3918
Every format
| HEX | #f29113 |
| RGB | rgb(242, 145, 19) |
| HSL | hsl(34, 90%, 51%) |
| CMYK | cmyk(0%, 40%, 92%, 5%) |
| LAB | lab(68.9 29.1 71.5) |
| LCH | lch(68.9 77.2 67.8) |
| OKLCH | oklch(0.743 0.165 63.7) |
Copy-ready code
/* CSS */
color: #f29113;
background-color: #f29113;
/* Tailwind (arbitrary) */
class="text-[#f29113] bg-[#f29113]"
/* SCSS */
$brand: #f29113;
/* SwiftUI */
Color(red: 0.949, green: 0.569, blue: 0.075)
/* Android */
Color.parseColor("#f29113")Accessibility — WCAG contrast
Aa
#f29113 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29113 on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green56.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow92.1%
Key (black)5.1%
Color previews
#f29113 text on a black background
contrast 8.84:1
Card sample
#f29113 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29113;
Background color
Panel with #f29113 background
background-color: #f29113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 145, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 145, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29113; background: linear-gradient(135deg, #f29113, #BEF213);