Shades of Lemon #F7E412
Tints of Lemon #F7E412
RGB
CMYK
RGB Variations
Color information
#F7E412 (or 0xF7E412) is known color: Lemon. HEX triplet: F7, E4 and 12. RGB value is (247,228,18). Sum of RGB (Red+Green+Blue) = 247+228+18=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 18 (7.42% from 255 or 3.65% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7E412 is #081BED. Grayscale: #D2D2D2. Windows color (decimal): -531438 or 1238263. OLE color: 1238263.
HSL color Cylindrical-coordinate representation of color #F7E412: hue angle of 55.02º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F7E412 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 228 | 18 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.03 |
| HSL | 55.02º | 0.93% | 0.52% | - |
| HSV(B) | 55.02º | 0.93% | 0.97% | - |
| XYZ | 66.21 | 75.3 | 11.62 | - |
| YUV | 209.74 | 19.79 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 228 | 18 | 0 | 0.08 | 0.93 | 0.03 | 55.02 | 0.93 | 0.52 |
| Hex | F7 | E4 | 12 | 0 | 8 | 5D | 3 | 37 | 5D | 34 |
| Octal | 367 | 344 | 22 | 0 | 10 | 135 | 3 | 67 | 135 | 64 |
| Binary | 11110111 | 11100100 | 10010 | 0 | 1000 | 1011101 | 11 | 110111 | 1011101 | 110100 |
Color Harmonies of #F7E412
Complementary color
Monochromatic Colors of #F7E412
Black with #F7E412
Text Example
Text Example
White with #F7E412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E412; }
p { color: rgb(247,228,18); }
H1.HeaderClassName
{
color: #F7E412;
}
.AnyTagClassName
{
color: #F7E412;
}
</style>
background-color css
<style>
a { background-color: #F7E412; }
a { background-color: rgb(247,228,18); }
div.DivClassName
{
background-color: #F7E412;
}
.BgClassName
{
background-color: #F7E412;
}
</style>
border-color css
<style>
span { border-color: #F7E412; }
span { border-color: rgb(247,228,18); }
td.TdClassName
{
border-color: #F7E412;
}
.TagClassName
{
border-color: #F7E412;
}
</style>