#f6a009
a balanced, electric orange · warm · closest name: orange
RGB
246, 160, 9
HSL
38°, 93%, 50%
CMYK
0, 35, 96, 4
Luminance
0.4475
Every format
| HEX | #f6a009 |
| RGB | rgb(246, 160, 9) |
| HSL | hsl(38, 93%, 50%) |
| CMYK | cmyk(0%, 35%, 96%, 4%) |
| LAB | lab(72.7 22.9 75.9) |
| LCH | lch(72.7 79.3 73.2) |
| OKLCH | oklch(0.773 0.165 70.9) |
Copy-ready code
/* CSS */
color: #f6a009;
background-color: #f6a009;
/* Tailwind (arbitrary) */
class="text-[#f6a009] bg-[#f6a009]"
/* SCSS */
$brand: #f6a009;
/* SwiftUI */
Color(red: 0.965, green: 0.627, blue: 0.035)
/* Android */
Color.parseColor("#f6a009")Accessibility — WCAG contrast
Aa
#f6a009 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6a009 on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green62.7%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta35.0%
Yellow96.3%
Key (black)3.5%
Color previews
#f6a009 text on a black background
contrast 9.95:1
Card sample
#f6a009 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6a009;
Background color
Panel with #f6a009 background
background-color: #f6a009;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6a009;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 160, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 160, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6a009; background: linear-gradient(135deg, #f6a009, #AEF609);