Shades of Lemon #F5E817
Tints of Lemon #F5E817
RGB
CMYK
RGB Variations
Color information
#F5E817 (or 0xF5E817) is known color: Lemon. HEX triplet: F5, E8 and 17. RGB value is (245,232,23). Sum of RGB (Red+Green+Blue) = 245+232+23=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 232 (91.02% from 255 or 46.4% from 500); Blue value is 23 (9.38% from 255 or 4.6% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E817 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E817 is #0A17E8. Grayscale: #D4D4D4. Windows color (decimal): -661481 or 1566965. OLE color: 1566965.
HSL color Cylindrical-coordinate representation of color #F5E817: hue angle of 56.49º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5E817 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 23 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.04 |
| HSL | 56.49º | 0.92% | 0.53% | - |
| HSV(B) | 56.49º | 0.91% | 0.96% | - |
| XYZ | 66.67 | 77.19 | 12.2 | - |
| YUV | 212.06 | 21.31 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 23 | 0 | 0.05 | 0.91 | 0.04 | 56.49 | 0.92 | 0.53 |
| Hex | F5 | E8 | 17 | 0 | 5 | 5B | 4 | 38 | 5C | 35 |
| Octal | 365 | 350 | 27 | 0 | 5 | 133 | 4 | 70 | 134 | 65 |
| Binary | 11110101 | 11101000 | 10111 | 0 | 101 | 1011011 | 100 | 111000 | 1011100 | 110101 |
Color Harmonies of #F5E817
Complementary color
Monochromatic Colors of #F5E817
Black with #F5E817
Text Example
Text Example
White with #F5E817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E817; }
p { color: rgb(245,232,23); }
H1.HeaderClassName
{
color: #F5E817;
}
.AnyTagClassName
{
color: #F5E817;
}
</style>
background-color css
<style>
a { background-color: #F5E817; }
a { background-color: rgb(245,232,23); }
div.DivClassName
{
background-color: #F5E817;
}
.BgClassName
{
background-color: #F5E817;
}
</style>
border-color css
<style>
span { border-color: #F5E817; }
span { border-color: rgb(245,232,23); }
td.TdClassName
{
border-color: #F5E817;
}
.TagClassName
{
border-color: #F5E817;
}
</style>