Shades of Lemon #F5E814
Tints of Lemon #F5E814
RGB
CMYK
RGB Variations
Color information
#F5E814 (or 0xF5E814) is known color: Lemon. HEX triplet: F5, E8 and 14. RGB value is (245,232,20). Sum of RGB (Red+Green+Blue) = 245+232+20=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 232 (91.02% from 255 or 46.68% from 497); Blue value is 20 (8.20% from 255 or 4.02% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E814 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E814 is #0A17EB. Grayscale: #D4D4D4. Windows color (decimal): -661484 or 1370357. OLE color: 1370357.
HSL color Cylindrical-coordinate representation of color #F5E814: hue angle of 56.53º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5E814 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 20 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.04 |
| HSL | 56.53º | 0.92% | 0.52% | - |
| HSV(B) | 56.53º | 0.92% | 0.96% | - |
| XYZ | 66.64 | 77.18 | 12.05 | - |
| YUV | 211.72 | 19.81 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 20 | 0 | 0.05 | 0.92 | 0.04 | 56.53 | 0.92 | 0.52 |
| Hex | F5 | E8 | 14 | 0 | 5 | 5C | 4 | 39 | 5C | 34 |
| Octal | 365 | 350 | 24 | 0 | 5 | 134 | 4 | 71 | 134 | 64 |
| Binary | 11110101 | 11101000 | 10100 | 0 | 101 | 1011100 | 100 | 111001 | 1011100 | 110100 |
Color Harmonies of #F5E814
Complementary color
Monochromatic Colors of #F5E814
Black with #F5E814
Text Example
Text Example
White with #F5E814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E814; }
p { color: rgb(245,232,20); }
H1.HeaderClassName
{
color: #F5E814;
}
.AnyTagClassName
{
color: #F5E814;
}
</style>
background-color css
<style>
a { background-color: #F5E814; }
a { background-color: rgb(245,232,20); }
div.DivClassName
{
background-color: #F5E814;
}
.BgClassName
{
background-color: #F5E814;
}
</style>
border-color css
<style>
span { border-color: #F5E814; }
span { border-color: rgb(245,232,20); }
td.TdClassName
{
border-color: #F5E814;
}
.TagClassName
{
border-color: #F5E814;
}
</style>