Shades of Moon Yellow #FCC014
Tints of Moon Yellow #FCC014
RGB
CMYK
RGB Variations
Color information
#FCC014 (or 0xFCC014) is known color: Moon Yellow. HEX triplet: FC, C0 and 14. RGB value is (252,192,20). Sum of RGB (Red+Green+Blue) = 252+192+20=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC014 is #033FEB. Grayscale: #BFBFBF. Windows color (decimal): -212972 or 1360124. OLE color: 1360124.
HSL color Cylindrical-coordinate representation of color #FCC014: hue angle of 44.48º 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 #FCC014 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 20 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.01 |
| HSL | 44.48º | 0.97% | 0.53% | - |
| HSV(B) | 44.48º | 0.92% | 0.99% | - |
| XYZ | 59.12 | 58.45 | 8.83 | - |
| YUV | 190.33 | 31.88 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 20 | 0 | 0.24 | 0.92 | 0.01 | 44.48 | 0.97 | 0.53 |
| Hex | FC | C0 | 14 | 0 | 18 | 5C | 1 | 2C | 61 | 35 |
| Octal | 374 | 300 | 24 | 0 | 30 | 134 | 1 | 54 | 141 | 65 |
| Binary | 11111100 | 11000000 | 10100 | 0 | 11000 | 1011100 | 1 | 101100 | 1100001 | 110101 |
Color Harmonies of #FCC014
Complementary color
Monochromatic Colors of #FCC014
Black with #FCC014
Text Example
Text Example
White with #FCC014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC014; }
p { color: rgb(252,192,20); }
H1.HeaderClassName
{
color: #FCC014;
}
.AnyTagClassName
{
color: #FCC014;
}
</style>
background-color css
<style>
a { background-color: #FCC014; }
a { background-color: rgb(252,192,20); }
div.DivClassName
{
background-color: #FCC014;
}
.BgClassName
{
background-color: #FCC014;
}
</style>
border-color css
<style>
span { border-color: #FCC014; }
span { border-color: rgb(252,192,20); }
td.TdClassName
{
border-color: #FCC014;
}
.TagClassName
{
border-color: #FCC014;
}
</style>