Shades of Moon Yellow #FCC514
Tints of Moon Yellow #FCC514
RGB
CMYK
RGB Variations
Color information
#FCC514 (or 0xFCC514) is known color: Moon Yellow. HEX triplet: FC, C5 and 14. RGB value is (252,197,20). Sum of RGB (Red+Green+Blue) = 252+197+20=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC514 is #033AEB. Grayscale: #C2C2C2. Windows color (decimal): -211692 or 1361404. OLE color: 1361404.
HSL color Cylindrical-coordinate representation of color #FCC514: hue angle of 45.78º 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 #FCC514 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 20 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.01 |
| HSL | 45.78º | 0.97% | 0.53% | - |
| HSV(B) | 45.78º | 0.92% | 0.99% | - |
| XYZ | 60.24 | 60.68 | 9.2 | - |
| YUV | 193.27 | 30.22 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 20 | 0 | 0.22 | 0.92 | 0.01 | 45.78 | 0.97 | 0.53 |
| Hex | FC | C5 | 14 | 0 | 16 | 5C | 1 | 2E | 61 | 35 |
| Octal | 374 | 305 | 24 | 0 | 26 | 134 | 1 | 56 | 141 | 65 |
| Binary | 11111100 | 11000101 | 10100 | 0 | 10110 | 1011100 | 1 | 101110 | 1100001 | 110101 |
Color Harmonies of #FCC514
Complementary color
Monochromatic Colors of #FCC514
Black with #FCC514
Text Example
Text Example
White with #FCC514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC514; }
p { color: rgb(252,197,20); }
H1.HeaderClassName
{
color: #FCC514;
}
.AnyTagClassName
{
color: #FCC514;
}
</style>
background-color css
<style>
a { background-color: #FCC514; }
a { background-color: rgb(252,197,20); }
div.DivClassName
{
background-color: #FCC514;
}
.BgClassName
{
background-color: #FCC514;
}
</style>
border-color css
<style>
span { border-color: #FCC514; }
span { border-color: rgb(252,197,20); }
td.TdClassName
{
border-color: #FCC514;
}
.TagClassName
{
border-color: #FCC514;
}
</style>