Shades of Lemon #F5E10E
Tints of Lemon #F5E10E
RGB
CMYK
RGB Variations
Color information
#F5E10E (or 0xF5E10E) is known color: Lemon. HEX triplet: F5, E1 and 0E. RGB value is (245,225,14). Sum of RGB (Red+Green+Blue) = 245+225+14=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 14 (5.86% from 255 or 2.89% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E10E is #0A1EF1. Grayscale: #CFCFCF. Windows color (decimal): -663282 or 975349. OLE color: 975349.
HSL color Cylindrical-coordinate representation of color #F5E10E: hue angle of 54.81º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5E10E is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 225 | 14 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.04 |
| HSL | 54.81º | 0.92% | 0.51% | - |
| HSV(B) | 54.81º | 0.94% | 0.96% | - |
| XYZ | 64.66 | 73.29 | 11.15 | - |
| YUV | 206.93 | 19.13 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 225 | 14 | 0 | 0.08 | 0.94 | 0.04 | 54.81 | 0.92 | 0.51 |
| Hex | F5 | E1 | E | 0 | 8 | 5E | 4 | 37 | 5C | 33 |
| Octal | 365 | 341 | 16 | 0 | 10 | 136 | 4 | 67 | 134 | 63 |
| Binary | 11110101 | 11100001 | 1110 | 0 | 1000 | 1011110 | 100 | 110111 | 1011100 | 110011 |
Color Harmonies of #F5E10E
Complementary color
Monochromatic Colors of #F5E10E
Black with #F5E10E
Text Example
Text Example
White with #F5E10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E10E; }
p { color: rgb(245,225,14); }
H1.HeaderClassName
{
color: #F5E10E;
}
.AnyTagClassName
{
color: #F5E10E;
}
</style>
background-color css
<style>
a { background-color: #F5E10E; }
a { background-color: rgb(245,225,14); }
div.DivClassName
{
background-color: #F5E10E;
}
.BgClassName
{
background-color: #F5E10E;
}
</style>
border-color css
<style>
span { border-color: #F5E10E; }
span { border-color: rgb(245,225,14); }
td.TdClassName
{
border-color: #F5E10E;
}
.TagClassName
{
border-color: #F5E10E;
}
</style>