Shades of Moon Yellow #FCC513
Tints of Moon Yellow #FCC513
RGB
CMYK
RGB Variations
Color information
#FCC513 (or 0xFCC513) is known color: Moon Yellow. HEX triplet: FC, C5 and 13. RGB value is (252,197,19). Sum of RGB (Red+Green+Blue) = 252+197+19=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 19 (7.81% from 255 or 4.06% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC513 is #033AEC. Grayscale: #C1C1C1. Windows color (decimal): -211693 or 1295868. OLE color: 1295868.
HSL color Cylindrical-coordinate representation of color #FCC513: hue angle of 45.84º 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 #FCC513 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 19 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.01 |
| HSL | 45.84º | 0.97% | 0.53% | - |
| HSV(B) | 45.84º | 0.92% | 0.99% | - |
| XYZ | 60.23 | 60.67 | 9.15 | - |
| YUV | 193.15 | 29.72 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 19 | 0 | 0.22 | 0.92 | 0.01 | 45.84 | 0.97 | 0.53 |
| Hex | FC | C5 | 13 | 0 | 16 | 5C | 1 | 2E | 61 | 35 |
| Octal | 374 | 305 | 23 | 0 | 26 | 134 | 1 | 56 | 141 | 65 |
| Binary | 11111100 | 11000101 | 10011 | 0 | 10110 | 1011100 | 1 | 101110 | 1100001 | 110101 |
Color Harmonies of #FCC513
Complementary color
Monochromatic Colors of #FCC513
Black with #FCC513
Text Example
Text Example
White with #FCC513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC513; }
p { color: rgb(252,197,19); }
H1.HeaderClassName
{
color: #FCC513;
}
.AnyTagClassName
{
color: #FCC513;
}
</style>
background-color css
<style>
a { background-color: #FCC513; }
a { background-color: rgb(252,197,19); }
div.DivClassName
{
background-color: #FCC513;
}
.BgClassName
{
background-color: #FCC513;
}
</style>
border-color css
<style>
span { border-color: #FCC513; }
span { border-color: rgb(252,197,19); }
td.TdClassName
{
border-color: #FCC513;
}
.TagClassName
{
border-color: #FCC513;
}
</style>