Shades of Moon Yellow #FCC214
Tints of Moon Yellow #FCC214
RGB
CMYK
RGB Variations
Color information
#FCC214 (or 0xFCC214) is known color: Moon Yellow. HEX triplet: FC, C2 and 14. RGB value is (252,194,20). Sum of RGB (Red+Green+Blue) = 252+194+20=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC214 is #033DEB. Grayscale: #C0C0C0. Windows color (decimal): -212460 or 1360636. OLE color: 1360636.
HSL color Cylindrical-coordinate representation of color #FCC214: hue angle of 45º 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 #FCC214 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 20 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.01 |
| HSL | 45º | 0.97% | 0.53% | - |
| HSV(B) | 45º | 0.92% | 0.99% | - |
| XYZ | 59.56 | 59.33 | 8.97 | - |
| YUV | 191.51 | 31.22 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 20 | 0 | 0.23 | 0.92 | 0.01 | 45 | 0.97 | 0.53 |
| Hex | FC | C2 | 14 | 0 | 17 | 5C | 1 | 2D | 61 | 35 |
| Octal | 374 | 302 | 24 | 0 | 27 | 134 | 1 | 55 | 141 | 65 |
| Binary | 11111100 | 11000010 | 10100 | 0 | 10111 | 1011100 | 1 | 101101 | 1100001 | 110101 |
Color Harmonies of #FCC214
Complementary color
Monochromatic Colors of #FCC214
Black with #FCC214
Text Example
Text Example
White with #FCC214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC214; }
p { color: rgb(252,194,20); }
H1.HeaderClassName
{
color: #FCC214;
}
.AnyTagClassName
{
color: #FCC214;
}
</style>
background-color css
<style>
a { background-color: #FCC214; }
a { background-color: rgb(252,194,20); }
div.DivClassName
{
background-color: #FCC214;
}
.BgClassName
{
background-color: #FCC214;
}
</style>
border-color css
<style>
span { border-color: #FCC214; }
span { border-color: rgb(252,194,20); }
td.TdClassName
{
border-color: #FCC214;
}
.TagClassName
{
border-color: #FCC214;
}
</style>