Shades of Supernova #FFBC2D
Tints of Supernova #FFBC2D
RGB
CMYK
RGB Variations
Color information
#FFBC2D (or 0xFFBC2D) is known color: Supernova. HEX triplet: FF, BC and 2D. RGB value is (255,188,45). Sum of RGB (Red+Green+Blue) = 255+188+45=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC2D is #0043D2. Grayscale: #C0C0C0. Windows color (decimal): -17363 or 2997503. OLE color: 2997503.
HSL color Cylindrical-coordinate representation of color #FFBC2D: hue angle of 40.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFBC2D is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 45 | - |
| CMYK | 0 | 0.26 | 0.82 | 0 |
| HSL | 40.86º | 1% | 0.59% | - |
| HSV(B) | 40.86º | 0.82% | 1% | - |
| XYZ | 59.7 | 57.42 | 10.42 | - |
| YUV | 191.73 | 45.2 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 45 | 0 | 0.26 | 0.82 | 0 | 40.86 | 1 | 0.59 |
| Hex | FF | BC | 2D | 0 | 1A | 52 | 0 | 29 | 64 | 3B |
| Octal | 377 | 274 | 55 | 0 | 32 | 122 | 0 | 51 | 144 | 73 |
| Binary | 11111111 | 10111100 | 101101 | 0 | 11010 | 1010010 | 0 | 101001 | 1100100 | 111011 |
Color Harmonies of #FFBC2D
Complementary color
Monochromatic Colors of #FFBC2D
Black with #FFBC2D
Text Example
Text Example
White with #FFBC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC2D; }
p { color: rgb(255,188,45); }
H1.HeaderClassName
{
color: #FFBC2D;
}
.AnyTagClassName
{
color: #FFBC2D;
}
</style>
background-color css
<style>
a { background-color: #FFBC2D; }
a { background-color: rgb(255,188,45); }
div.DivClassName
{
background-color: #FFBC2D;
}
.BgClassName
{
background-color: #FFBC2D;
}
</style>
border-color css
<style>
span { border-color: #FFBC2D; }
span { border-color: rgb(255,188,45); }
td.TdClassName
{
border-color: #FFBC2D;
}
.TagClassName
{
border-color: #FFBC2D;
}
</style>