Shades of Lemon #F5E110
Tints of Lemon #F5E110
RGB
CMYK
RGB Variations
Color information
#F5E110 (or 0xF5E110) is known color: Lemon. HEX triplet: F5, E1 and 10. RGB value is (245,225,16). Sum of RGB (Red+Green+Blue) = 245+225+16=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 16 (6.64% from 255 or 3.29% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E110 is #0A1EEF. Grayscale: #D0D0D0. Windows color (decimal): -663280 or 1106421. OLE color: 1106421.
HSL color Cylindrical-coordinate representation of color #F5E110: hue angle of 54.76º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5E110 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 225 | 16 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.04 |
| HSL | 54.76º | 0.92% | 0.51% | - |
| HSV(B) | 54.76º | 0.93% | 0.96% | - |
| XYZ | 64.67 | 73.3 | 11.23 | - |
| YUV | 207.15 | 20.13 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 225 | 16 | 0 | 0.08 | 0.93 | 0.04 | 54.76 | 0.92 | 0.51 |
| Hex | F5 | E1 | 10 | 0 | 8 | 5D | 4 | 37 | 5C | 33 |
| Octal | 365 | 341 | 20 | 0 | 10 | 135 | 4 | 67 | 134 | 63 |
| Binary | 11110101 | 11100001 | 10000 | 0 | 1000 | 1011101 | 100 | 110111 | 1011100 | 110011 |
Color Harmonies of #F5E110
Complementary color
Monochromatic Colors of #F5E110
Black with #F5E110
Text Example
Text Example
White with #F5E110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E110; }
p { color: rgb(245,225,16); }
H1.HeaderClassName
{
color: #F5E110;
}
.AnyTagClassName
{
color: #F5E110;
}
</style>
background-color css
<style>
a { background-color: #F5E110; }
a { background-color: rgb(245,225,16); }
div.DivClassName
{
background-color: #F5E110;
}
.BgClassName
{
background-color: #F5E110;
}
</style>
border-color css
<style>
span { border-color: #F5E110; }
span { border-color: rgb(245,225,16); }
td.TdClassName
{
border-color: #F5E110;
}
.TagClassName
{
border-color: #F5E110;
}
</style>