Shades of Supernova #FFB532
Tints of Supernova #FFB532
RGB
CMYK
RGB Variations
Color information
#FFB532 (or 0xFFB532) is known color: Supernova. HEX triplet: FF, B5 and 32. RGB value is (255,181,50). Sum of RGB (Red+Green+Blue) = 255+181+50=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB532 is #004ACD. Grayscale: #BCBCBC. Windows color (decimal): -19150 or 3323391. OLE color: 3323391.
HSL color Cylindrical-coordinate representation of color #FFB532: hue angle of 38.34º 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 #FFB532 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 50 | - |
| CMYK | 0 | 0.29 | 0.80 | 0 |
| HSL | 38.34º | 1% | 0.6% | - |
| HSV(B) | 38.34º | 0.8% | 1% | - |
| XYZ | 58.34 | 54.54 | 10.47 | - |
| YUV | 188.19 | 50.02 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 50 | 0 | 0.29 | 0.80 | 0 | 38.34 | 1 | 0.6 |
| Hex | FF | B5 | 32 | 0 | 1D | 50 | 0 | 26 | 64 | 3C |
| Octal | 377 | 265 | 62 | 0 | 35 | 120 | 0 | 46 | 144 | 74 |
| Binary | 11111111 | 10110101 | 110010 | 0 | 11101 | 1010000 | 0 | 100110 | 1100100 | 111100 |
Color Harmonies of #FFB532
Complementary color
Monochromatic Colors of #FFB532
Black with #FFB532
Text Example
Text Example
White with #FFB532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB532; }
p { color: rgb(255,181,50); }
H1.HeaderClassName
{
color: #FFB532;
}
.AnyTagClassName
{
color: #FFB532;
}
</style>
background-color css
<style>
a { background-color: #FFB532; }
a { background-color: rgb(255,181,50); }
div.DivClassName
{
background-color: #FFB532;
}
.BgClassName
{
background-color: #FFB532;
}
</style>
border-color css
<style>
span { border-color: #FFB532; }
span { border-color: rgb(255,181,50); }
td.TdClassName
{
border-color: #FFB532;
}
.TagClassName
{
border-color: #FFB532;
}
</style>