Shades of Moon Yellow #FCC419
Tints of Moon Yellow #FCC419
RGB
CMYK
RGB Variations
Color information
#FCC419 (or 0xFCC419) is known color: Moon Yellow. HEX triplet: FC, C4 and 19. RGB value is (252,196,25). Sum of RGB (Red+Green+Blue) = 252+196+25=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 25 (10.16% from 255 or 5.29% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC419 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC419 is #033BE6. Grayscale: #C1C1C1. Windows color (decimal): -211943 or 1688828. OLE color: 1688828.
HSL color Cylindrical-coordinate representation of color #FCC419: hue angle of 45.2º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCC419 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 25 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.01 |
| HSL | 45.2º | 0.97% | 0.54% | - |
| HSV(B) | 45.2º | 0.9% | 0.99% | - |
| XYZ | 60.06 | 60.25 | 9.38 | - |
| YUV | 193.25 | 33.05 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 25 | 0 | 0.22 | 0.90 | 0.01 | 45.2 | 0.97 | 0.54 |
| Hex | FC | C4 | 19 | 0 | 16 | 5A | 1 | 2D | 61 | 36 |
| Octal | 374 | 304 | 31 | 0 | 26 | 132 | 1 | 55 | 141 | 66 |
| Binary | 11111100 | 11000100 | 11001 | 0 | 10110 | 1011010 | 1 | 101101 | 1100001 | 110110 |
Color Harmonies of #FCC419
Complementary color
Monochromatic Colors of #FCC419
Black with #FCC419
Text Example
Text Example
White with #FCC419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC419; }
p { color: rgb(252,196,25); }
H1.HeaderClassName
{
color: #FCC419;
}
.AnyTagClassName
{
color: #FCC419;
}
</style>
background-color css
<style>
a { background-color: #FCC419; }
a { background-color: rgb(252,196,25); }
div.DivClassName
{
background-color: #FCC419;
}
.BgClassName
{
background-color: #FCC419;
}
</style>
border-color css
<style>
span { border-color: #FCC419; }
span { border-color: rgb(252,196,25); }
td.TdClassName
{
border-color: #FCC419;
}
.TagClassName
{
border-color: #FCC419;
}
</style>