Shades of Supernova #FFB032
Tints of Supernova #FFB032
RGB
CMYK
RGB Variations
Color information
#FFB032 (or 0xFFB032) is known color: Supernova. HEX triplet: FF, B0 and 32. RGB value is (255,176,50). Sum of RGB (Red+Green+Blue) = 255+176+50=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 50 (19.92% from 255 or 10.40% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB032 is #004FCD. Grayscale: #B9B9B9. Windows color (decimal): -20430 or 3322111. OLE color: 3322111.
HSL color Cylindrical-coordinate representation of color #FFB032: hue angle of 36.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFB032 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 50 | - |
| CMYK | 0 | 0.31 | 0.80 | 0 |
| HSL | 36.88º | 1% | 0.6% | - |
| HSV(B) | 36.88º | 0.8% | 1% | - |
| XYZ | 57.34 | 52.54 | 10.14 | - |
| YUV | 185.26 | 51.67 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 50 | 0 | 0.31 | 0.80 | 0 | 36.88 | 1 | 0.6 |
| Hex | FF | B0 | 32 | 0 | 1F | 50 | 0 | 25 | 64 | 3C |
| Octal | 377 | 260 | 62 | 0 | 37 | 120 | 0 | 45 | 144 | 74 |
| Binary | 11111111 | 10110000 | 110010 | 0 | 11111 | 1010000 | 0 | 100101 | 1100100 | 111100 |
Color Harmonies of #FFB032
Complementary color
Monochromatic Colors of #FFB032
Black with #FFB032
Text Example
Text Example
White with #FFB032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB032; }
p { color: rgb(255,176,50); }
H1.HeaderClassName
{
color: #FFB032;
}
.AnyTagClassName
{
color: #FFB032;
}
</style>
background-color css
<style>
a { background-color: #FFB032; }
a { background-color: rgb(255,176,50); }
div.DivClassName
{
background-color: #FFB032;
}
.BgClassName
{
background-color: #FFB032;
}
</style>
border-color css
<style>
span { border-color: #FFB032; }
span { border-color: rgb(255,176,50); }
td.TdClassName
{
border-color: #FFB032;
}
.TagClassName
{
border-color: #FFB032;
}
</style>