Marsupilami
#fdf200
Looking for the precise values behind Marsupilami (#fdf200)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fdf200 | |
|---|---|---|
| RGB | rgb(253, 242, 0) | |
| HSL | hsl(57, 100%, 50%) | |
| CMYK | cmyk(0%, 4%, 100%, 1%) | |
| LAB | lab(94, -11, 91) | |
| OKLCH | oklch(0.94 0.201 106) |
Color harmonies
Tints & shades
Code snippets
color: #fdf200;
background-color: #fdf200;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDF200)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.95, blue: 0.00, alpha: 1.0)