#f6a800
a balanced, electric yellow · warm · closest name: orange
RGB
246, 168, 0
HSL
41°, 100%, 48%
CMYK
0, 32, 100, 4
Luminance
0.4760
Every format
| HEX | #f6a800 |
| RGB | rgb(246, 168, 0) |
| HSL | hsl(41, 100%, 48%) |
| CMYK | cmyk(0%, 32%, 100%, 4%) |
| LAB | lab(74.6 18.6 78.2) |
| LCH | lch(74.6 80.4 76.6) |
| OKLCH | oklch(0.788 0.166 75.5) |
Copy-ready code
/* CSS */
color: #f6a800;
background-color: #f6a800;
/* Tailwind (arbitrary) */
class="text-[#f6a800] bg-[#f6a800]"
/* SCSS */
$brand: #f6a800;
/* SwiftUI */
Color(red: 0.965, green: 0.659, blue: 0.000)
/* Android */
Color.parseColor("#f6a800")Accessibility — WCAG contrast
Aa
#f6a800 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6a800 on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green65.9%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta31.7%
Yellow100.0%
Key (black)3.5%
Color previews
#f6a800 text on a black background
contrast 10.52:1
Card sample
#f6a800 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6a800;
Background color
Panel with #f6a800 background
background-color: #f6a800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6a800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 168, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 168, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6a800; background: linear-gradient(135deg, #f6a800, #A0F600);