Shades of Supernova #FFB22C
Tints of Supernova #FFB22C
RGB
CMYK
RGB Variations
Color information
#FFB22C (or 0xFFB22C) is known color: Supernova. HEX triplet: FF, B2 and 2C. RGB value is (255,178,44). Sum of RGB (Red+Green+Blue) = 255+178+44=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 44 (17.58% from 255 or 9.22% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB22C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB22C is #004DD3. Grayscale: #BABABA. Windows color (decimal): -19924 or 2929407. OLE color: 2929407.
HSL color Cylindrical-coordinate representation of color #FFB22C: hue angle of 38.1º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFB22C is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 44 | - |
| CMYK | 0 | 0.30 | 0.83 | 0 |
| HSL | 38.1º | 1% | 0.59% | - |
| HSV(B) | 38.1º | 0.83% | 1% | - |
| XYZ | 57.62 | 53.28 | 9.63 | - |
| YUV | 185.75 | 48.01 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 44 | 0 | 0.30 | 0.83 | 0 | 38.1 | 1 | 0.59 |
| Hex | FF | B2 | 2C | 0 | 1E | 53 | 0 | 26 | 64 | 3B |
| Octal | 377 | 262 | 54 | 0 | 36 | 123 | 0 | 46 | 144 | 73 |
| Binary | 11111111 | 10110010 | 101100 | 0 | 11110 | 1010011 | 0 | 100110 | 1100100 | 111011 |
Color Harmonies of #FFB22C
Complementary color
Monochromatic Colors of #FFB22C
Black with #FFB22C
Text Example
Text Example
White with #FFB22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB22C; }
p { color: rgb(255,178,44); }
H1.HeaderClassName
{
color: #FFB22C;
}
.AnyTagClassName
{
color: #FFB22C;
}
</style>
background-color css
<style>
a { background-color: #FFB22C; }
a { background-color: rgb(255,178,44); }
div.DivClassName
{
background-color: #FFB22C;
}
.BgClassName
{
background-color: #FFB22C;
}
</style>
border-color css
<style>
span { border-color: #FFB22C; }
span { border-color: rgb(255,178,44); }
td.TdClassName
{
border-color: #FFB22C;
}
.TagClassName
{
border-color: #FFB22C;
}
</style>