Shades of Lemon #F4EC1D
Tints of Lemon #F4EC1D
RGB
CMYK
RGB Variations
Color information
#F4EC1D (or 0xF4EC1D) is known color: Lemon. HEX triplet: F4, EC and 1D. RGB value is (244,236,29). Sum of RGB (Red+Green+Blue) = 244+236+29=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 29 (11.72% from 255 or 5.70% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EC1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4EC1D is #0B13E2. Grayscale: #D7D7D7. Windows color (decimal): -725987 or 1961204. OLE color: 1961204.
HSL color Cylindrical-coordinate representation of color #F4EC1D: hue angle of 57.77º 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 #F4EC1D is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 236 | 29 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.04 |
| HSL | 57.77º | 0.91% | 0.54% | - |
| HSV(B) | 57.77º | 0.88% | 0.96% | - |
| XYZ | 67.53 | 79.31 | 12.91 | - |
| YUV | 214.79 | 23.15 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 236 | 29 | 0 | 0.03 | 0.88 | 0.04 | 57.77 | 0.91 | 0.54 |
| Hex | F4 | EC | 1D | 0 | 3 | 58 | 4 | 3A | 5B | 36 |
| Octal | 364 | 354 | 35 | 0 | 3 | 130 | 4 | 72 | 133 | 66 |
| Binary | 11110100 | 11101100 | 11101 | 0 | 11 | 1011000 | 100 | 111010 | 1011011 | 110110 |
Color Harmonies of #F4EC1D
Complementary color
Monochromatic Colors of #F4EC1D
Black with #F4EC1D
Text Example
Text Example
White with #F4EC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EC1D; }
p { color: rgb(244,236,29); }
H1.HeaderClassName
{
color: #F4EC1D;
}
.AnyTagClassName
{
color: #F4EC1D;
}
</style>
background-color css
<style>
a { background-color: #F4EC1D; }
a { background-color: rgb(244,236,29); }
div.DivClassName
{
background-color: #F4EC1D;
}
.BgClassName
{
background-color: #F4EC1D;
}
</style>
border-color css
<style>
span { border-color: #F4EC1D; }
span { border-color: rgb(244,236,29); }
td.TdClassName
{
border-color: #F4EC1D;
}
.TagClassName
{
border-color: #F4EC1D;
}
</style>