Shades of Lemon #F0E619
Tints of Lemon #F0E619
RGB
CMYK
RGB Variations
Color information
#F0E619 (or 0xF0E619) is known color: Lemon. HEX triplet: F0, E6 and 19. RGB value is (240,230,25). Sum of RGB (Red+Green+Blue) = 240+230+25=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 25 (10.16% from 255 or 5.05% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E619 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0E619 is #0F19E6. Grayscale: #D2D2D2. Windows color (decimal): -989671 or 1697520. OLE color: 1697520.
HSL color Cylindrical-coordinate representation of color #F0E619: hue angle of 57.21º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0E619 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 230 | 25 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.06 |
| HSL | 57.21º | 0.88% | 0.52% | - |
| HSV(B) | 57.21º | 0.9% | 0.94% | - |
| XYZ | 64.41 | 75.19 | 12.04 | - |
| YUV | 209.62 | 23.81 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 230 | 25 | 0 | 0.04 | 0.90 | 0.06 | 57.21 | 0.88 | 0.52 |
| Hex | F0 | E6 | 19 | 0 | 4 | 5A | 6 | 39 | 58 | 34 |
| Octal | 360 | 346 | 31 | 0 | 4 | 132 | 6 | 71 | 130 | 64 |
| Binary | 11110000 | 11100110 | 11001 | 0 | 100 | 1011010 | 110 | 111001 | 1011000 | 110100 |
Color Harmonies of #F0E619
Complementary color
Monochromatic Colors of #F0E619
Black with #F0E619
Text Example
Text Example
White with #F0E619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E619; }
p { color: rgb(240,230,25); }
H1.HeaderClassName
{
color: #F0E619;
}
.AnyTagClassName
{
color: #F0E619;
}
</style>
background-color css
<style>
a { background-color: #F0E619; }
a { background-color: rgb(240,230,25); }
div.DivClassName
{
background-color: #F0E619;
}
.BgClassName
{
background-color: #F0E619;
}
</style>
border-color css
<style>
span { border-color: #F0E619; }
span { border-color: rgb(240,230,25); }
td.TdClassName
{
border-color: #F0E619;
}
.TagClassName
{
border-color: #F0E619;
}
</style>