Shades of Moon Yellow #FCC216
Tints of Moon Yellow #FCC216
RGB
CMYK
RGB Variations
Color information
#FCC216 (or 0xFCC216) is known color: Moon Yellow. HEX triplet: FC, C2 and 16. RGB value is (252,194,22). Sum of RGB (Red+Green+Blue) = 252+194+22=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 22 (8.98% from 255 or 4.70% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC216 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC216 is #033DE9. Grayscale: #C0C0C0. Windows color (decimal): -212458 or 1491708. OLE color: 1491708.
HSL color Cylindrical-coordinate representation of color #FCC216: hue angle of 44.87º 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 #FCC216 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 22 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.01 |
| HSL | 44.87º | 0.97% | 0.54% | - |
| HSV(B) | 44.87º | 0.91% | 0.99% | - |
| XYZ | 59.58 | 59.34 | 9.07 | - |
| YUV | 191.73 | 32.22 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 22 | 0 | 0.23 | 0.91 | 0.01 | 44.87 | 0.97 | 0.54 |
| Hex | FC | C2 | 16 | 0 | 17 | 5B | 1 | 2D | 61 | 36 |
| Octal | 374 | 302 | 26 | 0 | 27 | 133 | 1 | 55 | 141 | 66 |
| Binary | 11111100 | 11000010 | 10110 | 0 | 10111 | 1011011 | 1 | 101101 | 1100001 | 110110 |
Color Harmonies of #FCC216
Complementary color
Monochromatic Colors of #FCC216
Black with #FCC216
Text Example
Text Example
White with #FCC216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC216; }
p { color: rgb(252,194,22); }
H1.HeaderClassName
{
color: #FCC216;
}
.AnyTagClassName
{
color: #FCC216;
}
</style>
background-color css
<style>
a { background-color: #FCC216; }
a { background-color: rgb(252,194,22); }
div.DivClassName
{
background-color: #FCC216;
}
.BgClassName
{
background-color: #FCC216;
}
</style>
border-color css
<style>
span { border-color: #FCC216; }
span { border-color: rgb(252,194,22); }
td.TdClassName
{
border-color: #FCC216;
}
.TagClassName
{
border-color: #FCC216;
}
</style>