Shades of Lemon #F5F617
Tints of Lemon #F5F617
RGB
CMYK
RGB Variations
Color information
#F5F617 (or 0xF5F617) is known color: Lemon. HEX triplet: F5, F6 and 17. RGB value is (245,246,23). Sum of RGB (Red+Green+Blue) = 245+246+23=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 23 (9.38% from 255 or 4.47% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F617 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F617 is #0A09E8. Grayscale: #DDDDDD. Windows color (decimal): -657897 or 1570549. OLE color: 1570549.
HSL color Cylindrical-coordinate representation of color #F5F617: hue angle of 60.27º degrees, saturation: 0.93, 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 #F5F617 is Cyan = 0.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 246 | 23 | - |
| CMYK | 0.00 | 0 | 0.91 | 0.04 |
| HSL | 60.27º | 0.93% | 0.53% | - |
| HSV(B) | 60.27º | 0.91% | 0.96% | - |
| XYZ | 70.77 | 85.39 | 13.56 | - |
| YUV | 220.28 | 16.67 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 246 | 23 | 0.00 | 0 | 0.91 | 0.04 | 60.27 | 0.93 | 0.53 |
| Hex | F5 | F6 | 17 | 0 | 0 | 5B | 4 | 3C | 5D | 35 |
| Octal | 365 | 366 | 27 | 0 | 0 | 133 | 4 | 74 | 135 | 65 |
| Binary | 11110101 | 11110110 | 10111 | 0 | 0 | 1011011 | 100 | 111100 | 1011101 | 110101 |
Color Harmonies of #F5F617
Complementary color
Monochromatic Colors of #F5F617
Black with #F5F617
Text Example
Text Example
White with #F5F617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F617; }
p { color: rgb(245,246,23); }
H1.HeaderClassName
{
color: #F5F617;
}
.AnyTagClassName
{
color: #F5F617;
}
</style>
background-color css
<style>
a { background-color: #F5F617; }
a { background-color: rgb(245,246,23); }
div.DivClassName
{
background-color: #F5F617;
}
.BgClassName
{
background-color: #F5F617;
}
</style>
border-color css
<style>
span { border-color: #F5F617; }
span { border-color: rgb(245,246,23); }
td.TdClassName
{
border-color: #F5F617;
}
.TagClassName
{
border-color: #F5F617;
}
</style>