Shades of Supernova #FFBC3B
Tints of Supernova #FFBC3B
RGB
CMYK
RGB Variations
Color information
#FFBC3B (or 0xFFBC3B) is known color: Supernova. HEX triplet: FF, BC and 3B. RGB value is (255,188,59). Sum of RGB (Red+Green+Blue) = 255+188+59=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 59 (23.44% from 255 or 11.75% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC3B is #0043C4. Grayscale: #C1C1C1. Windows color (decimal): -17349 or 3915007. OLE color: 3915007.
HSL color Cylindrical-coordinate representation of color #FFBC3B: hue angle of 39.49º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFBC3B is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 59 | - |
| CMYK | 0 | 0.26 | 0.77 | 0 |
| HSL | 39.49º | 1% | 0.62% | - |
| HSV(B) | 39.49º | 0.77% | 1% | - |
| XYZ | 60.01 | 57.54 | 12.08 | - |
| YUV | 193.33 | 52.2 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 59 | 0 | 0.26 | 0.77 | 0 | 39.49 | 1 | 0.62 |
| Hex | FF | BC | 3B | 0 | 1A | 4D | 0 | 27 | 64 | 3E |
| Octal | 377 | 274 | 73 | 0 | 32 | 115 | 0 | 47 | 144 | 76 |
| Binary | 11111111 | 10111100 | 111011 | 0 | 11010 | 1001101 | 0 | 100111 | 1100100 | 111110 |
Color Harmonies of #FFBC3B
Complementary color
Monochromatic Colors of #FFBC3B
Black with #FFBC3B
Text Example
Text Example
White with #FFBC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC3B; }
p { color: rgb(255,188,59); }
H1.HeaderClassName
{
color: #FFBC3B;
}
.AnyTagClassName
{
color: #FFBC3B;
}
</style>
background-color css
<style>
a { background-color: #FFBC3B; }
a { background-color: rgb(255,188,59); }
div.DivClassName
{
background-color: #FFBC3B;
}
.BgClassName
{
background-color: #FFBC3B;
}
</style>
border-color css
<style>
span { border-color: #FFBC3B; }
span { border-color: rgb(255,188,59); }
td.TdClassName
{
border-color: #FFBC3B;
}
.TagClassName
{
border-color: #FFBC3B;
}
</style>