Shades of Lemon #F4EC0D
Tints of Lemon #F4EC0D
RGB
CMYK
RGB Variations
Color information
#F4EC0D (or 0xF4EC0D) is known color: Lemon. HEX triplet: F4, EC and 0D. RGB value is (244,236,13). Sum of RGB (Red+Green+Blue) = 244+236+13=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 13 (5.47% from 255 or 2.64% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EC0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4EC0D is #0B13F2. Grayscale: #D5D5D5. Windows color (decimal): -726003 or 912628. OLE color: 912628.
HSL color Cylindrical-coordinate representation of color #F4EC0D: hue angle of 57.92º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4EC0D is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 236 | 13 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.04 |
| HSL | 57.92º | 0.91% | 0.5% | - |
| HSV(B) | 57.92º | 0.95% | 0.96% | - |
| XYZ | 67.38 | 79.25 | 12.13 | - |
| YUV | 212.97 | 15.15 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 236 | 13 | 0 | 0.03 | 0.95 | 0.04 | 57.92 | 0.91 | 0.5 |
| Hex | F4 | EC | D | 0 | 3 | 5F | 4 | 3A | 5B | 32 |
| Octal | 364 | 354 | 15 | 0 | 3 | 137 | 4 | 72 | 133 | 62 |
| Binary | 11110100 | 11101100 | 1101 | 0 | 11 | 1011111 | 100 | 111010 | 1011011 | 110010 |
Color Harmonies of #F4EC0D
Complementary color
Monochromatic Colors of #F4EC0D
Black with #F4EC0D
Text Example
Text Example
White with #F4EC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EC0D; }
p { color: rgb(244,236,13); }
H1.HeaderClassName
{
color: #F4EC0D;
}
.AnyTagClassName
{
color: #F4EC0D;
}
</style>
background-color css
<style>
a { background-color: #F4EC0D; }
a { background-color: rgb(244,236,13); }
div.DivClassName
{
background-color: #F4EC0D;
}
.BgClassName
{
background-color: #F4EC0D;
}
</style>
border-color css
<style>
span { border-color: #F4EC0D; }
span { border-color: rgb(244,236,13); }
td.TdClassName
{
border-color: #F4EC0D;
}
.TagClassName
{
border-color: #F4EC0D;
}
</style>