Shades of Moon Yellow #FCC013
Tints of Moon Yellow #FCC013
RGB
CMYK
RGB Variations
Color information
#FCC013 (or 0xFCC013) is known color: Moon Yellow. HEX triplet: FC, C0 and 13. RGB value is (252,192,19). Sum of RGB (Red+Green+Blue) = 252+192+19=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 19 (7.81% from 255 or 4.10% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC013 is #033FEC. Grayscale: #BEBEBE. Windows color (decimal): -212973 or 1294588. OLE color: 1294588.
HSL color Cylindrical-coordinate representation of color #FCC013: hue angle of 44.55º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCC013 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 19 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.01 |
| HSL | 44.55º | 0.97% | 0.53% | - |
| HSV(B) | 44.55º | 0.92% | 0.99% | - |
| XYZ | 59.11 | 58.44 | 8.78 | - |
| YUV | 190.22 | 31.38 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 19 | 0 | 0.24 | 0.92 | 0.01 | 44.55 | 0.97 | 0.53 |
| Hex | FC | C0 | 13 | 0 | 18 | 5C | 1 | 2D | 61 | 35 |
| Octal | 374 | 300 | 23 | 0 | 30 | 134 | 1 | 55 | 141 | 65 |
| Binary | 11111100 | 11000000 | 10011 | 0 | 11000 | 1011100 | 1 | 101101 | 1100001 | 110101 |
Color Harmonies of #FCC013
Complementary color
Monochromatic Colors of #FCC013
Black with #FCC013
Text Example
Text Example
White with #FCC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC013; }
p { color: rgb(252,192,19); }
H1.HeaderClassName
{
color: #FCC013;
}
.AnyTagClassName
{
color: #FCC013;
}
</style>
background-color css
<style>
a { background-color: #FCC013; }
a { background-color: rgb(252,192,19); }
div.DivClassName
{
background-color: #FCC013;
}
.BgClassName
{
background-color: #FCC013;
}
</style>
border-color css
<style>
span { border-color: #FCC013; }
span { border-color: rgb(252,192,19); }
td.TdClassName
{
border-color: #FCC013;
}
.TagClassName
{
border-color: #FCC013;
}
</style>