Bumblebee
#ffc82a
Here's everything about the color Bumblebee (#ffc82a) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffc82a | |
|---|---|---|
| RGB | rgb(255, 200, 42) | |
| HSL | hsl(45, 100%, 58%) | |
| CMYK | cmyk(0%, 22%, 84%, 0%) | |
| LAB | lab(84, 11, 78) | |
| OKLCH | oklch(0.86 0.167 87) |
Color harmonies
Tints & shades
Code snippets
color: #ffc82a;
background-color: #ffc82a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFC82A)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.78, blue: 0.16, alpha: 1.0)