Shades of Lemon #F7E716
Tints of Lemon #F7E716
RGB
CMYK
RGB Variations
Color information
#F7E716 (or 0xF7E716) is known color: Lemon. HEX triplet: F7, E7 and 16. RGB value is (247,231,22). Sum of RGB (Red+Green+Blue) = 247+231+22=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 22 (8.98% from 255 or 4.4% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E716 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7E716 is #0818E9. Grayscale: #D4D4D4. Windows color (decimal): -530666 or 1501175. OLE color: 1501175.
HSL color Cylindrical-coordinate representation of color #F7E716: hue angle of 55.73º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7E716 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 231 | 22 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.03 |
| HSL | 55.73º | 0.93% | 0.53% | - |
| HSV(B) | 55.73º | 0.91% | 0.97% | - |
| XYZ | 67.08 | 76.98 | 12.08 | - |
| YUV | 211.96 | 20.8 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 231 | 22 | 0 | 0.06 | 0.91 | 0.03 | 55.73 | 0.93 | 0.53 |
| Hex | F7 | E7 | 16 | 0 | 6 | 5B | 3 | 38 | 5D | 35 |
| Octal | 367 | 347 | 26 | 0 | 6 | 133 | 3 | 70 | 135 | 65 |
| Binary | 11110111 | 11100111 | 10110 | 0 | 110 | 1011011 | 11 | 111000 | 1011101 | 110101 |
Color Harmonies of #F7E716
Complementary color
Monochromatic Colors of #F7E716
Black with #F7E716
Text Example
Text Example
White with #F7E716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E716; }
p { color: rgb(247,231,22); }
H1.HeaderClassName
{
color: #F7E716;
}
.AnyTagClassName
{
color: #F7E716;
}
</style>
background-color css
<style>
a { background-color: #F7E716; }
a { background-color: rgb(247,231,22); }
div.DivClassName
{
background-color: #F7E716;
}
.BgClassName
{
background-color: #F7E716;
}
</style>
border-color css
<style>
span { border-color: #F7E716; }
span { border-color: rgb(247,231,22); }
td.TdClassName
{
border-color: #F7E716;
}
.TagClassName
{
border-color: #F7E716;
}
</style>