Shades of Lemon #F5E918
Tints of Lemon #F5E918
RGB
CMYK
RGB Variations
Color information
#F5E918 (or 0xF5E918) is known color: Lemon. HEX triplet: F5, E9 and 18. RGB value is (245,233,24). Sum of RGB (Red+Green+Blue) = 245+233+24=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 24 (9.77% from 255 or 4.78% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E918 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E918 is #0A16E7. Grayscale: #D5D5D5. Windows color (decimal): -661224 or 1632757. OLE color: 1632757.
HSL color Cylindrical-coordinate representation of color #F5E918: hue angle of 56.74º 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 #F5E918 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 233 | 24 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.04 |
| HSL | 56.74º | 0.92% | 0.53% | - |
| HSV(B) | 56.74º | 0.9% | 0.96% | - |
| XYZ | 66.96 | 77.76 | 12.34 | - |
| YUV | 212.76 | 21.48 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 233 | 24 | 0 | 0.05 | 0.90 | 0.04 | 56.74 | 0.92 | 0.53 |
| Hex | F5 | E9 | 18 | 0 | 5 | 5A | 4 | 39 | 5C | 35 |
| Octal | 365 | 351 | 30 | 0 | 5 | 132 | 4 | 71 | 134 | 65 |
| Binary | 11110101 | 11101001 | 11000 | 0 | 101 | 1011010 | 100 | 111001 | 1011100 | 110101 |
Color Harmonies of #F5E918
Complementary color
Monochromatic Colors of #F5E918
Black with #F5E918
Text Example
Text Example
White with #F5E918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E918; }
p { color: rgb(245,233,24); }
H1.HeaderClassName
{
color: #F5E918;
}
.AnyTagClassName
{
color: #F5E918;
}
</style>
background-color css
<style>
a { background-color: #F5E918; }
a { background-color: rgb(245,233,24); }
div.DivClassName
{
background-color: #F5E918;
}
.BgClassName
{
background-color: #F5E918;
}
</style>
border-color css
<style>
span { border-color: #F5E918; }
span { border-color: rgb(245,233,24); }
td.TdClassName
{
border-color: #F5E918;
}
.TagClassName
{
border-color: #F5E918;
}
</style>