Shades of Supernova #FCBC3C
Tints of Supernova #FCBC3C
RGB
CMYK
RGB Variations
Color information
#FCBC3C (or 0xFCBC3C) is known color: Supernova. HEX triplet: FC, BC and 3C. RGB value is (252,188,60). Sum of RGB (Red+Green+Blue) = 252+188+60=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 60 (23.83% from 255 or 12% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC3C is #0343C3. Grayscale: #C1C1C1. Windows color (decimal): -213956 or 3980540. OLE color: 3980540.
HSL color Cylindrical-coordinate representation of color #FCBC3C: hue angle of 40º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCBC3C is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 60 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.01 |
| HSL | 40º | 0.97% | 0.61% | - |
| HSV(B) | 40º | 0.76% | 0.99% | - |
| XYZ | 58.94 | 56.99 | 12.17 | - |
| YUV | 192.54 | 53.2 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 60 | 0 | 0.25 | 0.76 | 0.01 | 40 | 0.97 | 0.61 |
| Hex | FC | BC | 3C | 0 | 19 | 4C | 1 | 28 | 61 | 3D |
| Octal | 374 | 274 | 74 | 0 | 31 | 114 | 1 | 50 | 141 | 75 |
| Binary | 11111100 | 10111100 | 111100 | 0 | 11001 | 1001100 | 1 | 101000 | 1100001 | 111101 |
Color Harmonies of #FCBC3C
Complementary color
Monochromatic Colors of #FCBC3C
Black with #FCBC3C
Text Example
Text Example
White with #FCBC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC3C; }
p { color: rgb(252,188,60); }
H1.HeaderClassName
{
color: #FCBC3C;
}
.AnyTagClassName
{
color: #FCBC3C;
}
</style>
background-color css
<style>
a { background-color: #FCBC3C; }
a { background-color: rgb(252,188,60); }
div.DivClassName
{
background-color: #FCBC3C;
}
.BgClassName
{
background-color: #FCBC3C;
}
</style>
border-color css
<style>
span { border-color: #FCBC3C; }
span { border-color: rgb(252,188,60); }
td.TdClassName
{
border-color: #FCBC3C;
}
.TagClassName
{
border-color: #FCBC3C;
}
</style>