Shades of Supernova #FFBC2F
Tints of Supernova #FFBC2F
RGB
CMYK
RGB Variations
Color information
#FFBC2F (or 0xFFBC2F) is known color: Supernova. HEX triplet: FF, BC and 2F. RGB value is (255,188,47). Sum of RGB (Red+Green+Blue) = 255+188+47=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 47 (18.75% from 255 or 9.59% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC2F is #0043D0. Grayscale: #C0C0C0. Windows color (decimal): -17361 or 3128575. OLE color: 3128575.
HSL color Cylindrical-coordinate representation of color #FFBC2F: hue angle of 40.67º 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 #FFBC2F is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 47 | - |
| CMYK | 0 | 0.26 | 0.82 | 0 |
| HSL | 40.67º | 1% | 0.59% | - |
| HSV(B) | 40.67º | 0.82% | 1% | - |
| XYZ | 59.74 | 57.43 | 10.63 | - |
| YUV | 191.96 | 46.2 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 47 | 0 | 0.26 | 0.82 | 0 | 40.67 | 1 | 0.59 |
| Hex | FF | BC | 2F | 0 | 1A | 52 | 0 | 29 | 64 | 3B |
| Octal | 377 | 274 | 57 | 0 | 32 | 122 | 0 | 51 | 144 | 73 |
| Binary | 11111111 | 10111100 | 101111 | 0 | 11010 | 1010010 | 0 | 101001 | 1100100 | 111011 |
Color Harmonies of #FFBC2F
Complementary color
Monochromatic Colors of #FFBC2F
Black with #FFBC2F
Text Example
Text Example
White with #FFBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC2F; }
p { color: rgb(255,188,47); }
H1.HeaderClassName
{
color: #FFBC2F;
}
.AnyTagClassName
{
color: #FFBC2F;
}
</style>
background-color css
<style>
a { background-color: #FFBC2F; }
a { background-color: rgb(255,188,47); }
div.DivClassName
{
background-color: #FFBC2F;
}
.BgClassName
{
background-color: #FFBC2F;
}
</style>
border-color css
<style>
span { border-color: #FFBC2F; }
span { border-color: rgb(255,188,47); }
td.TdClassName
{
border-color: #FFBC2F;
}
.TagClassName
{
border-color: #FFBC2F;
}
</style>