Shades of Moon Yellow #F0C815
Tints of Moon Yellow #F0C815
RGB
CMYK
RGB Variations
Color information
#F0C815 (or 0xF0C815) is known color: Moon Yellow. HEX triplet: F0, C8 and 15. RGB value is (240,200,21). Sum of RGB (Red+Green+Blue) = 240+200+21=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 21 (8.59% from 255 or 4.56% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C815 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C815 is #0F37EA. Grayscale: #C0C0C0. Windows color (decimal): -997355 or 1427696. OLE color: 1427696.
HSL color Cylindrical-coordinate representation of color #F0C815: hue angle of 49.04º 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 #F0C815 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 21 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.06 |
| HSL | 49.04º | 0.88% | 0.51% | - |
| HSV(B) | 49.04º | 0.91% | 0.94% | - |
| XYZ | 56.72 | 59.89 | 9.28 | - |
| YUV | 191.55 | 31.75 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 21 | 0 | 0.17 | 0.91 | 0.06 | 49.04 | 0.88 | 0.51 |
| Hex | F0 | C8 | 15 | 0 | 11 | 5B | 6 | 31 | 58 | 33 |
| Octal | 360 | 310 | 25 | 0 | 21 | 133 | 6 | 61 | 130 | 63 |
| Binary | 11110000 | 11001000 | 10101 | 0 | 10001 | 1011011 | 110 | 110001 | 1011000 | 110011 |
Color Harmonies of #F0C815
Complementary color
Monochromatic Colors of #F0C815
Black with #F0C815
Text Example
Text Example
White with #F0C815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C815; }
p { color: rgb(240,200,21); }
H1.HeaderClassName
{
color: #F0C815;
}
.AnyTagClassName
{
color: #F0C815;
}
</style>
background-color css
<style>
a { background-color: #F0C815; }
a { background-color: rgb(240,200,21); }
div.DivClassName
{
background-color: #F0C815;
}
.BgClassName
{
background-color: #F0C815;
}
</style>
border-color css
<style>
span { border-color: #F0C815; }
span { border-color: rgb(240,200,21); }
td.TdClassName
{
border-color: #F0C815;
}
.TagClassName
{
border-color: #F0C815;
}
</style>