#f09c13
a balanced, electric orange · warm · closest name: orange
RGB
240, 156, 19
HSL
37°, 88%, 51%
CMYK
0, 35, 92, 6
Luminance
0.4235
Every format
| HEX | #f09c13 |
| RGB | rgb(240, 156, 19) |
| HSL | hsl(37, 88%, 51%) |
| CMYK | cmyk(0%, 35%, 92%, 6%) |
| LAB | lab(71.1 22.5 73.0) |
| LCH | lch(71.1 76.4 72.8) |
| OKLCH | oklch(0.759 0.161 70.4) |
Copy-ready code
/* CSS */
color: #f09c13;
background-color: #f09c13;
/* Tailwind (arbitrary) */
class="text-[#f09c13] bg-[#f09c13]"
/* SCSS */
$brand: #f09c13;
/* SwiftUI */
Color(red: 0.941, green: 0.612, blue: 0.075)
/* Android */
Color.parseColor("#f09c13")Accessibility — WCAG contrast
Aa
#f09c13 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09c13 on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green61.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta35.0%
Yellow92.1%
Key (black)5.9%
Color previews
#f09c13 text on a black background
contrast 9.47:1
Card sample
#f09c13 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09c13;
Background color
Panel with #f09c13 background
background-color: #f09c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 156, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 156, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09c13; background: linear-gradient(135deg, #f09c13, #B1F013);