Shades of Moon Yellow #F0C90F
Tints of Moon Yellow #F0C90F
RGB
CMYK
RGB Variations
Color information
#F0C90F (or 0xF0C90F) is known color: Moon Yellow. HEX triplet: F0, C9 and 0F. RGB value is (240,201,15). Sum of RGB (Red+Green+Blue) = 240+201+15=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 15 (6.25% from 255 or 3.29% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C90F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C90F is #0F36F0. Grayscale: #C0C0C0. Windows color (decimal): -997105 or 1034736. OLE color: 1034736.
HSL color Cylindrical-coordinate representation of color #F0C90F: hue angle of 49.6º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0C90F is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 15 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.06 |
| HSL | 49.6º | 0.88% | 0.5% | - |
| HSV(B) | 49.6º | 0.94% | 0.94% | - |
| XYZ | 56.91 | 60.33 | 9.1 | - |
| YUV | 191.46 | 28.42 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 15 | 0 | 0.16 | 0.94 | 0.06 | 49.6 | 0.88 | 0.5 |
| Hex | F0 | C9 | F | 0 | 10 | 5E | 6 | 32 | 58 | 32 |
| Octal | 360 | 311 | 17 | 0 | 20 | 136 | 6 | 62 | 130 | 62 |
| Binary | 11110000 | 11001001 | 1111 | 0 | 10000 | 1011110 | 110 | 110010 | 1011000 | 110010 |
Color Harmonies of #F0C90F
Complementary color
Monochromatic Colors of #F0C90F
Black with #F0C90F
Text Example
Text Example
White with #F0C90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C90F; }
p { color: rgb(240,201,15); }
H1.HeaderClassName
{
color: #F0C90F;
}
.AnyTagClassName
{
color: #F0C90F;
}
</style>
background-color css
<style>
a { background-color: #F0C90F; }
a { background-color: rgb(240,201,15); }
div.DivClassName
{
background-color: #F0C90F;
}
.BgClassName
{
background-color: #F0C90F;
}
</style>
border-color css
<style>
span { border-color: #F0C90F; }
span { border-color: rgb(240,201,15); }
td.TdClassName
{
border-color: #F0C90F;
}
.TagClassName
{
border-color: #F0C90F;
}
</style>