Shades of Lemon #F5E717
Tints of Lemon #F5E717
RGB
CMYK
RGB Variations
Color information
#F5E717 (or 0xF5E717) is known color: Lemon. HEX triplet: F5, E7 and 17. RGB value is (245,231,23). Sum of RGB (Red+Green+Blue) = 245+231+23=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 23 (9.38% from 255 or 4.61% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E717 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E717 is #0A18E8. Grayscale: #D4D4D4. Windows color (decimal): -661737 or 1566709. OLE color: 1566709.
HSL color Cylindrical-coordinate representation of color #F5E717: hue angle of 56.22º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5E717 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 231 | 23 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.04 |
| HSL | 56.22º | 0.92% | 0.53% | - |
| HSV(B) | 56.22º | 0.91% | 0.96% | - |
| XYZ | 66.39 | 76.63 | 12.1 | - |
| YUV | 211.47 | 21.64 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 231 | 23 | 0 | 0.06 | 0.91 | 0.04 | 56.22 | 0.92 | 0.53 |
| Hex | F5 | E7 | 17 | 0 | 6 | 5B | 4 | 38 | 5C | 35 |
| Octal | 365 | 347 | 27 | 0 | 6 | 133 | 4 | 70 | 134 | 65 |
| Binary | 11110101 | 11100111 | 10111 | 0 | 110 | 1011011 | 100 | 111000 | 1011100 | 110101 |
Color Harmonies of #F5E717
Complementary color
Monochromatic Colors of #F5E717
Black with #F5E717
Text Example
Text Example
White with #F5E717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E717; }
p { color: rgb(245,231,23); }
H1.HeaderClassName
{
color: #F5E717;
}
.AnyTagClassName
{
color: #F5E717;
}
</style>
background-color css
<style>
a { background-color: #F5E717; }
a { background-color: rgb(245,231,23); }
div.DivClassName
{
background-color: #F5E717;
}
.BgClassName
{
background-color: #F5E717;
}
</style>
border-color css
<style>
span { border-color: #F5E717; }
span { border-color: rgb(245,231,23); }
td.TdClassName
{
border-color: #F5E717;
}
.TagClassName
{
border-color: #F5E717;
}
</style>