Shades of Lemon #F5E210
Tints of Lemon #F5E210
RGB
CMYK
RGB Variations
Color information
#F5E210 (or 0xF5E210) is known color: Lemon. HEX triplet: F5, E2 and 10. RGB value is (245,226,16). Sum of RGB (Red+Green+Blue) = 245+226+16=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 16 (6.64% from 255 or 3.29% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E210 is #0A1DEF. Grayscale: #D0D0D0. Windows color (decimal): -663024 or 1106677. OLE color: 1106677.
HSL color Cylindrical-coordinate representation of color #F5E210: hue angle of 55.02º 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 #F5E210 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 16 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.04 |
| HSL | 55.02º | 0.92% | 0.51% | - |
| HSV(B) | 55.02º | 0.93% | 0.96% | - |
| XYZ | 64.95 | 73.84 | 11.32 | - |
| YUV | 207.74 | 19.79 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 16 | 0 | 0.08 | 0.93 | 0.04 | 55.02 | 0.92 | 0.51 |
| Hex | F5 | E2 | 10 | 0 | 8 | 5D | 4 | 37 | 5C | 33 |
| Octal | 365 | 342 | 20 | 0 | 10 | 135 | 4 | 67 | 134 | 63 |
| Binary | 11110101 | 11100010 | 10000 | 0 | 1000 | 1011101 | 100 | 110111 | 1011100 | 110011 |
Color Harmonies of #F5E210
Complementary color
Monochromatic Colors of #F5E210
Black with #F5E210
Text Example
Text Example
White with #F5E210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E210; }
p { color: rgb(245,226,16); }
H1.HeaderClassName
{
color: #F5E210;
}
.AnyTagClassName
{
color: #F5E210;
}
</style>
background-color css
<style>
a { background-color: #F5E210; }
a { background-color: rgb(245,226,16); }
div.DivClassName
{
background-color: #F5E210;
}
.BgClassName
{
background-color: #F5E210;
}
</style>
border-color css
<style>
span { border-color: #F5E210; }
span { border-color: rgb(245,226,16); }
td.TdClassName
{
border-color: #F5E210;
}
.TagClassName
{
border-color: #F5E210;
}
</style>