Shades of Lemon #F4EE00
Tints of Lemon #F4EE00
RGB
CMYK
RGB Variations
Color information
#F4EE00 (or 0xF4EE00) is known color: Lemon. HEX triplet: F4, EE and 00. RGB value is (244,238,0). Sum of RGB (Red+Green+Blue) = 244+238+0=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 0 (0.39% from 255 or 0% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EE00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4EE00 is #0B11FF. Grayscale: #D5D5D5. Windows color (decimal): -725504 or 61172. OLE color: 61172.
HSL color Cylindrical-coordinate representation of color #F4EE00: hue angle of 58.52º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4EE00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 238 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.04 |
| HSL | 58.52º | 1% | 0.48% | - |
| HSV(B) | 58.52º | 1% | 0.96% | - |
| XYZ | 67.88 | 80.38 | 11.94 | - |
| YUV | 212.66 | 7.99 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 238 | 0 | 0 | 0.02 | 1 | 0.04 | 58.52 | 1 | 0.48 |
| Hex | F4 | EE | 0 | 0 | 2 | 64 | 4 | 3B | 64 | 30 |
| Octal | 364 | 356 | 0 | 0 | 2 | 144 | 4 | 73 | 144 | 60 |
| Binary | 11110100 | 11101110 | 0 | 0 | 10 | 1100100 | 100 | 111011 | 1100100 | 110000 |
Color Harmonies of #F4EE00
Complementary color
Monochromatic Colors of #F4EE00
Black with #F4EE00
Text Example
Text Example
White with #F4EE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EE00; }
p { color: rgb(244,238,0); }
H1.HeaderClassName
{
color: #F4EE00;
}
.AnyTagClassName
{
color: #F4EE00;
}
</style>
background-color css
<style>
a { background-color: #F4EE00; }
a { background-color: rgb(244,238,0); }
div.DivClassName
{
background-color: #F4EE00;
}
.BgClassName
{
background-color: #F4EE00;
}
</style>
border-color css
<style>
span { border-color: #F4EE00; }
span { border-color: rgb(244,238,0); }
td.TdClassName
{
border-color: #F4EE00;
}
.TagClassName
{
border-color: #F4EE00;
}
</style>