Koromiko
#feb552
Koromiko, represented by the hex value #feb552, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #feb552 | |
|---|---|---|
| RGB | rgb(254, 181, 82) | |
| HSL | hsl(35, 99%, 66%) | |
| CMYK | cmyk(0%, 29%, 68%, 0%) | |
| LAB | lab(79, 21, 60) | |
| OKLCH | oklch(0.82 0.141 72) |
Color harmonies
Tints & shades
Code snippets
color: #feb552;
background-color: #feb552;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFEB552)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.71, blue: 0.32, alpha: 1.0)