Shades of Moon Yellow #FCC120
Tints of Moon Yellow #FCC120
RGB
CMYK
RGB Variations
Color information
#FCC120 (or 0xFCC120) is known color: Moon Yellow. HEX triplet: FC, C1 and 20. RGB value is (252,193,32). Sum of RGB (Red+Green+Blue) = 252+193+32=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 32 (12.89% from 255 or 6.71% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC120 is #033EDF. Grayscale: #C0C0C0. Windows color (decimal): -212704 or 2146812. OLE color: 2146812.
HSL color Cylindrical-coordinate representation of color #FCC120: hue angle of 43.91º 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 #FCC120 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 32 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.01 |
| HSL | 43.91º | 0.97% | 0.56% | - |
| HSV(B) | 43.91º | 0.87% | 0.99% | - |
| XYZ | 59.48 | 58.94 | 9.61 | - |
| YUV | 192.29 | 37.55 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 32 | 0 | 0.23 | 0.87 | 0.01 | 43.91 | 0.97 | 0.56 |
| Hex | FC | C1 | 20 | 0 | 17 | 57 | 1 | 2C | 61 | 38 |
| Octal | 374 | 301 | 40 | 0 | 27 | 127 | 1 | 54 | 141 | 70 |
| Binary | 11111100 | 11000001 | 100000 | 0 | 10111 | 1010111 | 1 | 101100 | 1100001 | 111000 |
Color Harmonies of #FCC120
Complementary color
Monochromatic Colors of #FCC120
Black with #FCC120
Text Example
Text Example
White with #FCC120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC120; }
p { color: rgb(252,193,32); }
H1.HeaderClassName
{
color: #FCC120;
}
.AnyTagClassName
{
color: #FCC120;
}
</style>
background-color css
<style>
a { background-color: #FCC120; }
a { background-color: rgb(252,193,32); }
div.DivClassName
{
background-color: #FCC120;
}
.BgClassName
{
background-color: #FCC120;
}
</style>
border-color css
<style>
span { border-color: #FCC120; }
span { border-color: rgb(252,193,32); }
td.TdClassName
{
border-color: #FCC120;
}
.TagClassName
{
border-color: #FCC120;
}
</style>