Shades of Moon Yellow #FCC314
Tints of Moon Yellow #FCC314
RGB
CMYK
RGB Variations
Color information
#FCC314 (or 0xFCC314) is known color: Moon Yellow. HEX triplet: FC, C3 and 14. RGB value is (252,195,20). Sum of RGB (Red+Green+Blue) = 252+195+20=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC314 is #033CEB. Grayscale: #C0C0C0. Windows color (decimal): -212204 or 1360892. OLE color: 1360892.
HSL color Cylindrical-coordinate representation of color #FCC314: hue angle of 45.26º 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 #FCC314 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 20 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.01 |
| HSL | 45.26º | 0.97% | 0.53% | - |
| HSV(B) | 45.26º | 0.92% | 0.99% | - |
| XYZ | 59.79 | 59.78 | 9.05 | - |
| YUV | 192.09 | 30.88 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 20 | 0 | 0.23 | 0.92 | 0.01 | 45.26 | 0.97 | 0.53 |
| Hex | FC | C3 | 14 | 0 | 17 | 5C | 1 | 2D | 61 | 35 |
| Octal | 374 | 303 | 24 | 0 | 27 | 134 | 1 | 55 | 141 | 65 |
| Binary | 11111100 | 11000011 | 10100 | 0 | 10111 | 1011100 | 1 | 101101 | 1100001 | 110101 |
Color Harmonies of #FCC314
Complementary color
Monochromatic Colors of #FCC314
Black with #FCC314
Text Example
Text Example
White with #FCC314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC314; }
p { color: rgb(252,195,20); }
H1.HeaderClassName
{
color: #FCC314;
}
.AnyTagClassName
{
color: #FCC314;
}
</style>
background-color css
<style>
a { background-color: #FCC314; }
a { background-color: rgb(252,195,20); }
div.DivClassName
{
background-color: #FCC314;
}
.BgClassName
{
background-color: #FCC314;
}
</style>
border-color css
<style>
span { border-color: #FCC314; }
span { border-color: rgb(252,195,20); }
td.TdClassName
{
border-color: #FCC314;
}
.TagClassName
{
border-color: #FCC314;
}
</style>