Shades of Supernova #FCBC39
Tints of Supernova #FCBC39
RGB
CMYK
RGB Variations
Color information
#FCBC39 (or 0xFCBC39) is known color: Supernova. HEX triplet: FC, BC and 39. RGB value is (252,188,57). Sum of RGB (Red+Green+Blue) = 252+188+57=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 57 (22.66% from 255 or 11.47% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC39 is #0343C6. Grayscale: #C0C0C0. Windows color (decimal): -213959 or 3783932. OLE color: 3783932.
HSL color Cylindrical-coordinate representation of color #FCBC39: hue angle of 40.31º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCBC39 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 57 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.01 |
| HSL | 40.31º | 0.97% | 0.61% | - |
| HSV(B) | 40.31º | 0.77% | 0.99% | - |
| XYZ | 58.87 | 56.96 | 11.76 | - |
| YUV | 192.2 | 51.7 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 57 | 0 | 0.25 | 0.77 | 0.01 | 40.31 | 0.97 | 0.61 |
| Hex | FC | BC | 39 | 0 | 19 | 4D | 1 | 28 | 61 | 3D |
| Octal | 374 | 274 | 71 | 0 | 31 | 115 | 1 | 50 | 141 | 75 |
| Binary | 11111100 | 10111100 | 111001 | 0 | 11001 | 1001101 | 1 | 101000 | 1100001 | 111101 |
Color Harmonies of #FCBC39
Complementary color
Monochromatic Colors of #FCBC39
Black with #FCBC39
Text Example
Text Example
White with #FCBC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC39; }
p { color: rgb(252,188,57); }
H1.HeaderClassName
{
color: #FCBC39;
}
.AnyTagClassName
{
color: #FCBC39;
}
</style>
background-color css
<style>
a { background-color: #FCBC39; }
a { background-color: rgb(252,188,57); }
div.DivClassName
{
background-color: #FCBC39;
}
.BgClassName
{
background-color: #FCBC39;
}
</style>
border-color css
<style>
span { border-color: #FCBC39; }
span { border-color: rgb(252,188,57); }
td.TdClassName
{
border-color: #FCBC39;
}
.TagClassName
{
border-color: #FCBC39;
}
</style>