Shades of Supernova #FFBC2B
Tints of Supernova #FFBC2B
RGB
CMYK
RGB Variations
Color information
#FFBC2B (or 0xFFBC2B) is known color: Supernova. HEX triplet: FF, BC and 2B. RGB value is (255,188,43). Sum of RGB (Red+Green+Blue) = 255+188+43=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 43 (17.19% from 255 or 8.85% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC2B is #0043D4. Grayscale: #C0C0C0. Windows color (decimal): -17365 or 2866431. OLE color: 2866431.
HSL color Cylindrical-coordinate representation of color #FFBC2B: hue angle of 41.04º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFBC2B is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 43 | - |
| CMYK | 0 | 0.26 | 0.83 | 0 |
| HSL | 41.04º | 1% | 0.58% | - |
| HSV(B) | 41.04º | 0.83% | 1% | - |
| XYZ | 59.66 | 57.4 | 10.22 | - |
| YUV | 191.5 | 44.2 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 43 | 0 | 0.26 | 0.83 | 0 | 41.04 | 1 | 0.58 |
| Hex | FF | BC | 2B | 0 | 1A | 53 | 0 | 29 | 64 | 3A |
| Octal | 377 | 274 | 53 | 0 | 32 | 123 | 0 | 51 | 144 | 72 |
| Binary | 11111111 | 10111100 | 101011 | 0 | 11010 | 1010011 | 0 | 101001 | 1100100 | 111010 |
Color Harmonies of #FFBC2B
Complementary color
Monochromatic Colors of #FFBC2B
Black with #FFBC2B
Text Example
Text Example
White with #FFBC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC2B; }
p { color: rgb(255,188,43); }
H1.HeaderClassName
{
color: #FFBC2B;
}
.AnyTagClassName
{
color: #FFBC2B;
}
</style>
background-color css
<style>
a { background-color: #FFBC2B; }
a { background-color: rgb(255,188,43); }
div.DivClassName
{
background-color: #FFBC2B;
}
.BgClassName
{
background-color: #FFBC2B;
}
</style>
border-color css
<style>
span { border-color: #FFBC2B; }
span { border-color: rgb(255,188,43); }
td.TdClassName
{
border-color: #FFBC2B;
}
.TagClassName
{
border-color: #FFBC2B;
}
</style>