Shades of Moon Yellow #F0C40E
Tints of Moon Yellow #F0C40E
RGB
CMYK
RGB Variations
Color information
#F0C40E (or 0xF0C40E) is known color: Moon Yellow. HEX triplet: F0, C4 and 0E. RGB value is (240,196,14). Sum of RGB (Red+Green+Blue) = 240+196+14=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 14 (5.86% from 255 or 3.11% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C40E is #0F3BF1. Grayscale: #BDBDBD. Windows color (decimal): -998386 or 967920. OLE color: 967920.
HSL color Cylindrical-coordinate representation of color #F0C40E: hue angle of 48.32º degrees, saturation: 0.89, 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 #F0C40E is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 196 | 14 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.06 |
| HSL | 48.32º | 0.89% | 0.5% | - |
| HSV(B) | 48.32º | 0.94% | 0.94% | - |
| XYZ | 55.75 | 58.04 | 8.68 | - |
| YUV | 188.41 | 29.58 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 14 | 0 | 0.18 | 0.94 | 0.06 | 48.32 | 0.89 | 0.5 |
| Hex | F0 | C4 | E | 0 | 12 | 5E | 6 | 30 | 59 | 32 |
| Octal | 360 | 304 | 16 | 0 | 22 | 136 | 6 | 60 | 131 | 62 |
| Binary | 11110000 | 11000100 | 1110 | 0 | 10010 | 1011110 | 110 | 110000 | 1011001 | 110010 |
Color Harmonies of #F0C40E
Complementary color
Monochromatic Colors of #F0C40E
Black with #F0C40E
Text Example
Text Example
White with #F0C40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C40E; }
p { color: rgb(240,196,14); }
H1.HeaderClassName
{
color: #F0C40E;
}
.AnyTagClassName
{
color: #F0C40E;
}
</style>
background-color css
<style>
a { background-color: #F0C40E; }
a { background-color: rgb(240,196,14); }
div.DivClassName
{
background-color: #F0C40E;
}
.BgClassName
{
background-color: #F0C40E;
}
</style>
border-color css
<style>
span { border-color: #F0C40E; }
span { border-color: rgb(240,196,14); }
td.TdClassName
{
border-color: #F0C40E;
}
.TagClassName
{
border-color: #F0C40E;
}
</style>