Shades of Lemon #F5E916
Tints of Lemon #F5E916
RGB
CMYK
RGB Variations
Color information
#F5E916 (or 0xF5E916) is known color: Lemon. HEX triplet: F5, E9 and 16. RGB value is (245,233,22). Sum of RGB (Red+Green+Blue) = 245+233+22=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 233 (91.41% from 255 or 46.6% from 500); Blue value is 22 (8.98% from 255 or 4.4% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E916 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E916 is #0A16E9. Grayscale: #D5D5D5. Windows color (decimal): -661226 or 1501685. OLE color: 1501685.
HSL color Cylindrical-coordinate representation of color #F5E916: hue angle of 56.77º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5E916 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 233 | 22 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.04 |
| HSL | 56.77º | 0.92% | 0.52% | - |
| HSV(B) | 56.77º | 0.91% | 0.96% | - |
| XYZ | 66.94 | 77.75 | 12.24 | - |
| YUV | 212.53 | 20.48 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 233 | 22 | 0 | 0.05 | 0.91 | 0.04 | 56.77 | 0.92 | 0.52 |
| Hex | F5 | E9 | 16 | 0 | 5 | 5B | 4 | 39 | 5C | 34 |
| Octal | 365 | 351 | 26 | 0 | 5 | 133 | 4 | 71 | 134 | 64 |
| Binary | 11110101 | 11101001 | 10110 | 0 | 101 | 1011011 | 100 | 111001 | 1011100 | 110100 |
Color Harmonies of #F5E916
Complementary color
Monochromatic Colors of #F5E916
Black with #F5E916
Text Example
Text Example
White with #F5E916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E916; }
p { color: rgb(245,233,22); }
H1.HeaderClassName
{
color: #F5E916;
}
.AnyTagClassName
{
color: #F5E916;
}
</style>
background-color css
<style>
a { background-color: #F5E916; }
a { background-color: rgb(245,233,22); }
div.DivClassName
{
background-color: #F5E916;
}
.BgClassName
{
background-color: #F5E916;
}
</style>
border-color css
<style>
span { border-color: #F5E916; }
span { border-color: rgb(245,233,22); }
td.TdClassName
{
border-color: #F5E916;
}
.TagClassName
{
border-color: #F5E916;
}
</style>