Goku Orange
#f0833a
Goku Orange, represented by the hex value #f0833a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f0833a | |
|---|---|---|
| RGB | rgb(240, 131, 58) | |
| HSL | hsl(24, 86%, 58%) | |
| CMYK | cmyk(0%, 45%, 76%, 6%) | |
| LAB | lab(66, 39, 57) | |
| OKLCH | oklch(0.72 0.158 51) |
Color harmonies
Tints & shades
Code snippets
color: #f0833a;
background-color: #f0833a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFF0833A)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.51, blue: 0.23, alpha: 1.0)