Shades of Moon Yellow #F0C40F
Tints of Moon Yellow #F0C40F
RGB
CMYK
RGB Variations
Color information
#F0C40F (or 0xF0C40F) is known color: Moon Yellow. HEX triplet: F0, C4 and 0F. RGB value is (240,196,15). Sum of RGB (Red+Green+Blue) = 240+196+15=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 15 (6.25% from 255 or 3.33% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C40F is #0F3BF0. Grayscale: #BDBDBD. Windows color (decimal): -998385 or 1033456. OLE color: 1033456.
HSL color Cylindrical-coordinate representation of color #F0C40F: hue angle of 48.27º 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 #F0C40F is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 196 | 15 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.06 |
| HSL | 48.27º | 0.88% | 0.5% | - |
| HSV(B) | 48.27º | 0.94% | 0.94% | - |
| XYZ | 55.76 | 58.04 | 8.72 | - |
| YUV | 188.52 | 30.08 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 15 | 0 | 0.18 | 0.94 | 0.06 | 48.27 | 0.88 | 0.5 |
| Hex | F0 | C4 | F | 0 | 12 | 5E | 6 | 30 | 58 | 32 |
| Octal | 360 | 304 | 17 | 0 | 22 | 136 | 6 | 60 | 130 | 62 |
| Binary | 11110000 | 11000100 | 1111 | 0 | 10010 | 1011110 | 110 | 110000 | 1011000 | 110010 |
Color Harmonies of #F0C40F
Complementary color
Monochromatic Colors of #F0C40F
Black with #F0C40F
Text Example
Text Example
White with #F0C40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C40F; }
p { color: rgb(240,196,15); }
H1.HeaderClassName
{
color: #F0C40F;
}
.AnyTagClassName
{
color: #F0C40F;
}
</style>
background-color css
<style>
a { background-color: #F0C40F; }
a { background-color: rgb(240,196,15); }
div.DivClassName
{
background-color: #F0C40F;
}
.BgClassName
{
background-color: #F0C40F;
}
</style>
border-color css
<style>
span { border-color: #F0C40F; }
span { border-color: rgb(240,196,15); }
td.TdClassName
{
border-color: #F0C40F;
}
.TagClassName
{
border-color: #F0C40F;
}
</style>