Shades of Supernova #FFB22D
Tints of Supernova #FFB22D
RGB
CMYK
RGB Variations
Color information
#FFB22D (or 0xFFB22D) is known color: Supernova. HEX triplet: FF, B2 and 2D. RGB value is (255,178,45). Sum of RGB (Red+Green+Blue) = 255+178+45=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 45 (17.97% from 255 or 9.41% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB22D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB22D is #004DD2. Grayscale: #BABABA. Windows color (decimal): -19923 or 2994943. OLE color: 2994943.
HSL color Cylindrical-coordinate representation of color #FFB22D: hue angle of 38º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFB22D is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 45 | - |
| CMYK | 0 | 0.30 | 0.82 | 0 |
| HSL | 38º | 1% | 0.59% | - |
| HSV(B) | 38º | 0.82% | 1% | - |
| XYZ | 57.63 | 53.29 | 9.73 | - |
| YUV | 185.86 | 48.51 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 45 | 0 | 0.30 | 0.82 | 0 | 38 | 1 | 0.59 |
| Hex | FF | B2 | 2D | 0 | 1E | 52 | 0 | 26 | 64 | 3B |
| Octal | 377 | 262 | 55 | 0 | 36 | 122 | 0 | 46 | 144 | 73 |
| Binary | 11111111 | 10110010 | 101101 | 0 | 11110 | 1010010 | 0 | 100110 | 1100100 | 111011 |
Color Harmonies of #FFB22D
Complementary color
Monochromatic Colors of #FFB22D
Black with #FFB22D
Text Example
Text Example
White with #FFB22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB22D; }
p { color: rgb(255,178,45); }
H1.HeaderClassName
{
color: #FFB22D;
}
.AnyTagClassName
{
color: #FFB22D;
}
</style>
background-color css
<style>
a { background-color: #FFB22D; }
a { background-color: rgb(255,178,45); }
div.DivClassName
{
background-color: #FFB22D;
}
.BgClassName
{
background-color: #FFB22D;
}
</style>
border-color css
<style>
span { border-color: #FFB22D; }
span { border-color: rgb(255,178,45); }
td.TdClassName
{
border-color: #FFB22D;
}
.TagClassName
{
border-color: #FFB22D;
}
</style>