Shades of Moon Yellow #FCC320
Tints of Moon Yellow #FCC320
RGB
CMYK
RGB Variations
Color information
#FCC320 (or 0xFCC320) is known color: Moon Yellow. HEX triplet: FC, C3 and 20. RGB value is (252,195,32). Sum of RGB (Red+Green+Blue) = 252+195+32=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 32 (12.89% from 255 or 6.68% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC320 is #033CDF. Grayscale: #C2C2C2. Windows color (decimal): -212192 or 2147324. OLE color: 2147324.
HSL color Cylindrical-coordinate representation of color #FCC320: hue angle of 44.45º 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 #FCC320 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 32 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.01 |
| HSL | 44.45º | 0.97% | 0.56% | - |
| HSV(B) | 44.45º | 0.87% | 0.99% | - |
| XYZ | 59.92 | 59.83 | 9.76 | - |
| YUV | 193.46 | 36.88 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 32 | 0 | 0.23 | 0.87 | 0.01 | 44.45 | 0.97 | 0.56 |
| Hex | FC | C3 | 20 | 0 | 17 | 57 | 1 | 2C | 61 | 38 |
| Octal | 374 | 303 | 40 | 0 | 27 | 127 | 1 | 54 | 141 | 70 |
| Binary | 11111100 | 11000011 | 100000 | 0 | 10111 | 1010111 | 1 | 101100 | 1100001 | 111000 |
Color Harmonies of #FCC320
Complementary color
Monochromatic Colors of #FCC320
Black with #FCC320
Text Example
Text Example
White with #FCC320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC320; }
p { color: rgb(252,195,32); }
H1.HeaderClassName
{
color: #FCC320;
}
.AnyTagClassName
{
color: #FCC320;
}
</style>
background-color css
<style>
a { background-color: #FCC320; }
a { background-color: rgb(252,195,32); }
div.DivClassName
{
background-color: #FCC320;
}
.BgClassName
{
background-color: #FCC320;
}
</style>
border-color css
<style>
span { border-color: #FCC320; }
span { border-color: rgb(252,195,32); }
td.TdClassName
{
border-color: #FCC320;
}
.TagClassName
{
border-color: #FCC320;
}
</style>