Shades of Moon Yellow #FCC713
Tints of Moon Yellow #FCC713
RGB
CMYK
RGB Variations
Color information
#FCC713 (or 0xFCC713) is known color: Moon Yellow. HEX triplet: FC, C7 and 13. RGB value is (252,199,19). Sum of RGB (Red+Green+Blue) = 252+199+19=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 19 (7.81% from 255 or 4.04% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC713 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC713 is #0338EC. Grayscale: #C3C3C3. Windows color (decimal): -211181 or 1296380. OLE color: 1296380.
HSL color Cylindrical-coordinate representation of color #FCC713: hue angle of 46.35º 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 #FCC713 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 19 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.01 |
| HSL | 46.35º | 0.97% | 0.53% | - |
| HSV(B) | 46.35º | 0.92% | 0.99% | - |
| XYZ | 60.69 | 61.59 | 9.31 | - |
| YUV | 194.33 | 29.06 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 19 | 0 | 0.21 | 0.92 | 0.01 | 46.35 | 0.97 | 0.53 |
| Hex | FC | C7 | 13 | 0 | 15 | 5C | 1 | 2E | 61 | 35 |
| Octal | 374 | 307 | 23 | 0 | 25 | 134 | 1 | 56 | 141 | 65 |
| Binary | 11111100 | 11000111 | 10011 | 0 | 10101 | 1011100 | 1 | 101110 | 1100001 | 110101 |
Color Harmonies of #FCC713
Complementary color
Monochromatic Colors of #FCC713
Black with #FCC713
Text Example
Text Example
White with #FCC713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC713; }
p { color: rgb(252,199,19); }
H1.HeaderClassName
{
color: #FCC713;
}
.AnyTagClassName
{
color: #FCC713;
}
</style>
background-color css
<style>
a { background-color: #FCC713; }
a { background-color: rgb(252,199,19); }
div.DivClassName
{
background-color: #FCC713;
}
.BgClassName
{
background-color: #FCC713;
}
</style>
border-color css
<style>
span { border-color: #FCC713; }
span { border-color: rgb(252,199,19); }
td.TdClassName
{
border-color: #FCC713;
}
.TagClassName
{
border-color: #FCC713;
}
</style>