Shades of Lemon #F8F005
Tints of Lemon #F8F005
RGB
CMYK
RGB Variations
Color information
#F8F005 (or 0xF8F005) is known color: Lemon. HEX triplet: F8, F0 and 05. RGB value is (248,240,5). Sum of RGB (Red+Green+Blue) = 248+240+5=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 5 (2.34% from 255 or 1.01% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F005 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F005 is #070FFA. Grayscale: #D8D8D8. Windows color (decimal): -462843 or 389368. OLE color: 389368.
HSL color Cylindrical-coordinate representation of color #F8F005: hue angle of 58.02º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8F005 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.03 |
| HSL | 58.02º | 0.96% | 0.5% | - |
| HSV(B) | 58.02º | 0.98% | 0.97% | - |
| XYZ | 69.9 | 82.29 | 12.34 | - |
| YUV | 215.6 | 9.15 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 5 | 0 | 0.03 | 0.98 | 0.03 | 58.02 | 0.96 | 0.5 |
| Hex | F8 | F0 | 5 | 0 | 3 | 62 | 3 | 3A | 60 | 32 |
| Octal | 370 | 360 | 5 | 0 | 3 | 142 | 3 | 72 | 140 | 62 |
| Binary | 11111000 | 11110000 | 101 | 0 | 11 | 1100010 | 11 | 111010 | 1100000 | 110010 |
Color Harmonies of #F8F005
Complementary color
Monochromatic Colors of #F8F005
Black with #F8F005
Text Example
Text Example
White with #F8F005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F005; }
p { color: rgb(248,240,5); }
H1.HeaderClassName
{
color: #F8F005;
}
.AnyTagClassName
{
color: #F8F005;
}
</style>
background-color css
<style>
a { background-color: #F8F005; }
a { background-color: rgb(248,240,5); }
div.DivClassName
{
background-color: #F8F005;
}
.BgClassName
{
background-color: #F8F005;
}
</style>
border-color css
<style>
span { border-color: #F8F005; }
span { border-color: rgb(248,240,5); }
td.TdClassName
{
border-color: #F8F005;
}
.TagClassName
{
border-color: #F8F005;
}
</style>