Shades of Lemon #F7E110
Tints of Lemon #F7E110
RGB
CMYK
RGB Variations
Color information
#F7E110 (or 0xF7E110) is known color: Lemon. HEX triplet: F7, E1 and 10. RGB value is (247,225,16). Sum of RGB (Red+Green+Blue) = 247+225+16=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 16 (6.64% from 255 or 3.28% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7E110 is #081EEF. Grayscale: #D0D0D0. Windows color (decimal): -532208 or 1106423. OLE color: 1106423.
HSL color Cylindrical-coordinate representation of color #F7E110: hue angle of 54.29º 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 #F7E110 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 225 | 16 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.03 |
| HSL | 54.29º | 0.94% | 0.52% | - |
| HSV(B) | 54.29º | 0.94% | 0.97% | - |
| XYZ | 65.38 | 73.66 | 11.26 | - |
| YUV | 207.75 | 19.79 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 225 | 16 | 0 | 0.09 | 0.94 | 0.03 | 54.29 | 0.94 | 0.52 |
| Hex | F7 | E1 | 10 | 0 | 9 | 5E | 3 | 36 | 5E | 34 |
| Octal | 367 | 341 | 20 | 0 | 11 | 136 | 3 | 66 | 136 | 64 |
| Binary | 11110111 | 11100001 | 10000 | 0 | 1001 | 1011110 | 11 | 110110 | 1011110 | 110100 |
Color Harmonies of #F7E110
Complementary color
Monochromatic Colors of #F7E110
Black with #F7E110
Text Example
Text Example
White with #F7E110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E110; }
p { color: rgb(247,225,16); }
H1.HeaderClassName
{
color: #F7E110;
}
.AnyTagClassName
{
color: #F7E110;
}
</style>
background-color css
<style>
a { background-color: #F7E110; }
a { background-color: rgb(247,225,16); }
div.DivClassName
{
background-color: #F7E110;
}
.BgClassName
{
background-color: #F7E110;
}
</style>
border-color css
<style>
span { border-color: #F7E110; }
span { border-color: rgb(247,225,16); }
td.TdClassName
{
border-color: #F7E110;
}
.TagClassName
{
border-color: #F7E110;
}
</style>