Shades of Moon Yellow #FCC020
Tints of Moon Yellow #FCC020
RGB
CMYK
RGB Variations
Color information
#FCC020 (or 0xFCC020) is known color: Moon Yellow. HEX triplet: FC, C0 and 20. RGB value is (252,192,32). Sum of RGB (Red+Green+Blue) = 252+192+32=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 32 (12.89% from 255 or 6.72% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC020 is #033FDF. Grayscale: #C0C0C0. Windows color (decimal): -212960 or 2146556. OLE color: 2146556.
HSL color Cylindrical-coordinate representation of color #FCC020: hue angle of 43.64º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCC020 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 32 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.01 |
| HSL | 43.64º | 0.97% | 0.56% | - |
| HSV(B) | 43.64º | 0.87% | 0.99% | - |
| XYZ | 59.26 | 58.5 | 9.53 | - |
| YUV | 191.7 | 37.88 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 32 | 0 | 0.24 | 0.87 | 0.01 | 43.64 | 0.97 | 0.56 |
| Hex | FC | C0 | 20 | 0 | 18 | 57 | 1 | 2C | 61 | 38 |
| Octal | 374 | 300 | 40 | 0 | 30 | 127 | 1 | 54 | 141 | 70 |
| Binary | 11111100 | 11000000 | 100000 | 0 | 11000 | 1010111 | 1 | 101100 | 1100001 | 111000 |
Color Harmonies of #FCC020
Complementary color
Monochromatic Colors of #FCC020
Black with #FCC020
Text Example
Text Example
White with #FCC020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC020; }
p { color: rgb(252,192,32); }
H1.HeaderClassName
{
color: #FCC020;
}
.AnyTagClassName
{
color: #FCC020;
}
</style>
background-color css
<style>
a { background-color: #FCC020; }
a { background-color: rgb(252,192,32); }
div.DivClassName
{
background-color: #FCC020;
}
.BgClassName
{
background-color: #FCC020;
}
</style>
border-color css
<style>
span { border-color: #FCC020; }
span { border-color: rgb(252,192,32); }
td.TdClassName
{
border-color: #FCC020;
}
.TagClassName
{
border-color: #FCC020;
}
</style>