Shades of Moon Yellow #FCC516
Tints of Moon Yellow #FCC516
RGB
CMYK
RGB Variations
Color information
#FCC516 (or 0xFCC516) is known color: Moon Yellow. HEX triplet: FC, C5 and 16. RGB value is (252,197,22). Sum of RGB (Red+Green+Blue) = 252+197+22=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 22 (8.98% from 255 or 4.67% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC516 is #033AE9. Grayscale: #C2C2C2. Windows color (decimal): -211690 or 1492476. OLE color: 1492476.
HSL color Cylindrical-coordinate representation of color #FCC516: hue angle of 45.65º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCC516 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 22 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.01 |
| HSL | 45.65º | 0.97% | 0.54% | - |
| HSV(B) | 45.65º | 0.91% | 0.99% | - |
| XYZ | 60.26 | 60.69 | 9.3 | - |
| YUV | 193.5 | 31.22 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 22 | 0 | 0.22 | 0.91 | 0.01 | 45.65 | 0.97 | 0.54 |
| Hex | FC | C5 | 16 | 0 | 16 | 5B | 1 | 2E | 61 | 36 |
| Octal | 374 | 305 | 26 | 0 | 26 | 133 | 1 | 56 | 141 | 66 |
| Binary | 11111100 | 11000101 | 10110 | 0 | 10110 | 1011011 | 1 | 101110 | 1100001 | 110110 |
Color Harmonies of #FCC516
Complementary color
Monochromatic Colors of #FCC516
Black with #FCC516
Text Example
Text Example
White with #FCC516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC516; }
p { color: rgb(252,197,22); }
H1.HeaderClassName
{
color: #FCC516;
}
.AnyTagClassName
{
color: #FCC516;
}
</style>
background-color css
<style>
a { background-color: #FCC516; }
a { background-color: rgb(252,197,22); }
div.DivClassName
{
background-color: #FCC516;
}
.BgClassName
{
background-color: #FCC516;
}
</style>
border-color css
<style>
span { border-color: #FCC516; }
span { border-color: rgb(252,197,22); }
td.TdClassName
{
border-color: #FCC516;
}
.TagClassName
{
border-color: #FCC516;
}
</style>