Shades of Lemon #F4E618
Tints of Lemon #F4E618
RGB
CMYK
RGB Variations
Color information
#F4E618 (or 0xF4E618) is known color: Lemon. HEX triplet: F4, E6 and 18. RGB value is (244,230,24). Sum of RGB (Red+Green+Blue) = 244+230+24=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 24 (9.77% from 255 or 4.82% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E618 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4E618 is #0B19E7. Grayscale: #D3D3D3. Windows color (decimal): -727528 or 1631988. OLE color: 1631988.
HSL color Cylindrical-coordinate representation of color #F4E618: hue angle of 56.18º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4E618 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 230 | 24 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.04 |
| HSL | 56.18º | 0.91% | 0.53% | - |
| HSV(B) | 56.18º | 0.9% | 0.96% | - |
| XYZ | 65.77 | 75.89 | 12.05 | - |
| YUV | 210.7 | 22.64 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 230 | 24 | 0 | 0.06 | 0.90 | 0.04 | 56.18 | 0.91 | 0.53 |
| Hex | F4 | E6 | 18 | 0 | 6 | 5A | 4 | 38 | 5B | 35 |
| Octal | 364 | 346 | 30 | 0 | 6 | 132 | 4 | 70 | 133 | 65 |
| Binary | 11110100 | 11100110 | 11000 | 0 | 110 | 1011010 | 100 | 111000 | 1011011 | 110101 |
Color Harmonies of #F4E618
Complementary color
Monochromatic Colors of #F4E618
Black with #F4E618
Text Example
Text Example
White with #F4E618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E618; }
p { color: rgb(244,230,24); }
H1.HeaderClassName
{
color: #F4E618;
}
.AnyTagClassName
{
color: #F4E618;
}
</style>
background-color css
<style>
a { background-color: #F4E618; }
a { background-color: rgb(244,230,24); }
div.DivClassName
{
background-color: #F4E618;
}
.BgClassName
{
background-color: #F4E618;
}
</style>
border-color css
<style>
span { border-color: #F4E618; }
span { border-color: rgb(244,230,24); }
td.TdClassName
{
border-color: #F4E618;
}
.TagClassName
{
border-color: #F4E618;
}
</style>