Shades of Moon Yellow #FCC41A
Tints of Moon Yellow #FCC41A
RGB
CMYK
RGB Variations
Color information
#FCC41A (or 0xFCC41A) is known color: Moon Yellow. HEX triplet: FC, C4 and 1A. RGB value is (252,196,26). Sum of RGB (Red+Green+Blue) = 252+196+26=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 26 (10.55% from 255 or 5.49% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC41A is #033BE5. Grayscale: #C2C2C2. Windows color (decimal): -211942 or 1754364. OLE color: 1754364.
HSL color Cylindrical-coordinate representation of color #FCC41A: hue angle of 45.13º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCC41A is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 26 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.01 |
| HSL | 45.13º | 0.97% | 0.55% | - |
| HSV(B) | 45.13º | 0.9% | 0.99% | - |
| XYZ | 60.07 | 60.25 | 9.44 | - |
| YUV | 193.36 | 33.55 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 26 | 0 | 0.22 | 0.90 | 0.01 | 45.13 | 0.97 | 0.55 |
| Hex | FC | C4 | 1A | 0 | 16 | 5A | 1 | 2D | 61 | 37 |
| Octal | 374 | 304 | 32 | 0 | 26 | 132 | 1 | 55 | 141 | 67 |
| Binary | 11111100 | 11000100 | 11010 | 0 | 10110 | 1011010 | 1 | 101101 | 1100001 | 110111 |
Color Harmonies of #FCC41A
Complementary color
Monochromatic Colors of #FCC41A
Black with #FCC41A
Text Example
Text Example
White with #FCC41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC41A; }
p { color: rgb(252,196,26); }
H1.HeaderClassName
{
color: #FCC41A;
}
.AnyTagClassName
{
color: #FCC41A;
}
</style>
background-color css
<style>
a { background-color: #FCC41A; }
a { background-color: rgb(252,196,26); }
div.DivClassName
{
background-color: #FCC41A;
}
.BgClassName
{
background-color: #FCC41A;
}
</style>
border-color css
<style>
span { border-color: #FCC41A; }
span { border-color: rgb(252,196,26); }
td.TdClassName
{
border-color: #FCC41A;
}
.TagClassName
{
border-color: #FCC41A;
}
</style>