Shades of Moon Yellow #FCC413
Tints of Moon Yellow #FCC413
RGB
CMYK
RGB Variations
Color information
#FCC413 (or 0xFCC413) is known color: Moon Yellow. HEX triplet: FC, C4 and 13. RGB value is (252,196,19). Sum of RGB (Red+Green+Blue) = 252+196+19=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC413 is #033BEC. Grayscale: #C1C1C1. Windows color (decimal): -211949 or 1295612. OLE color: 1295612.
HSL color Cylindrical-coordinate representation of color #FCC413: hue angle of 45.58º 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 #FCC413 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 19 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.01 |
| HSL | 45.58º | 0.97% | 0.53% | - |
| HSV(B) | 45.58º | 0.92% | 0.99% | - |
| XYZ | 60 | 60.22 | 9.08 | - |
| YUV | 192.57 | 30.05 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 19 | 0 | 0.22 | 0.92 | 0.01 | 45.58 | 0.97 | 0.53 |
| Hex | FC | C4 | 13 | 0 | 16 | 5C | 1 | 2E | 61 | 35 |
| Octal | 374 | 304 | 23 | 0 | 26 | 134 | 1 | 56 | 141 | 65 |
| Binary | 11111100 | 11000100 | 10011 | 0 | 10110 | 1011100 | 1 | 101110 | 1100001 | 110101 |
Color Harmonies of #FCC413
Complementary color
Monochromatic Colors of #FCC413
Black with #FCC413
Text Example
Text Example
White with #FCC413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC413; }
p { color: rgb(252,196,19); }
H1.HeaderClassName
{
color: #FCC413;
}
.AnyTagClassName
{
color: #FCC413;
}
</style>
background-color css
<style>
a { background-color: #FCC413; }
a { background-color: rgb(252,196,19); }
div.DivClassName
{
background-color: #FCC413;
}
.BgClassName
{
background-color: #FCC413;
}
</style>
border-color css
<style>
span { border-color: #FCC413; }
span { border-color: rgb(252,196,19); }
td.TdClassName
{
border-color: #FCC413;
}
.TagClassName
{
border-color: #FCC413;
}
</style>