Shades of Moon Yellow #F0C610
Tints of Moon Yellow #F0C610
RGB
CMYK
RGB Variations
Color information
#F0C610 (or 0xF0C610) is known color: Moon Yellow. HEX triplet: F0, C6 and 10. RGB value is (240,198,16). Sum of RGB (Red+Green+Blue) = 240+198+16=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C610 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C610 is #0F39EF. Grayscale: #BEBEBE. Windows color (decimal): -997872 or 1099504. OLE color: 1099504.
HSL color Cylindrical-coordinate representation of color #F0C610: hue angle of 48.75º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0C610 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 16 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.06 |
| HSL | 48.75º | 0.88% | 0.5% | - |
| HSV(B) | 48.75º | 0.93% | 0.94% | - |
| XYZ | 56.22 | 58.95 | 8.91 | - |
| YUV | 189.81 | 29.91 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 16 | 0 | 0.18 | 0.93 | 0.06 | 48.75 | 0.88 | 0.5 |
| Hex | F0 | C6 | 10 | 0 | 12 | 5D | 6 | 31 | 58 | 32 |
| Octal | 360 | 306 | 20 | 0 | 22 | 135 | 6 | 61 | 130 | 62 |
| Binary | 11110000 | 11000110 | 10000 | 0 | 10010 | 1011101 | 110 | 110001 | 1011000 | 110010 |
Color Harmonies of #F0C610
Complementary color
Monochromatic Colors of #F0C610
Black with #F0C610
Text Example
Text Example
White with #F0C610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C610; }
p { color: rgb(240,198,16); }
H1.HeaderClassName
{
color: #F0C610;
}
.AnyTagClassName
{
color: #F0C610;
}
</style>
background-color css
<style>
a { background-color: #F0C610; }
a { background-color: rgb(240,198,16); }
div.DivClassName
{
background-color: #F0C610;
}
.BgClassName
{
background-color: #F0C610;
}
</style>
border-color css
<style>
span { border-color: #F0C610; }
span { border-color: rgb(240,198,16); }
td.TdClassName
{
border-color: #F0C610;
}
.TagClassName
{
border-color: #F0C610;
}
</style>