Shades of Moon Yellow #FCC213
Tints of Moon Yellow #FCC213
RGB
CMYK
RGB Variations
Color information
#FCC213 (or 0xFCC213) is known color: Moon Yellow. HEX triplet: FC, C2 and 13. RGB value is (252,194,19). Sum of RGB (Red+Green+Blue) = 252+194+19=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 19 (7.81% from 255 or 4.09% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC213 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC213 is #033DEC. Grayscale: #C0C0C0. Windows color (decimal): -212461 or 1295100. OLE color: 1295100.
HSL color Cylindrical-coordinate representation of color #FCC213: hue angle of 45.06º 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 #FCC213 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 19 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.01 |
| HSL | 45.06º | 0.97% | 0.53% | - |
| HSV(B) | 45.06º | 0.92% | 0.99% | - |
| XYZ | 59.55 | 59.33 | 8.93 | - |
| YUV | 191.39 | 30.72 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 19 | 0 | 0.23 | 0.92 | 0.01 | 45.06 | 0.97 | 0.53 |
| Hex | FC | C2 | 13 | 0 | 17 | 5C | 1 | 2D | 61 | 35 |
| Octal | 374 | 302 | 23 | 0 | 27 | 134 | 1 | 55 | 141 | 65 |
| Binary | 11111100 | 11000010 | 10011 | 0 | 10111 | 1011100 | 1 | 101101 | 1100001 | 110101 |
Color Harmonies of #FCC213
Complementary color
Monochromatic Colors of #FCC213
Black with #FCC213
Text Example
Text Example
White with #FCC213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC213; }
p { color: rgb(252,194,19); }
H1.HeaderClassName
{
color: #FCC213;
}
.AnyTagClassName
{
color: #FCC213;
}
</style>
background-color css
<style>
a { background-color: #FCC213; }
a { background-color: rgb(252,194,19); }
div.DivClassName
{
background-color: #FCC213;
}
.BgClassName
{
background-color: #FCC213;
}
</style>
border-color css
<style>
span { border-color: #FCC213; }
span { border-color: rgb(252,194,19); }
td.TdClassName
{
border-color: #FCC213;
}
.TagClassName
{
border-color: #FCC213;
}
</style>