Shades of Lemon #F4EC1F
Tints of Lemon #F4EC1F
RGB
CMYK
RGB Variations
Color information
#F4EC1F (or 0xF4EC1F) is known color: Lemon. HEX triplet: F4, EC and 1F. RGB value is (244,236,31). Sum of RGB (Red+Green+Blue) = 244+236+31=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 31 (12.5% from 255 or 6.07% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EC1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4EC1F is #0B13E0. Grayscale: #D7D7D7. Windows color (decimal): -725985 or 2092276. OLE color: 2092276.
HSL color Cylindrical-coordinate representation of color #F4EC1F: hue angle of 57.75º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F4EC1F is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 236 | 31 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.04 |
| HSL | 57.75º | 0.91% | 0.54% | - |
| HSV(B) | 57.75º | 0.87% | 0.96% | - |
| XYZ | 67.55 | 79.32 | 13.05 | - |
| YUV | 215.02 | 24.15 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 236 | 31 | 0 | 0.03 | 0.87 | 0.04 | 57.75 | 0.91 | 0.54 |
| Hex | F4 | EC | 1F | 0 | 3 | 57 | 4 | 3A | 5B | 36 |
| Octal | 364 | 354 | 37 | 0 | 3 | 127 | 4 | 72 | 133 | 66 |
| Binary | 11110100 | 11101100 | 11111 | 0 | 11 | 1010111 | 100 | 111010 | 1011011 | 110110 |
Color Harmonies of #F4EC1F
Complementary color
Monochromatic Colors of #F4EC1F
Black with #F4EC1F
Text Example
Text Example
White with #F4EC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EC1F; }
p { color: rgb(244,236,31); }
H1.HeaderClassName
{
color: #F4EC1F;
}
.AnyTagClassName
{
color: #F4EC1F;
}
</style>
background-color css
<style>
a { background-color: #F4EC1F; }
a { background-color: rgb(244,236,31); }
div.DivClassName
{
background-color: #F4EC1F;
}
.BgClassName
{
background-color: #F4EC1F;
}
</style>
border-color css
<style>
span { border-color: #F4EC1F; }
span { border-color: rgb(244,236,31); }
td.TdClassName
{
border-color: #F4EC1F;
}
.TagClassName
{
border-color: #F4EC1F;
}
</style>