Shades of Moon Yellow #FCC114
Tints of Moon Yellow #FCC114
RGB
CMYK
RGB Variations
Color information
#FCC114 (or 0xFCC114) is known color: Moon Yellow. HEX triplet: FC, C1 and 14. RGB value is (252,193,20). Sum of RGB (Red+Green+Blue) = 252+193+20=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC114 is #033EEB. Grayscale: #BFBFBF. Windows color (decimal): -212716 or 1360380. OLE color: 1360380.
HSL color Cylindrical-coordinate representation of color #FCC114: hue angle of 44.74º 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 #FCC114 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 20 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.01 |
| HSL | 44.74º | 0.97% | 0.53% | - |
| HSV(B) | 44.74º | 0.92% | 0.99% | - |
| XYZ | 59.34 | 58.89 | 8.9 | - |
| YUV | 190.92 | 31.55 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 20 | 0 | 0.23 | 0.92 | 0.01 | 44.74 | 0.97 | 0.53 |
| Hex | FC | C1 | 14 | 0 | 17 | 5C | 1 | 2D | 61 | 35 |
| Octal | 374 | 301 | 24 | 0 | 27 | 134 | 1 | 55 | 141 | 65 |
| Binary | 11111100 | 11000001 | 10100 | 0 | 10111 | 1011100 | 1 | 101101 | 1100001 | 110101 |
Color Harmonies of #FCC114
Complementary color
Monochromatic Colors of #FCC114
Black with #FCC114
Text Example
Text Example
White with #FCC114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC114; }
p { color: rgb(252,193,20); }
H1.HeaderClassName
{
color: #FCC114;
}
.AnyTagClassName
{
color: #FCC114;
}
</style>
background-color css
<style>
a { background-color: #FCC114; }
a { background-color: rgb(252,193,20); }
div.DivClassName
{
background-color: #FCC114;
}
.BgClassName
{
background-color: #FCC114;
}
</style>
border-color css
<style>
span { border-color: #FCC114; }
span { border-color: rgb(252,193,20); }
td.TdClassName
{
border-color: #FCC114;
}
.TagClassName
{
border-color: #FCC114;
}
</style>