Shades of Moon Yellow #F0C616
Tints of Moon Yellow #F0C616
RGB
CMYK
RGB Variations
Color information
#F0C616 (or 0xF0C616) is known color: Moon Yellow. HEX triplet: F0, C6 and 16. RGB value is (240,198,22). Sum of RGB (Red+Green+Blue) = 240+198+22=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 22 (8.98% from 255 or 4.78% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C616 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C616 is #0F39E9. Grayscale: #BFBFBF. Windows color (decimal): -997866 or 1492720. OLE color: 1492720.
HSL color Cylindrical-coordinate representation of color #F0C616: hue angle of 48.44º 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 #F0C616 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 22 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.06 |
| HSL | 48.44º | 0.88% | 0.51% | - |
| HSV(B) | 48.44º | 0.91% | 0.94% | - |
| XYZ | 56.27 | 58.97 | 9.18 | - |
| YUV | 190.49 | 32.91 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 22 | 0 | 0.18 | 0.91 | 0.06 | 48.44 | 0.88 | 0.51 |
| Hex | F0 | C6 | 16 | 0 | 12 | 5B | 6 | 30 | 58 | 33 |
| Octal | 360 | 306 | 26 | 0 | 22 | 133 | 6 | 60 | 130 | 63 |
| Binary | 11110000 | 11000110 | 10110 | 0 | 10010 | 1011011 | 110 | 110000 | 1011000 | 110011 |
Color Harmonies of #F0C616
Complementary color
Monochromatic Colors of #F0C616
Black with #F0C616
Text Example
Text Example
White with #F0C616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C616; }
p { color: rgb(240,198,22); }
H1.HeaderClassName
{
color: #F0C616;
}
.AnyTagClassName
{
color: #F0C616;
}
</style>
background-color css
<style>
a { background-color: #F0C616; }
a { background-color: rgb(240,198,22); }
div.DivClassName
{
background-color: #F0C616;
}
.BgClassName
{
background-color: #F0C616;
}
</style>
border-color css
<style>
span { border-color: #F0C616; }
span { border-color: rgb(240,198,22); }
td.TdClassName
{
border-color: #F0C616;
}
.TagClassName
{
border-color: #F0C616;
}
</style>