Shades of Lemon #F7F613
Tints of Lemon #F7F613
RGB
CMYK
RGB Variations
Color information
#F7F613 (or 0xF7F613) is known color: Lemon. HEX triplet: F7, F6 and 13. RGB value is (247,246,19). Sum of RGB (Red+Green+Blue) = 247+246+19=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 19 (7.81% from 255 or 3.71% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F613 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7F613 is #0809EC. Grayscale: #DDDDDD. Windows color (decimal): -526829 or 1308407. OLE color: 1308407.
HSL color Cylindrical-coordinate representation of color #F7F613: hue angle of 59.74º 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 #F7F613 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 246 | 19 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.03 |
| HSL | 59.74º | 0.93% | 0.52% | - |
| HSV(B) | 59.74º | 0.92% | 0.97% | - |
| XYZ | 71.43 | 85.73 | 13.4 | - |
| YUV | 220.42 | 14.33 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 246 | 19 | 0 | 0.00 | 0.92 | 0.03 | 59.74 | 0.93 | 0.52 |
| Hex | F7 | F6 | 13 | 0 | 0 | 5C | 3 | 3C | 5D | 34 |
| Octal | 367 | 366 | 23 | 0 | 0 | 134 | 3 | 74 | 135 | 64 |
| Binary | 11110111 | 11110110 | 10011 | 0 | 0 | 1011100 | 11 | 111100 | 1011101 | 110100 |
Color Harmonies of #F7F613
Complementary color
Monochromatic Colors of #F7F613
Black with #F7F613
Text Example
Text Example
White with #F7F613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F613; }
p { color: rgb(247,246,19); }
H1.HeaderClassName
{
color: #F7F613;
}
.AnyTagClassName
{
color: #F7F613;
}
</style>
background-color css
<style>
a { background-color: #F7F613; }
a { background-color: rgb(247,246,19); }
div.DivClassName
{
background-color: #F7F613;
}
.BgClassName
{
background-color: #F7F613;
}
</style>
border-color css
<style>
span { border-color: #F7F613; }
span { border-color: rgb(247,246,19); }
td.TdClassName
{
border-color: #F7F613;
}
.TagClassName
{
border-color: #F7F613;
}
</style>