Shades of Lemon #F5E51B
Tints of Lemon #F5E51B
RGB
CMYK
RGB Variations
Color information
#F5E51B (or 0xF5E51B) is known color: Lemon. HEX triplet: F5, E5 and 1B. RGB value is (245,229,27). Sum of RGB (Red+Green+Blue) = 245+229+27=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 27 (10.94% from 255 or 5.39% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E51B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E51B is #0A1AE4. Grayscale: #D3D3D3. Windows color (decimal): -662245 or 1828341. OLE color: 1828341.
HSL color Cylindrical-coordinate representation of color #F5E51B: hue angle of 55.6º 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 #F5E51B is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 27 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.04 |
| HSL | 55.6º | 0.92% | 0.53% | - |
| HSV(B) | 55.6º | 0.89% | 0.96% | - |
| XYZ | 65.87 | 75.53 | 12.14 | - |
| YUV | 210.76 | 24.3 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 27 | 0 | 0.07 | 0.89 | 0.04 | 55.6 | 0.92 | 0.53 |
| Hex | F5 | E5 | 1B | 0 | 7 | 59 | 4 | 38 | 5C | 35 |
| Octal | 365 | 345 | 33 | 0 | 7 | 131 | 4 | 70 | 134 | 65 |
| Binary | 11110101 | 11100101 | 11011 | 0 | 111 | 1011001 | 100 | 111000 | 1011100 | 110101 |
Color Harmonies of #F5E51B
Complementary color
Monochromatic Colors of #F5E51B
Black with #F5E51B
Text Example
Text Example
White with #F5E51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E51B; }
p { color: rgb(245,229,27); }
H1.HeaderClassName
{
color: #F5E51B;
}
.AnyTagClassName
{
color: #F5E51B;
}
</style>
background-color css
<style>
a { background-color: #F5E51B; }
a { background-color: rgb(245,229,27); }
div.DivClassName
{
background-color: #F5E51B;
}
.BgClassName
{
background-color: #F5E51B;
}
</style>
border-color css
<style>
span { border-color: #F5E51B; }
span { border-color: rgb(245,229,27); }
td.TdClassName
{
border-color: #F5E51B;
}
.TagClassName
{
border-color: #F5E51B;
}
</style>