Smiley Face
#ffc962
Looking for the precise values behind Smiley Face (#ffc962)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffc962 | |
|---|---|---|
| RGB | rgb(255, 201, 98) | |
| HSL | hsl(39, 100%, 69%) | |
| CMYK | cmyk(0%, 21%, 62%, 0%) | |
| LAB | lab(84, 12, 58) | |
| OKLCH | oklch(0.86 0.135 81) |
Color harmonies
Tints & shades
Code snippets
color: #ffc962;
background-color: #ffc962;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFC962)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.79, blue: 0.38, alpha: 1.0)