Shades of Lemon #F8F618
Tints of Lemon #F8F618
RGB
CMYK
RGB Variations
Color information
#F8F618 (or 0xF8F618) is known color: Lemon. HEX triplet: F8, F6 and 18. RGB value is (248,246,24). Sum of RGB (Red+Green+Blue) = 248+246+24=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 24 (9.77% from 255 or 4.63% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F618 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F618 is #0709E7. Grayscale: #DEDEDE. Windows color (decimal): -461288 or 1636088. OLE color: 1636088.
HSL color Cylindrical-coordinate representation of color #F8F618: hue angle of 59.46º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8F618 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 246 | 24 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.03 |
| HSL | 59.46º | 0.94% | 0.53% | - |
| HSV(B) | 59.46º | 0.9% | 0.97% | - |
| XYZ | 71.83 | 85.93 | 13.67 | - |
| YUV | 221.29 | 16.66 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 246 | 24 | 0 | 0.01 | 0.90 | 0.03 | 59.46 | 0.94 | 0.53 |
| Hex | F8 | F6 | 18 | 0 | 1 | 5A | 3 | 3B | 5E | 35 |
| Octal | 370 | 366 | 30 | 0 | 1 | 132 | 3 | 73 | 136 | 65 |
| Binary | 11111000 | 11110110 | 11000 | 0 | 1 | 1011010 | 11 | 111011 | 1011110 | 110101 |
Color Harmonies of #F8F618
Complementary color
Monochromatic Colors of #F8F618
Black with #F8F618
Text Example
Text Example
White with #F8F618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F618; }
p { color: rgb(248,246,24); }
H1.HeaderClassName
{
color: #F8F618;
}
.AnyTagClassName
{
color: #F8F618;
}
</style>
background-color css
<style>
a { background-color: #F8F618; }
a { background-color: rgb(248,246,24); }
div.DivClassName
{
background-color: #F8F618;
}
.BgClassName
{
background-color: #F8F618;
}
</style>
border-color css
<style>
span { border-color: #F8F618; }
span { border-color: rgb(248,246,24); }
td.TdClassName
{
border-color: #F8F618;
}
.TagClassName
{
border-color: #F8F618;
}
</style>