Shades of Lemon #F7E114
Tints of Lemon #F7E114
RGB
CMYK
RGB Variations
Color information
#F7E114 (or 0xF7E114) is known color: Lemon. HEX triplet: F7, E1 and 14. RGB value is (247,225,20). Sum of RGB (Red+Green+Blue) = 247+225+20=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 20 (8.20% from 255 or 4.07% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7E114 is #081EEB. Grayscale: #D1D1D1. Windows color (decimal): -532204 or 1368567. OLE color: 1368567.
HSL color Cylindrical-coordinate representation of color #F7E114: hue angle of 54.19º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F7E114 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 225 | 20 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.03 |
| HSL | 54.19º | 0.93% | 0.52% | - |
| HSV(B) | 54.19º | 0.92% | 0.97% | - |
| XYZ | 65.41 | 73.68 | 11.44 | - |
| YUV | 208.21 | 21.79 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 225 | 20 | 0 | 0.09 | 0.92 | 0.03 | 54.19 | 0.93 | 0.52 |
| Hex | F7 | E1 | 14 | 0 | 9 | 5C | 3 | 36 | 5D | 34 |
| Octal | 367 | 341 | 24 | 0 | 11 | 134 | 3 | 66 | 135 | 64 |
| Binary | 11110111 | 11100001 | 10100 | 0 | 1001 | 1011100 | 11 | 110110 | 1011101 | 110100 |
Color Harmonies of #F7E114
Complementary color
Monochromatic Colors of #F7E114
Black with #F7E114
Text Example
Text Example
White with #F7E114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E114; }
p { color: rgb(247,225,20); }
H1.HeaderClassName
{
color: #F7E114;
}
.AnyTagClassName
{
color: #F7E114;
}
</style>
background-color css
<style>
a { background-color: #F7E114; }
a { background-color: rgb(247,225,20); }
div.DivClassName
{
background-color: #F7E114;
}
.BgClassName
{
background-color: #F7E114;
}
</style>
border-color css
<style>
span { border-color: #F7E114; }
span { border-color: rgb(247,225,20); }
td.TdClassName
{
border-color: #F7E114;
}
.TagClassName
{
border-color: #F7E114;
}
</style>