Shades of Lemon #F5E719
Tints of Lemon #F5E719
RGB
CMYK
RGB Variations
Color information
#F5E719 (or 0xF5E719) is known color: Lemon. HEX triplet: F5, E7 and 19. RGB value is (245,231,25). Sum of RGB (Red+Green+Blue) = 245+231+25=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 25 (10.16% from 255 or 4.99% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E719 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E719 is #0A18E6. Grayscale: #D4D4D4. Windows color (decimal): -661735 or 1697781. OLE color: 1697781.
HSL color Cylindrical-coordinate representation of color #F5E719: hue angle of 56.18º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F5E719 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 231 | 25 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.04 |
| HSL | 56.18º | 0.92% | 0.53% | - |
| HSV(B) | 56.18º | 0.9% | 0.96% | - |
| XYZ | 66.41 | 76.63 | 12.21 | - |
| YUV | 211.7 | 22.64 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 231 | 25 | 0 | 0.06 | 0.90 | 0.04 | 56.18 | 0.92 | 0.53 |
| Hex | F5 | E7 | 19 | 0 | 6 | 5A | 4 | 38 | 5C | 35 |
| Octal | 365 | 347 | 31 | 0 | 6 | 132 | 4 | 70 | 134 | 65 |
| Binary | 11110101 | 11100111 | 11001 | 0 | 110 | 1011010 | 100 | 111000 | 1011100 | 110101 |
Color Harmonies of #F5E719
Complementary color
Monochromatic Colors of #F5E719
Black with #F5E719
Text Example
Text Example
White with #F5E719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E719; }
p { color: rgb(245,231,25); }
H1.HeaderClassName
{
color: #F5E719;
}
.AnyTagClassName
{
color: #F5E719;
}
</style>
background-color css
<style>
a { background-color: #F5E719; }
a { background-color: rgb(245,231,25); }
div.DivClassName
{
background-color: #F5E719;
}
.BgClassName
{
background-color: #F5E719;
}
</style>
border-color css
<style>
span { border-color: #F5E719; }
span { border-color: rgb(245,231,25); }
td.TdClassName
{
border-color: #F5E719;
}
.TagClassName
{
border-color: #F5E719;
}
</style>