Shades of Supernova #FCB932
Tints of Supernova #FCB932
RGB
CMYK
RGB Variations
Color information
#FCB932 (or 0xFCB932) is known color: Supernova. HEX triplet: FC, B9 and 32. RGB value is (252,185,50). Sum of RGB (Red+Green+Blue) = 252+185+50=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB932 is #0346CD. Grayscale: #BEBEBE. Windows color (decimal): -214734 or 3324412. OLE color: 3324412.
HSL color Cylindrical-coordinate representation of color #FCB932: hue angle of 40.1º 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 #FCB932 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 50 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.01 |
| HSL | 40.1º | 0.97% | 0.59% | - |
| HSV(B) | 40.1º | 0.8% | 0.99% | - |
| XYZ | 58.07 | 55.62 | 10.69 | - |
| YUV | 189.64 | 49.2 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 50 | 0 | 0.27 | 0.80 | 0.01 | 40.1 | 0.97 | 0.59 |
| Hex | FC | B9 | 32 | 0 | 1B | 50 | 1 | 28 | 61 | 3B |
| Octal | 374 | 271 | 62 | 0 | 33 | 120 | 1 | 50 | 141 | 73 |
| Binary | 11111100 | 10111001 | 110010 | 0 | 11011 | 1010000 | 1 | 101000 | 1100001 | 111011 |
Color Harmonies of #FCB932
Complementary color
Monochromatic Colors of #FCB932
Black with #FCB932
Text Example
Text Example
White with #FCB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB932; }
p { color: rgb(252,185,50); }
H1.HeaderClassName
{
color: #FCB932;
}
.AnyTagClassName
{
color: #FCB932;
}
</style>
background-color css
<style>
a { background-color: #FCB932; }
a { background-color: rgb(252,185,50); }
div.DivClassName
{
background-color: #FCB932;
}
.BgClassName
{
background-color: #FCB932;
}
</style>
border-color css
<style>
span { border-color: #FCB932; }
span { border-color: rgb(252,185,50); }
td.TdClassName
{
border-color: #FCB932;
}
.TagClassName
{
border-color: #FCB932;
}
</style>