Shades of Moon Yellow #FCC414
Tints of Moon Yellow #FCC414
RGB
CMYK
RGB Variations
Color information
#FCC414 (or 0xFCC414) is known color: Moon Yellow. HEX triplet: FC, C4 and 14. RGB value is (252,196,20). Sum of RGB (Red+Green+Blue) = 252+196+20=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC414 is #033BEB. Grayscale: #C1C1C1. Windows color (decimal): -211948 or 1361148. OLE color: 1361148.
HSL color Cylindrical-coordinate representation of color #FCC414: hue angle of 45.52º 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 #FCC414 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 20 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.01 |
| HSL | 45.52º | 0.97% | 0.53% | - |
| HSV(B) | 45.52º | 0.92% | 0.99% | - |
| XYZ | 60.01 | 60.23 | 9.12 | - |
| YUV | 192.68 | 30.55 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 20 | 0 | 0.22 | 0.92 | 0.01 | 45.52 | 0.97 | 0.53 |
| Hex | FC | C4 | 14 | 0 | 16 | 5C | 1 | 2E | 61 | 35 |
| Octal | 374 | 304 | 24 | 0 | 26 | 134 | 1 | 56 | 141 | 65 |
| Binary | 11111100 | 11000100 | 10100 | 0 | 10110 | 1011100 | 1 | 101110 | 1100001 | 110101 |
Color Harmonies of #FCC414
Complementary color
Monochromatic Colors of #FCC414
Black with #FCC414
Text Example
Text Example
White with #FCC414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC414; }
p { color: rgb(252,196,20); }
H1.HeaderClassName
{
color: #FCC414;
}
.AnyTagClassName
{
color: #FCC414;
}
</style>
background-color css
<style>
a { background-color: #FCC414; }
a { background-color: rgb(252,196,20); }
div.DivClassName
{
background-color: #FCC414;
}
.BgClassName
{
background-color: #FCC414;
}
</style>
border-color css
<style>
span { border-color: #FCC414; }
span { border-color: rgb(252,196,20); }
td.TdClassName
{
border-color: #FCC414;
}
.TagClassName
{
border-color: #FCC414;
}
</style>