Busy Bee
#f4ff00
Looking for the precise values behind Busy Bee (#f4ff00)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f4ff00 | |
|---|---|---|
| RGB | rgb(244, 255, 0) | |
| HSL | hsl(63, 100%, 50%) | |
| CMYK | cmyk(4%, 0%, 100%, 0%) | |
| LAB | lab(97, -20, 92) | |
| OKLCH | oklch(0.96 0.214 113) |
Color harmonies
Tints & shades
Code snippets
color: #f4ff00;
background-color: #f4ff00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF4FF00)
/* Swift / UIKit */
UIColor(red: 0.96, green: 1.00, blue: 0.00, alpha: 1.0)