Shades of Lemon #F5E81A
Tints of Lemon #F5E81A
RGB
CMYK
RGB Variations
Color information
#F5E81A (or 0xF5E81A) is known color: Lemon. HEX triplet: F5, E8 and 1A. RGB value is (245,232,26). Sum of RGB (Red+Green+Blue) = 245+232+26=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 26 (10.55% from 255 or 5.17% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E81A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E81A is #0A17E5. Grayscale: #D5D5D5. Windows color (decimal): -661478 or 1763573. OLE color: 1763573.
HSL color Cylindrical-coordinate representation of color #F5E81A: hue angle of 56.44º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5E81A is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 26 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.04 |
| HSL | 56.44º | 0.92% | 0.53% | - |
| HSV(B) | 56.44º | 0.89% | 0.96% | - |
| XYZ | 66.7 | 77.2 | 12.36 | - |
| YUV | 212.4 | 22.81 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 26 | 0 | 0.05 | 0.89 | 0.04 | 56.44 | 0.92 | 0.53 |
| Hex | F5 | E8 | 1A | 0 | 5 | 59 | 4 | 38 | 5C | 35 |
| Octal | 365 | 350 | 32 | 0 | 5 | 131 | 4 | 70 | 134 | 65 |
| Binary | 11110101 | 11101000 | 11010 | 0 | 101 | 1011001 | 100 | 111000 | 1011100 | 110101 |
Color Harmonies of #F5E81A
Complementary color
Monochromatic Colors of #F5E81A
Black with #F5E81A
Text Example
Text Example
White with #F5E81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E81A; }
p { color: rgb(245,232,26); }
H1.HeaderClassName
{
color: #F5E81A;
}
.AnyTagClassName
{
color: #F5E81A;
}
</style>
background-color css
<style>
a { background-color: #F5E81A; }
a { background-color: rgb(245,232,26); }
div.DivClassName
{
background-color: #F5E81A;
}
.BgClassName
{
background-color: #F5E81A;
}
</style>
border-color css
<style>
span { border-color: #F5E81A; }
span { border-color: rgb(245,232,26); }
td.TdClassName
{
border-color: #F5E81A;
}
.TagClassName
{
border-color: #F5E81A;
}
</style>