Shades of Lemon #F5EE18
Tints of Lemon #F5EE18
RGB
CMYK
RGB Variations
Color information
#F5EE18 (or 0xF5EE18) is known color: Lemon. HEX triplet: F5, EE and 18. RGB value is (245,238,24). Sum of RGB (Red+Green+Blue) = 245+238+24=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 24 (9.77% from 255 or 4.73% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5EE18 is #0A11E7. Grayscale: #D8D8D8. Windows color (decimal): -659944 or 1634037. OLE color: 1634037.
HSL color Cylindrical-coordinate representation of color #F5EE18: hue angle of 58.1º degrees, saturation: 0.92, 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 #F5EE18 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 24 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.04 |
| HSL | 58.1º | 0.92% | 0.53% | - |
| HSV(B) | 58.1º | 0.9% | 0.96% | - |
| XYZ | 68.4 | 80.63 | 12.82 | - |
| YUV | 215.7 | 19.82 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 24 | 0 | 0.03 | 0.90 | 0.04 | 58.1 | 0.92 | 0.53 |
| Hex | F5 | EE | 18 | 0 | 3 | 5A | 4 | 3A | 5C | 35 |
| Octal | 365 | 356 | 30 | 0 | 3 | 132 | 4 | 72 | 134 | 65 |
| Binary | 11110101 | 11101110 | 11000 | 0 | 11 | 1011010 | 100 | 111010 | 1011100 | 110101 |
Color Harmonies of #F5EE18
Complementary color
Monochromatic Colors of #F5EE18
Black with #F5EE18
Text Example
Text Example
White with #F5EE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EE18; }
p { color: rgb(245,238,24); }
H1.HeaderClassName
{
color: #F5EE18;
}
.AnyTagClassName
{
color: #F5EE18;
}
</style>
background-color css
<style>
a { background-color: #F5EE18; }
a { background-color: rgb(245,238,24); }
div.DivClassName
{
background-color: #F5EE18;
}
.BgClassName
{
background-color: #F5EE18;
}
</style>
border-color css
<style>
span { border-color: #F5EE18; }
span { border-color: rgb(245,238,24); }
td.TdClassName
{
border-color: #F5EE18;
}
.TagClassName
{
border-color: #F5EE18;
}
</style>