Shades of Supernova #FFBC36
Tints of Supernova #FFBC36
RGB
CMYK
RGB Variations
Color information
#FFBC36 (or 0xFFBC36) is known color: Supernova. HEX triplet: FF, BC and 36. RGB value is (255,188,54). Sum of RGB (Red+Green+Blue) = 255+188+54=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 54 (21.48% from 255 or 10.87% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC36 is #0043C9. Grayscale: #C1C1C1. Windows color (decimal): -17354 or 3587327. OLE color: 3587327.
HSL color Cylindrical-coordinate representation of color #FFBC36: hue angle of 40º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFBC36 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 54 | - |
| CMYK | 0 | 0.26 | 0.79 | 0 |
| HSL | 40º | 1% | 0.61% | - |
| HSV(B) | 40º | 0.79% | 1% | - |
| XYZ | 59.89 | 57.49 | 11.43 | - |
| YUV | 192.76 | 49.7 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 54 | 0 | 0.26 | 0.79 | 0 | 40 | 1 | 0.61 |
| Hex | FF | BC | 36 | 0 | 1A | 4F | 0 | 28 | 64 | 3D |
| Octal | 377 | 274 | 66 | 0 | 32 | 117 | 0 | 50 | 144 | 75 |
| Binary | 11111111 | 10111100 | 110110 | 0 | 11010 | 1001111 | 0 | 101000 | 1100100 | 111101 |
Color Harmonies of #FFBC36
Complementary color
Monochromatic Colors of #FFBC36
Black with #FFBC36
Text Example
Text Example
White with #FFBC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC36; }
p { color: rgb(255,188,54); }
H1.HeaderClassName
{
color: #FFBC36;
}
.AnyTagClassName
{
color: #FFBC36;
}
</style>
background-color css
<style>
a { background-color: #FFBC36; }
a { background-color: rgb(255,188,54); }
div.DivClassName
{
background-color: #FFBC36;
}
.BgClassName
{
background-color: #FFBC36;
}
</style>
border-color css
<style>
span { border-color: #FFBC36; }
span { border-color: rgb(255,188,54); }
td.TdClassName
{
border-color: #FFBC36;
}
.TagClassName
{
border-color: #FFBC36;
}
</style>