Shiritorier’s Orange
#f19000
Looking for the precise values behind Shiritorier’s Orange (#f19000)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f19000 | |
|---|---|---|
| RGB | rgb(241, 144, 0) | |
| HSL | hsl(36, 100%, 47%) | |
| CMYK | cmyk(0%, 40%, 100%, 5%) | |
| LAB | lab(69, 32, 74) | |
| OKLCH | oklch(0.74 0.167 64) |
Color harmonies
Tints & shades
Code snippets
color: #f19000;
background-color: #f19000;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFF19000)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.56, blue: 0.00, alpha: 1.0)