Shades of Lemon #F4EE1D
Tints of Lemon #F4EE1D
RGB
CMYK
RGB Variations
Color information
#F4EE1D (or 0xF4EE1D) is known color: Lemon. HEX triplet: F4, EE and 1D. RGB value is (244,238,29). Sum of RGB (Red+Green+Blue) = 244+238+29=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 238 (93.36% from 255 or 46.58% from 511); Blue value is 29 (11.72% from 255 or 5.68% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EE1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4EE1D is #0B11E2. Grayscale: #D8D8D8. Windows color (decimal): -725475 or 1961716. OLE color: 1961716.
HSL color Cylindrical-coordinate representation of color #F4EE1D: hue angle of 58.33º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F4EE1D is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 238 | 29 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.04 |
| HSL | 58.33º | 0.91% | 0.54% | - |
| HSV(B) | 58.33º | 0.88% | 0.96% | - |
| XYZ | 68.1 | 80.47 | 13.11 | - |
| YUV | 215.97 | 22.49 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 238 | 29 | 0 | 0.02 | 0.88 | 0.04 | 58.33 | 0.91 | 0.54 |
| Hex | F4 | EE | 1D | 0 | 2 | 58 | 4 | 3A | 5B | 36 |
| Octal | 364 | 356 | 35 | 0 | 2 | 130 | 4 | 72 | 133 | 66 |
| Binary | 11110100 | 11101110 | 11101 | 0 | 10 | 1011000 | 100 | 111010 | 1011011 | 110110 |
Color Harmonies of #F4EE1D
Complementary color
Monochromatic Colors of #F4EE1D
Black with #F4EE1D
Text Example
Text Example
White with #F4EE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EE1D; }
p { color: rgb(244,238,29); }
H1.HeaderClassName
{
color: #F4EE1D;
}
.AnyTagClassName
{
color: #F4EE1D;
}
</style>
background-color css
<style>
a { background-color: #F4EE1D; }
a { background-color: rgb(244,238,29); }
div.DivClassName
{
background-color: #F4EE1D;
}
.BgClassName
{
background-color: #F4EE1D;
}
</style>
border-color css
<style>
span { border-color: #F4EE1D; }
span { border-color: rgb(244,238,29); }
td.TdClassName
{
border-color: #F4EE1D;
}
.TagClassName
{
border-color: #F4EE1D;
}
</style>