Shades of Lemon #F4F60E
Tints of Lemon #F4F60E
RGB
CMYK
RGB Variations
Color information
#F4F60E (or 0xF4F60E) is known color: Lemon. HEX triplet: F4, F6 and 0E. RGB value is (244,246,14). Sum of RGB (Red+Green+Blue) = 244+246+14=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 246 (96.48% from 255 or 48.81% from 504); Blue value is 14 (5.86% from 255 or 2.78% from 504); Max value from RGB is 246 - color contains mainly: green. Hex color #F4F60E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4F60E is #0B09F1. Grayscale: #DBDBDB. Windows color (decimal): -723442 or 980724. OLE color: 980724.
HSL color Cylindrical-coordinate representation of color #F4F60E: hue angle of 60.52º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4F60E is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 246 | 14 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.04 |
| HSL | 60.52º | 0.93% | 0.51% | - |
| HSV(B) | 60.52º | 0.94% | 0.96% | - |
| XYZ | 70.34 | 85.18 | 13.15 | - |
| YUV | 218.95 | 12.34 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 246 | 14 | 0.01 | 0 | 0.94 | 0.04 | 60.52 | 0.93 | 0.51 |
| Hex | F4 | F6 | E | 1 | 0 | 5E | 4 | 3D | 5D | 33 |
| Octal | 364 | 366 | 16 | 1 | 0 | 136 | 4 | 75 | 135 | 63 |
| Binary | 11110100 | 11110110 | 1110 | 1 | 0 | 1011110 | 100 | 111101 | 1011101 | 110011 |
Color Harmonies of #F4F60E
Complementary color
Monochromatic Colors of #F4F60E
Black with #F4F60E
Text Example
Text Example
White with #F4F60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F60E; }
p { color: rgb(244,246,14); }
H1.HeaderClassName
{
color: #F4F60E;
}
.AnyTagClassName
{
color: #F4F60E;
}
</style>
background-color css
<style>
a { background-color: #F4F60E; }
a { background-color: rgb(244,246,14); }
div.DivClassName
{
background-color: #F4F60E;
}
.BgClassName
{
background-color: #F4F60E;
}
</style>
border-color css
<style>
span { border-color: #F4F60E; }
span { border-color: rgb(244,246,14); }
td.TdClassName
{
border-color: #F4F60E;
}
.TagClassName
{
border-color: #F4F60E;
}
</style>