Salmon Nigiri
#f9906f
Looking for the precise values behind Salmon Nigiri (#f9906f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f9906f | |
|---|---|---|
| RGB | rgb(249, 144, 111) | |
| HSL | hsl(14, 92%, 71%) | |
| CMYK | cmyk(0%, 42%, 55%, 2%) | |
| LAB | lab(71, 38, 36) | |
| OKLCH | oklch(0.76 0.136 38) |
Color harmonies
Tints & shades
Code snippets
color: #f9906f;
background-color: #f9906f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFF9906F)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.56, blue: 0.44, alpha: 1.0)