Waxy Corn
#f8b500
Waxy Corn is a color with the hex code #f8b500. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f8b500 | |
|---|---|---|
| RGB | rgb(248, 181, 0) | |
| HSL | hsl(44, 100%, 49%) | |
| CMYK | cmyk(0%, 27%, 100%, 3%) | |
| LAB | lab(78, 17, 80) | |
| OKLCH | oklch(0.81 0.168 82) |
Color harmonies
Tints & shades
Code snippets
color: #f8b500;
background-color: #f8b500;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF8B500)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.71, blue: 0.00, alpha: 1.0)