Shades of Supernova #FCBC32
Tints of Supernova #FCBC32
RGB
CMYK
RGB Variations
Color information
#FCBC32 (or 0xFCBC32) is known color: Supernova. HEX triplet: FC, BC and 32. RGB value is (252,188,50). Sum of RGB (Red+Green+Blue) = 252+188+50=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC32 is #0343CD. Grayscale: #C0C0C0. Windows color (decimal): -213966 or 3325180. OLE color: 3325180.
HSL color Cylindrical-coordinate representation of color #FCBC32: hue angle of 40.99º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCBC32 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 50 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.01 |
| HSL | 40.99º | 0.97% | 0.59% | - |
| HSV(B) | 40.99º | 0.8% | 0.99% | - |
| XYZ | 58.7 | 56.89 | 10.9 | - |
| YUV | 191.4 | 48.2 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 50 | 0 | 0.25 | 0.80 | 0.01 | 40.99 | 0.97 | 0.59 |
| Hex | FC | BC | 32 | 0 | 19 | 50 | 1 | 29 | 61 | 3B |
| Octal | 374 | 274 | 62 | 0 | 31 | 120 | 1 | 51 | 141 | 73 |
| Binary | 11111100 | 10111100 | 110010 | 0 | 11001 | 1010000 | 1 | 101001 | 1100001 | 111011 |
Color Harmonies of #FCBC32
Complementary color
Monochromatic Colors of #FCBC32
Black with #FCBC32
Text Example
Text Example
White with #FCBC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC32; }
p { color: rgb(252,188,50); }
H1.HeaderClassName
{
color: #FCBC32;
}
.AnyTagClassName
{
color: #FCBC32;
}
</style>
background-color css
<style>
a { background-color: #FCBC32; }
a { background-color: rgb(252,188,50); }
div.DivClassName
{
background-color: #FCBC32;
}
.BgClassName
{
background-color: #FCBC32;
}
</style>
border-color css
<style>
span { border-color: #FCBC32; }
span { border-color: rgb(252,188,50); }
td.TdClassName
{
border-color: #FCBC32;
}
.TagClassName
{
border-color: #FCBC32;
}
</style>