Shades of Moon Yellow #F0C216
Tints of Moon Yellow #F0C216
RGB
CMYK
RGB Variations
Color information
#F0C216 (or 0xF0C216) is known color: Moon Yellow. HEX triplet: F0, C2 and 16. RGB value is (240,194,22). Sum of RGB (Red+Green+Blue) = 240+194+22=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C216 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C216 is #0F3DE9. Grayscale: #BCBCBC. Windows color (decimal): -998890 or 1491696. OLE color: 1491696.
HSL color Cylindrical-coordinate representation of color #F0C216: hue angle of 47.34º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0C216 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 22 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.06 |
| HSL | 47.34º | 0.88% | 0.51% | - |
| HSV(B) | 47.34º | 0.91% | 0.94% | - |
| XYZ | 55.37 | 57.17 | 8.87 | - |
| YUV | 188.15 | 34.24 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 22 | 0 | 0.19 | 0.91 | 0.06 | 47.34 | 0.88 | 0.51 |
| Hex | F0 | C2 | 16 | 0 | 13 | 5B | 6 | 2F | 58 | 33 |
| Octal | 360 | 302 | 26 | 0 | 23 | 133 | 6 | 57 | 130 | 63 |
| Binary | 11110000 | 11000010 | 10110 | 0 | 10011 | 1011011 | 110 | 101111 | 1011000 | 110011 |
Color Harmonies of #F0C216
Complementary color
Monochromatic Colors of #F0C216
Black with #F0C216
Text Example
Text Example
White with #F0C216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C216; }
p { color: rgb(240,194,22); }
H1.HeaderClassName
{
color: #F0C216;
}
.AnyTagClassName
{
color: #F0C216;
}
</style>
background-color css
<style>
a { background-color: #F0C216; }
a { background-color: rgb(240,194,22); }
div.DivClassName
{
background-color: #F0C216;
}
.BgClassName
{
background-color: #F0C216;
}
</style>
border-color css
<style>
span { border-color: #F0C216; }
span { border-color: rgb(240,194,22); }
td.TdClassName
{
border-color: #F0C216;
}
.TagClassName
{
border-color: #F0C216;
}
</style>