Shades of Moon Yellow #F0C110
Tints of Moon Yellow #F0C110
RGB
CMYK
RGB Variations
Color information
#F0C110 (or 0xF0C110) is known color: Moon Yellow. HEX triplet: F0, C1 and 10. RGB value is (240,193,16). Sum of RGB (Red+Green+Blue) = 240+193+16=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 16 (6.64% from 255 or 3.56% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C110 is #0F3EEF. Grayscale: #BBBBBB. Windows color (decimal): -999152 or 1098224. OLE color: 1098224.
HSL color Cylindrical-coordinate representation of color #F0C110: hue angle of 47.41º 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 #F0C110 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 16 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.06 |
| HSL | 47.41º | 0.88% | 0.5% | - |
| HSV(B) | 47.41º | 0.93% | 0.94% | - |
| XYZ | 55.1 | 56.7 | 8.53 | - |
| YUV | 186.88 | 31.57 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 16 | 0 | 0.20 | 0.93 | 0.06 | 47.41 | 0.88 | 0.5 |
| Hex | F0 | C1 | 10 | 0 | 14 | 5D | 6 | 2F | 58 | 32 |
| Octal | 360 | 301 | 20 | 0 | 24 | 135 | 6 | 57 | 130 | 62 |
| Binary | 11110000 | 11000001 | 10000 | 0 | 10100 | 1011101 | 110 | 101111 | 1011000 | 110010 |
Color Harmonies of #F0C110
Complementary color
Monochromatic Colors of #F0C110
Black with #F0C110
Text Example
Text Example
White with #F0C110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C110; }
p { color: rgb(240,193,16); }
H1.HeaderClassName
{
color: #F0C110;
}
.AnyTagClassName
{
color: #F0C110;
}
</style>
background-color css
<style>
a { background-color: #F0C110; }
a { background-color: rgb(240,193,16); }
div.DivClassName
{
background-color: #F0C110;
}
.BgClassName
{
background-color: #F0C110;
}
</style>
border-color css
<style>
span { border-color: #F0C110; }
span { border-color: rgb(240,193,16); }
td.TdClassName
{
border-color: #F0C110;
}
.TagClassName
{
border-color: #F0C110;
}
</style>