Shades of Lemon #F4EC1B
Tints of Lemon #F4EC1B
RGB
CMYK
RGB Variations
Color information
#F4EC1B (or 0xF4EC1B) is known color: Lemon. HEX triplet: F4, EC and 1B. RGB value is (244,236,27). Sum of RGB (Red+Green+Blue) = 244+236+27=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 27 (10.94% from 255 or 5.33% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EC1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4EC1B is #0B13E4. Grayscale: #D7D7D7. Windows color (decimal): -725989 or 1830132. OLE color: 1830132.
HSL color Cylindrical-coordinate representation of color #F4EC1B: hue angle of 57.79º 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 #F4EC1B is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 236 | 27 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.04 |
| HSL | 57.79º | 0.91% | 0.53% | - |
| HSV(B) | 57.79º | 0.89% | 0.96% | - |
| XYZ | 67.5 | 79.3 | 12.79 | - |
| YUV | 214.57 | 22.15 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 236 | 27 | 0 | 0.03 | 0.89 | 0.04 | 57.79 | 0.91 | 0.53 |
| Hex | F4 | EC | 1B | 0 | 3 | 59 | 4 | 3A | 5B | 35 |
| Octal | 364 | 354 | 33 | 0 | 3 | 131 | 4 | 72 | 133 | 65 |
| Binary | 11110100 | 11101100 | 11011 | 0 | 11 | 1011001 | 100 | 111010 | 1011011 | 110101 |
Color Harmonies of #F4EC1B
Complementary color
Monochromatic Colors of #F4EC1B
Black with #F4EC1B
Text Example
Text Example
White with #F4EC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EC1B; }
p { color: rgb(244,236,27); }
H1.HeaderClassName
{
color: #F4EC1B;
}
.AnyTagClassName
{
color: #F4EC1B;
}
</style>
background-color css
<style>
a { background-color: #F4EC1B; }
a { background-color: rgb(244,236,27); }
div.DivClassName
{
background-color: #F4EC1B;
}
.BgClassName
{
background-color: #F4EC1B;
}
</style>
border-color css
<style>
span { border-color: #F4EC1B; }
span { border-color: rgb(244,236,27); }
td.TdClassName
{
border-color: #F4EC1B;
}
.TagClassName
{
border-color: #F4EC1B;
}
</style>