Shades of Moon Yellow #F2C416
Tints of Moon Yellow #F2C416
RGB
CMYK
RGB Variations
Color information
#F2C416 (or 0xF2C416) is known color: Moon Yellow. HEX triplet: F2, C4 and 16. RGB value is (242,196,22). Sum of RGB (Red+Green+Blue) = 242+196+22=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 22 (8.98% from 255 or 4.78% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C416 is #0D3BE9. Grayscale: #BEBEBE. Windows color (decimal): -867306 or 1492210. OLE color: 1492210.
HSL color Cylindrical-coordinate representation of color #F2C416: hue angle of 47.45º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2C416 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 196 | 22 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.05 |
| HSL | 47.45º | 0.89% | 0.52% | - |
| HSV(B) | 47.45º | 0.91% | 0.95% | - |
| XYZ | 56.5 | 58.42 | 9.06 | - |
| YUV | 189.92 | 33.24 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 196 | 22 | 0 | 0.19 | 0.91 | 0.05 | 47.45 | 0.89 | 0.52 |
| Hex | F2 | C4 | 16 | 0 | 13 | 5B | 5 | 2F | 59 | 34 |
| Octal | 362 | 304 | 26 | 0 | 23 | 133 | 5 | 57 | 131 | 64 |
| Binary | 11110010 | 11000100 | 10110 | 0 | 10011 | 1011011 | 101 | 101111 | 1011001 | 110100 |
Color Harmonies of #F2C416
Complementary color
Monochromatic Colors of #F2C416
Black with #F2C416
Text Example
Text Example
White with #F2C416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C416; }
p { color: rgb(242,196,22); }
H1.HeaderClassName
{
color: #F2C416;
}
.AnyTagClassName
{
color: #F2C416;
}
</style>
background-color css
<style>
a { background-color: #F2C416; }
a { background-color: rgb(242,196,22); }
div.DivClassName
{
background-color: #F2C416;
}
.BgClassName
{
background-color: #F2C416;
}
</style>
border-color css
<style>
span { border-color: #F2C416; }
span { border-color: rgb(242,196,22); }
td.TdClassName
{
border-color: #F2C416;
}
.TagClassName
{
border-color: #F2C416;
}
</style>