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