Spicy Sweetcorn
#f6ac00
Looking for the precise values behind Spicy Sweetcorn (#f6ac00)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f6ac00 | |
|---|---|---|
| RGB | rgb(246, 172, 0) | |
| HSL | hsl(42, 100%, 48%) | |
| CMYK | cmyk(0%, 30%, 100%, 4%) | |
| LAB | lab(76, 20, 79) | |
| OKLCH | oklch(0.79 0.166 78) |
Color harmonies
Tints & shades
Code snippets
color: #f6ac00;
background-color: #f6ac00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF6AC00)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.67, blue: 0.00, alpha: 1.0)