Shades of Supernova #FFBC40
Tints of Supernova #FFBC40
RGB
CMYK
RGB Variations
Color information
#FFBC40 (or 0xFFBC40) is known color: Supernova. HEX triplet: FF, BC and 40. RGB value is (255,188,64). Sum of RGB (Red+Green+Blue) = 255+188+64=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 64 (25.39% from 255 or 12.62% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC40 is #0043BF. Grayscale: #C2C2C2. Windows color (decimal): -17344 or 4242687. OLE color: 4242687.
HSL color Cylindrical-coordinate representation of color #FFBC40: hue angle of 38.95º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFBC40 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 64 | - |
| CMYK | 0 | 0.26 | 0.75 | 0 |
| HSL | 38.95º | 1% | 0.63% | - |
| HSV(B) | 38.95º | 0.75% | 1% | - |
| XYZ | 60.15 | 57.6 | 12.8 | - |
| YUV | 193.9 | 54.7 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 64 | 0 | 0.26 | 0.75 | 0 | 38.95 | 1 | 0.63 |
| Hex | FF | BC | 40 | 0 | 1A | 4B | 0 | 27 | 64 | 3F |
| Octal | 377 | 274 | 100 | 0 | 32 | 113 | 0 | 47 | 144 | 77 |
| Binary | 11111111 | 10111100 | 1000000 | 0 | 11010 | 1001011 | 0 | 100111 | 1100100 | 111111 |
Color Harmonies of #FFBC40
Complementary color
Monochromatic Colors of #FFBC40
Black with #FFBC40
Text Example
Text Example
White with #FFBC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC40; }
p { color: rgb(255,188,64); }
H1.HeaderClassName
{
color: #FFBC40;
}
.AnyTagClassName
{
color: #FFBC40;
}
</style>
background-color css
<style>
a { background-color: #FFBC40; }
a { background-color: rgb(255,188,64); }
div.DivClassName
{
background-color: #FFBC40;
}
.BgClassName
{
background-color: #FFBC40;
}
</style>
border-color css
<style>
span { border-color: #FFBC40; }
span { border-color: rgb(255,188,64); }
td.TdClassName
{
border-color: #FFBC40;
}
.TagClassName
{
border-color: #FFBC40;
}
</style>