Shades of Lemon #F7E413
Tints of Lemon #F7E413
RGB
CMYK
RGB Variations
Color information
#F7E413 (or 0xF7E413) is known color: Lemon. HEX triplet: F7, E4 and 13. RGB value is (247,228,19). Sum of RGB (Red+Green+Blue) = 247+228+19=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 19 (7.81% from 255 or 3.85% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7E413 is #081BEC. Grayscale: #D2D2D2. Windows color (decimal): -531437 or 1303799. OLE color: 1303799.
HSL color Cylindrical-coordinate representation of color #F7E413: hue angle of 55º 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 #F7E413 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 228 | 19 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.03 |
| HSL | 55º | 0.93% | 0.52% | - |
| HSV(B) | 55º | 0.92% | 0.97% | - |
| XYZ | 66.22 | 75.31 | 11.66 | - |
| YUV | 209.86 | 20.29 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 228 | 19 | 0 | 0.08 | 0.92 | 0.03 | 55 | 0.93 | 0.52 |
| Hex | F7 | E4 | 13 | 0 | 8 | 5C | 3 | 37 | 5D | 34 |
| Octal | 367 | 344 | 23 | 0 | 10 | 134 | 3 | 67 | 135 | 64 |
| Binary | 11110111 | 11100100 | 10011 | 0 | 1000 | 1011100 | 11 | 110111 | 1011101 | 110100 |
Color Harmonies of #F7E413
Complementary color
Monochromatic Colors of #F7E413
Black with #F7E413
Text Example
Text Example
White with #F7E413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E413; }
p { color: rgb(247,228,19); }
H1.HeaderClassName
{
color: #F7E413;
}
.AnyTagClassName
{
color: #F7E413;
}
</style>
background-color css
<style>
a { background-color: #F7E413; }
a { background-color: rgb(247,228,19); }
div.DivClassName
{
background-color: #F7E413;
}
.BgClassName
{
background-color: #F7E413;
}
</style>
border-color css
<style>
span { border-color: #F7E413; }
span { border-color: rgb(247,228,19); }
td.TdClassName
{
border-color: #F7E413;
}
.TagClassName
{
border-color: #F7E413;
}
</style>