Shades of Lemon #F5F710
Tints of Lemon #F5F710
RGB
CMYK
RGB Variations
Color information
#F5F710 (or 0xF5F710) is known color: Lemon. HEX triplet: F5, F7 and 10. RGB value is (245,247,16). Sum of RGB (Red+Green+Blue) = 245+247+16=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 16 (6.64% from 255 or 3.15% from 508); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F710 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F710 is #0A08EF. Grayscale: #DCDCDC. Windows color (decimal): -657648 or 1112053. OLE color: 1112053.
HSL color Cylindrical-coordinate representation of color #F5F710: hue angle of 60.52º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5F710 is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 247 | 16 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.03 |
| HSL | 60.52º | 0.94% | 0.52% | - |
| HSV(B) | 60.52º | 0.94% | 0.97% | - |
| XYZ | 71.01 | 85.97 | 13.34 | - |
| YUV | 220.07 | 12.84 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 247 | 16 | 0.01 | 0 | 0.94 | 0.03 | 60.52 | 0.94 | 0.52 |
| Hex | F5 | F7 | 10 | 1 | 0 | 5E | 3 | 3D | 5E | 34 |
| Octal | 365 | 367 | 20 | 1 | 0 | 136 | 3 | 75 | 136 | 64 |
| Binary | 11110101 | 11110111 | 10000 | 1 | 0 | 1011110 | 11 | 111101 | 1011110 | 110100 |
Color Harmonies of #F5F710
Complementary color
Monochromatic Colors of #F5F710
Black with #F5F710
Text Example
Text Example
White with #F5F710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F710; }
p { color: rgb(245,247,16); }
H1.HeaderClassName
{
color: #F5F710;
}
.AnyTagClassName
{
color: #F5F710;
}
</style>
background-color css
<style>
a { background-color: #F5F710; }
a { background-color: rgb(245,247,16); }
div.DivClassName
{
background-color: #F5F710;
}
.BgClassName
{
background-color: #F5F710;
}
</style>
border-color css
<style>
span { border-color: #F5F710; }
span { border-color: rgb(245,247,16); }
td.TdClassName
{
border-color: #F5F710;
}
.TagClassName
{
border-color: #F5F710;
}
</style>