Shades of Lemon #F4EC1C
Tints of Lemon #F4EC1C
RGB
CMYK
RGB Variations
Color information
#F4EC1C (or 0xF4EC1C) is known color: Lemon. HEX triplet: F4, EC and 1C. RGB value is (244,236,28). Sum of RGB (Red+Green+Blue) = 244+236+28=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 28 (11.33% from 255 or 5.51% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EC1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4EC1C is #0B13E3. Grayscale: #D7D7D7. Windows color (decimal): -725988 or 1895668. OLE color: 1895668.
HSL color Cylindrical-coordinate representation of color #F4EC1C: hue angle of 57.78º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4EC1C is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 236 | 28 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.04 |
| HSL | 57.78º | 0.91% | 0.53% | - |
| HSV(B) | 57.78º | 0.89% | 0.96% | - |
| XYZ | 67.51 | 79.31 | 12.85 | - |
| YUV | 214.68 | 22.65 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 236 | 28 | 0 | 0.03 | 0.89 | 0.04 | 57.78 | 0.91 | 0.53 |
| Hex | F4 | EC | 1C | 0 | 3 | 59 | 4 | 3A | 5B | 35 |
| Octal | 364 | 354 | 34 | 0 | 3 | 131 | 4 | 72 | 133 | 65 |
| Binary | 11110100 | 11101100 | 11100 | 0 | 11 | 1011001 | 100 | 111010 | 1011011 | 110101 |
Color Harmonies of #F4EC1C
Complementary color
Monochromatic Colors of #F4EC1C
Black with #F4EC1C
Text Example
Text Example
White with #F4EC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EC1C; }
p { color: rgb(244,236,28); }
H1.HeaderClassName
{
color: #F4EC1C;
}
.AnyTagClassName
{
color: #F4EC1C;
}
</style>
background-color css
<style>
a { background-color: #F4EC1C; }
a { background-color: rgb(244,236,28); }
div.DivClassName
{
background-color: #F4EC1C;
}
.BgClassName
{
background-color: #F4EC1C;
}
</style>
border-color css
<style>
span { border-color: #F4EC1C; }
span { border-color: rgb(244,236,28); }
td.TdClassName
{
border-color: #F4EC1C;
}
.TagClassName
{
border-color: #F4EC1C;
}
</style>