Shades of Lemon #F7E014
Tints of Lemon #F7E014
RGB
CMYK
RGB Variations
Color information
#F7E014 (or 0xF7E014) is known color: Lemon. HEX triplet: F7, E0 and 14. RGB value is (247,224,20). Sum of RGB (Red+Green+Blue) = 247+224+20=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 20 (8.20% from 255 or 4.07% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7E014 is #081FEB. Grayscale: #D0D0D0. Windows color (decimal): -532460 or 1368311. OLE color: 1368311.
HSL color Cylindrical-coordinate representation of color #F7E014: hue angle of 53.92º 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 #F7E014 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 224 | 20 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.03 |
| HSL | 53.92º | 0.93% | 0.52% | - |
| HSV(B) | 53.92º | 0.92% | 0.97% | - |
| XYZ | 65.14 | 73.14 | 11.35 | - |
| YUV | 207.62 | 22.12 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 224 | 20 | 0 | 0.09 | 0.92 | 0.03 | 53.92 | 0.93 | 0.52 |
| Hex | F7 | E0 | 14 | 0 | 9 | 5C | 3 | 36 | 5D | 34 |
| Octal | 367 | 340 | 24 | 0 | 11 | 134 | 3 | 66 | 135 | 64 |
| Binary | 11110111 | 11100000 | 10100 | 0 | 1001 | 1011100 | 11 | 110110 | 1011101 | 110100 |
Color Harmonies of #F7E014
Complementary color
Monochromatic Colors of #F7E014
Black with #F7E014
Text Example
Text Example
White with #F7E014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E014; }
p { color: rgb(247,224,20); }
H1.HeaderClassName
{
color: #F7E014;
}
.AnyTagClassName
{
color: #F7E014;
}
</style>
background-color css
<style>
a { background-color: #F7E014; }
a { background-color: rgb(247,224,20); }
div.DivClassName
{
background-color: #F7E014;
}
.BgClassName
{
background-color: #F7E014;
}
</style>
border-color css
<style>
span { border-color: #F7E014; }
span { border-color: rgb(247,224,20); }
td.TdClassName
{
border-color: #F7E014;
}
.TagClassName
{
border-color: #F7E014;
}
</style>