Shades of Lemon #F7F008
Tints of Lemon #F7F008
RGB
CMYK
RGB Variations
Color information
#F7F008 (or 0xF7F008) is known color: Lemon. HEX triplet: F7, F0 and 08. RGB value is (247,240,8). Sum of RGB (Red+Green+Blue) = 247+240+8=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 8 (3.52% from 255 or 1.62% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F008 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7F008 is #080FF7. Grayscale: #D8D8D8. Windows color (decimal): -528376 or 585975. OLE color: 585975.
HSL color Cylindrical-coordinate representation of color #F7F008: hue angle of 58.24º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F7F008 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 8 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.03 |
| HSL | 58.24º | 0.94% | 0.5% | - |
| HSV(B) | 58.24º | 0.97% | 0.97% | - |
| XYZ | 69.56 | 82.11 | 12.41 | - |
| YUV | 215.65 | 10.82 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 8 | 0 | 0.03 | 0.97 | 0.03 | 58.24 | 0.94 | 0.5 |
| Hex | F7 | F0 | 8 | 0 | 3 | 61 | 3 | 3A | 5E | 32 |
| Octal | 367 | 360 | 10 | 0 | 3 | 141 | 3 | 72 | 136 | 62 |
| Binary | 11110111 | 11110000 | 1000 | 0 | 11 | 1100001 | 11 | 111010 | 1011110 | 110010 |
Color Harmonies of #F7F008
Complementary color
Monochromatic Colors of #F7F008
Black with #F7F008
Text Example
Text Example
White with #F7F008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F008; }
p { color: rgb(247,240,8); }
H1.HeaderClassName
{
color: #F7F008;
}
.AnyTagClassName
{
color: #F7F008;
}
</style>
background-color css
<style>
a { background-color: #F7F008; }
a { background-color: rgb(247,240,8); }
div.DivClassName
{
background-color: #F7F008;
}
.BgClassName
{
background-color: #F7F008;
}
</style>
border-color css
<style>
span { border-color: #F7F008; }
span { border-color: rgb(247,240,8); }
td.TdClassName
{
border-color: #F7F008;
}
.TagClassName
{
border-color: #F7F008;
}
</style>