Shades of Lemon #F8F007
Tints of Lemon #F8F007
RGB
CMYK
RGB Variations
Color information
#F8F007 (or 0xF8F007) is known color: Lemon. HEX triplet: F8, F0 and 07. RGB value is (248,240,7). Sum of RGB (Red+Green+Blue) = 248+240+7=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 7 (3.12% from 255 or 1.41% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F007 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F007 is #070FF8. Grayscale: #D8D8D8. Windows color (decimal): -462841 or 520440. OLE color: 520440.
HSL color Cylindrical-coordinate representation of color #F8F007: hue angle of 58.01º degrees, saturation: 0.95, 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 #F8F007 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 7 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.03 |
| HSL | 58.01º | 0.95% | 0.5% | - |
| HSV(B) | 58.01º | 0.97% | 0.97% | - |
| XYZ | 69.91 | 82.29 | 12.4 | - |
| YUV | 215.83 | 10.15 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 7 | 0 | 0.03 | 0.97 | 0.03 | 58.01 | 0.95 | 0.5 |
| Hex | F8 | F0 | 7 | 0 | 3 | 61 | 3 | 3A | 5F | 32 |
| Octal | 370 | 360 | 7 | 0 | 3 | 141 | 3 | 72 | 137 | 62 |
| Binary | 11111000 | 11110000 | 111 | 0 | 11 | 1100001 | 11 | 111010 | 1011111 | 110010 |
Color Harmonies of #F8F007
Complementary color
Monochromatic Colors of #F8F007
Black with #F8F007
Text Example
Text Example
White with #F8F007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F007; }
p { color: rgb(248,240,7); }
H1.HeaderClassName
{
color: #F8F007;
}
.AnyTagClassName
{
color: #F8F007;
}
</style>
background-color css
<style>
a { background-color: #F8F007; }
a { background-color: rgb(248,240,7); }
div.DivClassName
{
background-color: #F8F007;
}
.BgClassName
{
background-color: #F8F007;
}
</style>
border-color css
<style>
span { border-color: #F8F007; }
span { border-color: rgb(248,240,7); }
td.TdClassName
{
border-color: #F8F007;
}
.TagClassName
{
border-color: #F8F007;
}
</style>