Buzz
#f0c641
Looking for the precise values behind Buzz (#f0c641)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f0c641 | |
|---|---|---|
| RGB | rgb(240, 198, 65) | |
| HSL | hsl(46, 85%, 60%) | |
| CMYK | cmyk(0%, 17%, 73%, 6%) | |
| LAB | lab(82, 6, 68) | |
| OKLCH | oklch(0.84 0.151 91) |
Color harmonies
Tints & shades
Code snippets
color: #f0c641;
background-color: #f0c641;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF0C641)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.78, blue: 0.25, alpha: 1.0)