Orangina
#fec615
Looking for the precise values behind Orangina (#fec615)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fec615 | |
|---|---|---|
| RGB | rgb(254, 198, 21) | |
| HSL | hsl(46, 99%, 54%) | |
| CMYK | cmyk(0%, 22%, 92%, 0%) | |
| LAB | lab(83, 11, 82) | |
| OKLCH | oklch(0.85 0.171 87) |
Color harmonies
Tints & shades
Code snippets
color: #fec615;
background-color: #fec615;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFEC615)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.78, blue: 0.08, alpha: 1.0)