Shades of Moon Yellow #FCC616
Tints of Moon Yellow #FCC616
RGB
CMYK
RGB Variations
Color information
#FCC616 (or 0xFCC616) is known color: Moon Yellow. HEX triplet: FC, C6 and 16. RGB value is (252,198,22). Sum of RGB (Red+Green+Blue) = 252+198+22=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 22 (8.98% from 255 or 4.66% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC616 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC616 is #0339E9. Grayscale: #C2C2C2. Windows color (decimal): -211434 or 1492732. OLE color: 1492732.
HSL color Cylindrical-coordinate representation of color #FCC616: hue angle of 45.91º 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 #FCC616 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 22 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.01 |
| HSL | 45.91º | 0.97% | 0.54% | - |
| HSV(B) | 45.91º | 0.91% | 0.99% | - |
| XYZ | 60.48 | 61.14 | 9.37 | - |
| YUV | 194.08 | 30.89 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 22 | 0 | 0.21 | 0.91 | 0.01 | 45.91 | 0.97 | 0.54 |
| Hex | FC | C6 | 16 | 0 | 15 | 5B | 1 | 2E | 61 | 36 |
| Octal | 374 | 306 | 26 | 0 | 25 | 133 | 1 | 56 | 141 | 66 |
| Binary | 11111100 | 11000110 | 10110 | 0 | 10101 | 1011011 | 1 | 101110 | 1100001 | 110110 |
Color Harmonies of #FCC616
Complementary color
Monochromatic Colors of #FCC616
Black with #FCC616
Text Example
Text Example
White with #FCC616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC616; }
p { color: rgb(252,198,22); }
H1.HeaderClassName
{
color: #FCC616;
}
.AnyTagClassName
{
color: #FCC616;
}
</style>
background-color css
<style>
a { background-color: #FCC616; }
a { background-color: rgb(252,198,22); }
div.DivClassName
{
background-color: #FCC616;
}
.BgClassName
{
background-color: #FCC616;
}
</style>
border-color css
<style>
span { border-color: #FCC616; }
span { border-color: rgb(252,198,22); }
td.TdClassName
{
border-color: #FCC616;
}
.TagClassName
{
border-color: #FCC616;
}
</style>