Shades of Lemon #F5E50B
Tints of Lemon #F5E50B
RGB
CMYK
RGB Variations
Color information
#F5E50B (or 0xF5E50B) is known color: Lemon. HEX triplet: F5, E5 and 0B. RGB value is (245,229,11). Sum of RGB (Red+Green+Blue) = 245+229+11=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 11 (4.69% from 255 or 2.27% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E50B is #0A1AF4. Grayscale: #D1D1D1. Windows color (decimal): -662261 or 779765. OLE color: 779765.
HSL color Cylindrical-coordinate representation of color #F5E50B: hue angle of 55.9º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5E50B is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 11 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.04 |
| HSL | 55.9º | 0.92% | 0.5% | - |
| HSV(B) | 55.9º | 0.96% | 0.96% | - |
| XYZ | 65.74 | 75.48 | 11.42 | - |
| YUV | 208.93 | 16.3 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 11 | 0 | 0.07 | 0.96 | 0.04 | 55.9 | 0.92 | 0.5 |
| Hex | F5 | E5 | B | 0 | 7 | 60 | 4 | 38 | 5C | 32 |
| Octal | 365 | 345 | 13 | 0 | 7 | 140 | 4 | 70 | 134 | 62 |
| Binary | 11110101 | 11100101 | 1011 | 0 | 111 | 1100000 | 100 | 111000 | 1011100 | 110010 |
Color Harmonies of #F5E50B
Complementary color
Monochromatic Colors of #F5E50B
Black with #F5E50B
Text Example
Text Example
White with #F5E50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E50B; }
p { color: rgb(245,229,11); }
H1.HeaderClassName
{
color: #F5E50B;
}
.AnyTagClassName
{
color: #F5E50B;
}
</style>
background-color css
<style>
a { background-color: #F5E50B; }
a { background-color: rgb(245,229,11); }
div.DivClassName
{
background-color: #F5E50B;
}
.BgClassName
{
background-color: #F5E50B;
}
</style>
border-color css
<style>
span { border-color: #F5E50B; }
span { border-color: rgb(245,229,11); }
td.TdClassName
{
border-color: #F5E50B;
}
.TagClassName
{
border-color: #F5E50B;
}
</style>