Shades of Supernova #FCBB32
Tints of Supernova #FCBB32
RGB
CMYK
RGB Variations
Color information
#FCBB32 (or 0xFCBB32) is known color: Supernova. HEX triplet: FC, BB and 32. RGB value is (252,187,50). Sum of RGB (Red+Green+Blue) = 252+187+50=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 50 (19.92% from 255 or 10.22% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBB32 is #0344CD. Grayscale: #BFBFBF. Windows color (decimal): -214222 or 3324924. OLE color: 3324924.
HSL color Cylindrical-coordinate representation of color #FCBB32: hue angle of 40.69º 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 #FCBB32 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 50 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.01 |
| HSL | 40.69º | 0.97% | 0.59% | - |
| HSV(B) | 40.69º | 0.8% | 0.99% | - |
| XYZ | 58.49 | 56.47 | 10.83 | - |
| YUV | 190.82 | 48.53 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 50 | 0 | 0.26 | 0.80 | 0.01 | 40.69 | 0.97 | 0.59 |
| Hex | FC | BB | 32 | 0 | 1A | 50 | 1 | 29 | 61 | 3B |
| Octal | 374 | 273 | 62 | 0 | 32 | 120 | 1 | 51 | 141 | 73 |
| Binary | 11111100 | 10111011 | 110010 | 0 | 11010 | 1010000 | 1 | 101001 | 1100001 | 111011 |
Color Harmonies of #FCBB32
Complementary color
Monochromatic Colors of #FCBB32
Black with #FCBB32
Text Example
Text Example
White with #FCBB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB32; }
p { color: rgb(252,187,50); }
H1.HeaderClassName
{
color: #FCBB32;
}
.AnyTagClassName
{
color: #FCBB32;
}
</style>
background-color css
<style>
a { background-color: #FCBB32; }
a { background-color: rgb(252,187,50); }
div.DivClassName
{
background-color: #FCBB32;
}
.BgClassName
{
background-color: #FCBB32;
}
</style>
border-color css
<style>
span { border-color: #FCBB32; }
span { border-color: rgb(252,187,50); }
td.TdClassName
{
border-color: #FCBB32;
}
.TagClassName
{
border-color: #FCBB32;
}
</style>