Shades of Moon Yellow #F2C516
Tints of Moon Yellow #F2C516
RGB
CMYK
RGB Variations
Color information
#F2C516 (or 0xF2C516) is known color: Moon Yellow. HEX triplet: F2, C5 and 16. RGB value is (242,197,22). Sum of RGB (Red+Green+Blue) = 242+197+22=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 22 (8.98% from 255 or 4.77% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C516 is #0D3AE9. Grayscale: #BFBFBF. Windows color (decimal): -867050 or 1492466. OLE color: 1492466.
HSL color Cylindrical-coordinate representation of color #F2C516: hue angle of 47.73º 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 #F2C516 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 22 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.05 |
| HSL | 47.73º | 0.89% | 0.52% | - |
| HSV(B) | 47.73º | 0.91% | 0.95% | - |
| XYZ | 56.73 | 58.87 | 9.13 | - |
| YUV | 190.51 | 32.91 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 22 | 0 | 0.19 | 0.91 | 0.05 | 47.73 | 0.89 | 0.52 |
| Hex | F2 | C5 | 16 | 0 | 13 | 5B | 5 | 30 | 59 | 34 |
| Octal | 362 | 305 | 26 | 0 | 23 | 133 | 5 | 60 | 131 | 64 |
| Binary | 11110010 | 11000101 | 10110 | 0 | 10011 | 1011011 | 101 | 110000 | 1011001 | 110100 |
Color Harmonies of #F2C516
Complementary color
Monochromatic Colors of #F2C516
Black with #F2C516
Text Example
Text Example
White with #F2C516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C516; }
p { color: rgb(242,197,22); }
H1.HeaderClassName
{
color: #F2C516;
}
.AnyTagClassName
{
color: #F2C516;
}
</style>
background-color css
<style>
a { background-color: #F2C516; }
a { background-color: rgb(242,197,22); }
div.DivClassName
{
background-color: #F2C516;
}
.BgClassName
{
background-color: #F2C516;
}
</style>
border-color css
<style>
span { border-color: #F2C516; }
span { border-color: rgb(242,197,22); }
td.TdClassName
{
border-color: #F2C516;
}
.TagClassName
{
border-color: #F2C516;
}
</style>