Shades of Moon Yellow #F0C710
Tints of Moon Yellow #F0C710
RGB
CMYK
RGB Variations
Color information
#F0C710 (or 0xF0C710) is known color: Moon Yellow. HEX triplet: F0, C7 and 10. RGB value is (240,199,16). Sum of RGB (Red+Green+Blue) = 240+199+16=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 16 (6.64% from 255 or 3.52% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C710 is #0F38EF. Grayscale: #BFBFBF. Windows color (decimal): -997616 or 1099760. OLE color: 1099760.
HSL color Cylindrical-coordinate representation of color #F0C710: hue angle of 49.02º 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 #F0C710 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 199 | 16 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.06 |
| HSL | 49.02º | 0.88% | 0.5% | - |
| HSV(B) | 49.02º | 0.93% | 0.94% | - |
| XYZ | 56.45 | 59.41 | 8.98 | - |
| YUV | 190.4 | 29.58 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 16 | 0 | 0.17 | 0.93 | 0.06 | 49.02 | 0.88 | 0.5 |
| Hex | F0 | C7 | 10 | 0 | 11 | 5D | 6 | 31 | 58 | 32 |
| Octal | 360 | 307 | 20 | 0 | 21 | 135 | 6 | 61 | 130 | 62 |
| Binary | 11110000 | 11000111 | 10000 | 0 | 10001 | 1011101 | 110 | 110001 | 1011000 | 110010 |
Color Harmonies of #F0C710
Complementary color
Monochromatic Colors of #F0C710
Black with #F0C710
Text Example
Text Example
White with #F0C710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C710; }
p { color: rgb(240,199,16); }
H1.HeaderClassName
{
color: #F0C710;
}
.AnyTagClassName
{
color: #F0C710;
}
</style>
background-color css
<style>
a { background-color: #F0C710; }
a { background-color: rgb(240,199,16); }
div.DivClassName
{
background-color: #F0C710;
}
.BgClassName
{
background-color: #F0C710;
}
</style>
border-color css
<style>
span { border-color: #F0C710; }
span { border-color: rgb(240,199,16); }
td.TdClassName
{
border-color: #F0C710;
}
.TagClassName
{
border-color: #F0C710;
}
</style>