#f08033
a balanced, electric orange · warm · closest name: chocolate
RGB
240, 128, 51
HSL
24°, 86%, 57%
CMYK
0, 47, 79, 6
Luminance
0.3420
Every format
| HEX | #f08033 |
| RGB | rgb(240, 128, 51) |
| HSL | hsl(24, 86%, 57%) |
| CMYK | cmyk(0%, 47%, 79%, 6%) |
| LAB | lab(65.1 37.9 58.2) |
| LCH | lch(65.1 69.5 57.0) |
| OKLCH | oklch(0.713 0.162 51.0) |
Copy-ready code
/* CSS */
color: #f08033;
background-color: #f08033;
/* Tailwind (arbitrary) */
class="text-[#f08033] bg-[#f08033]"
/* SCSS */
$brand: #f08033;
/* SwiftUI */
Color(red: 0.941, green: 0.502, blue: 0.200)
/* Android */
Color.parseColor("#f08033")Accessibility — WCAG contrast
Aa
#f08033 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08033 on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green50.2%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow78.8%
Key (black)5.9%
Color previews
#f08033 text on a black background
contrast 7.84:1
Card sample
#f08033 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08033;
Background color
Panel with #f08033 background
background-color: #f08033;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08033;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 128, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 128, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08033; background: linear-gradient(135deg, #f08033, #E2F033);