Shades of Supernova #FFBC32
Tints of Supernova #FFBC32
RGB
CMYK
RGB Variations
Color information
#FFBC32 (or 0xFFBC32) is known color: Supernova. HEX triplet: FF, BC and 32. RGB value is (255,188,50). Sum of RGB (Red+Green+Blue) = 255+188+50=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 50 (19.92% from 255 or 10.14% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC32 is #0043CD. Grayscale: #C0C0C0. Windows color (decimal): -17358 or 3325183. OLE color: 3325183.
HSL color Cylindrical-coordinate representation of color #FFBC32: hue angle of 40.39º 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 #FFBC32 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 50 | - |
| CMYK | 0 | 0.26 | 0.80 | 0 |
| HSL | 40.39º | 1% | 0.6% | - |
| HSV(B) | 40.39º | 0.8% | 1% | - |
| XYZ | 59.8 | 57.46 | 10.96 | - |
| YUV | 192.3 | 47.7 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 50 | 0 | 0.26 | 0.80 | 0 | 40.39 | 1 | 0.6 |
| Hex | FF | BC | 32 | 0 | 1A | 50 | 0 | 28 | 64 | 3C |
| Octal | 377 | 274 | 62 | 0 | 32 | 120 | 0 | 50 | 144 | 74 |
| Binary | 11111111 | 10111100 | 110010 | 0 | 11010 | 1010000 | 0 | 101000 | 1100100 | 111100 |
Color Harmonies of #FFBC32
Complementary color
Monochromatic Colors of #FFBC32
Black with #FFBC32
Text Example
Text Example
White with #FFBC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC32; }
p { color: rgb(255,188,50); }
H1.HeaderClassName
{
color: #FFBC32;
}
.AnyTagClassName
{
color: #FFBC32;
}
</style>
background-color css
<style>
a { background-color: #FFBC32; }
a { background-color: rgb(255,188,50); }
div.DivClassName
{
background-color: #FFBC32;
}
.BgClassName
{
background-color: #FFBC32;
}
</style>
border-color css
<style>
span { border-color: #FFBC32; }
span { border-color: rgb(255,188,50); }
td.TdClassName
{
border-color: #FFBC32;
}
.TagClassName
{
border-color: #FFBC32;
}
</style>