Orange Soda
#fa5b3d
Orange Soda is a color with the hex code #fa5b3d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fa5b3d | |
|---|---|---|
| RGB | rgb(250, 91, 61) | |
| HSL | hsl(10, 95%, 61%) | |
| CMYK | cmyk(0%, 64%, 76%, 2%) | |
| LAB | lab(61, 61, 50) | |
| OKLCH | oklch(0.68 0.2 33) |
Color harmonies
Tints & shades
Code snippets
color: #fa5b3d;
background-color: #fa5b3d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFA5B3D)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.36, blue: 0.24, alpha: 1.0)