#f28e13
a balanced, electric orange · warm · closest name: orange
RGB
242, 142, 19
HSL
33°, 90%, 51%
CMYK
0, 41, 92, 5
Luminance
0.3827
Every format
| HEX | #f28e13 |
| RGB | rgb(242, 142, 19) |
| HSL | hsl(33, 90%, 51%) |
| CMYK | cmyk(0%, 41%, 92%, 5%) |
| LAB | lab(68.2 30.7 71.0) |
| LCH | lch(68.2 77.4 66.6) |
| OKLCH | oklch(0.737 0.166 62.1) |
Copy-ready code
/* CSS */
color: #f28e13;
background-color: #f28e13;
/* Tailwind (arbitrary) */
class="text-[#f28e13] bg-[#f28e13]"
/* SCSS */
$brand: #f28e13;
/* SwiftUI */
Color(red: 0.949, green: 0.557, blue: 0.075)
/* Android */
Color.parseColor("#f28e13")Accessibility — WCAG contrast
Aa
#f28e13 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28e13 on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green55.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow92.1%
Key (black)5.1%
Color previews
#f28e13 text on a black background
contrast 8.65:1
Card sample
#f28e13 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28e13;
Background color
Panel with #f28e13 background
background-color: #f28e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 142, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 142, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28e13; background: linear-gradient(135deg, #f28e13, #C1F213);