Shades of Lemon #F7F413
Tints of Lemon #F7F413
RGB
CMYK
RGB Variations
Color information
#F7F413 (or 0xF7F413) is known color: Lemon. HEX triplet: F7, F4 and 13. RGB value is (247,244,19). Sum of RGB (Red+Green+Blue) = 247+244+19=510 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.43% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 19 (7.81% from 255 or 3.73% from 510); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F413 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7F413 is #080BEC. Grayscale: #DCDCDC. Windows color (decimal): -527341 or 1307895. OLE color: 1307895.
HSL color Cylindrical-coordinate representation of color #F7F413: hue angle of 59.21º 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 #F7F413 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 244 | 19 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.03 |
| HSL | 59.21º | 0.93% | 0.52% | - |
| HSV(B) | 59.21º | 0.92% | 0.97% | - |
| XYZ | 70.83 | 84.52 | 13.2 | - |
| YUV | 219.25 | 14.99 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 244 | 19 | 0 | 0.01 | 0.92 | 0.03 | 59.21 | 0.93 | 0.52 |
| Hex | F7 | F4 | 13 | 0 | 1 | 5C | 3 | 3B | 5D | 34 |
| Octal | 367 | 364 | 23 | 0 | 1 | 134 | 3 | 73 | 135 | 64 |
| Binary | 11110111 | 11110100 | 10011 | 0 | 1 | 1011100 | 11 | 111011 | 1011101 | 110100 |
Color Harmonies of #F7F413
Complementary color
Monochromatic Colors of #F7F413
Black with #F7F413
Text Example
Text Example
White with #F7F413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F413; }
p { color: rgb(247,244,19); }
H1.HeaderClassName
{
color: #F7F413;
}
.AnyTagClassName
{
color: #F7F413;
}
</style>
background-color css
<style>
a { background-color: #F7F413; }
a { background-color: rgb(247,244,19); }
div.DivClassName
{
background-color: #F7F413;
}
.BgClassName
{
background-color: #F7F413;
}
</style>
border-color css
<style>
span { border-color: #F7F413; }
span { border-color: rgb(247,244,19); }
td.TdClassName
{
border-color: #F7F413;
}
.TagClassName
{
border-color: #F7F413;
}
</style>