Shades of Lemon #F5E81F
Tints of Lemon #F5E81F
RGB
CMYK
RGB Variations
Color information
#F5E81F (or 0xF5E81F) is known color: Lemon. HEX triplet: F5, E8 and 1F. RGB value is (245,232,31). Sum of RGB (Red+Green+Blue) = 245+232+31=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 232 (91.02% from 255 or 45.67% from 508); Blue value is 31 (12.5% from 255 or 6.10% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E81F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E81F is #0A17E0. Grayscale: #D5D5D5. Windows color (decimal): -661473 or 2091253. OLE color: 2091253.
HSL color Cylindrical-coordinate representation of color #F5E81F: hue angle of 56.36º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5E81F is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 31 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.04 |
| HSL | 56.36º | 0.91% | 0.54% | - |
| HSV(B) | 56.36º | 0.87% | 0.96% | - |
| XYZ | 66.76 | 77.22 | 12.68 | - |
| YUV | 212.97 | 25.31 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 31 | 0 | 0.05 | 0.87 | 0.04 | 56.36 | 0.91 | 0.54 |
| Hex | F5 | E8 | 1F | 0 | 5 | 57 | 4 | 38 | 5B | 36 |
| Octal | 365 | 350 | 37 | 0 | 5 | 127 | 4 | 70 | 133 | 66 |
| Binary | 11110101 | 11101000 | 11111 | 0 | 101 | 1010111 | 100 | 111000 | 1011011 | 110110 |
Color Harmonies of #F5E81F
Complementary color
Monochromatic Colors of #F5E81F
Black with #F5E81F
Text Example
Text Example
White with #F5E81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E81F; }
p { color: rgb(245,232,31); }
H1.HeaderClassName
{
color: #F5E81F;
}
.AnyTagClassName
{
color: #F5E81F;
}
</style>
background-color css
<style>
a { background-color: #F5E81F; }
a { background-color: rgb(245,232,31); }
div.DivClassName
{
background-color: #F5E81F;
}
.BgClassName
{
background-color: #F5E81F;
}
</style>
border-color css
<style>
span { border-color: #F5E81F; }
span { border-color: rgb(245,232,31); }
td.TdClassName
{
border-color: #F5E81F;
}
.TagClassName
{
border-color: #F5E81F;
}
</style>