Shades of Lemon #F8F614
Tints of Lemon #F8F614
RGB
CMYK
RGB Variations
Color information
#F8F614 (or 0xF8F614) is known color: Lemon. HEX triplet: F8, F6 and 14. RGB value is (248,246,20). Sum of RGB (Red+Green+Blue) = 248+246+20=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 20 (8.20% from 255 or 3.89% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F614 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F614 is #0709EB. Grayscale: #DDDDDD. Windows color (decimal): -461292 or 1373944. OLE color: 1373944.
HSL color Cylindrical-coordinate representation of color #F8F614: hue angle of 59.47º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8F614 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 246 | 20 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.03 |
| HSL | 59.47º | 0.94% | 0.53% | - |
| HSV(B) | 59.47º | 0.92% | 0.97% | - |
| XYZ | 71.79 | 85.92 | 13.46 | - |
| YUV | 220.83 | 14.66 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 246 | 20 | 0 | 0.01 | 0.92 | 0.03 | 59.47 | 0.94 | 0.53 |
| Hex | F8 | F6 | 14 | 0 | 1 | 5C | 3 | 3B | 5E | 35 |
| Octal | 370 | 366 | 24 | 0 | 1 | 134 | 3 | 73 | 136 | 65 |
| Binary | 11111000 | 11110110 | 10100 | 0 | 1 | 1011100 | 11 | 111011 | 1011110 | 110101 |
Color Harmonies of #F8F614
Complementary color
Monochromatic Colors of #F8F614
Black with #F8F614
Text Example
Text Example
White with #F8F614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F614; }
p { color: rgb(248,246,20); }
H1.HeaderClassName
{
color: #F8F614;
}
.AnyTagClassName
{
color: #F8F614;
}
</style>
background-color css
<style>
a { background-color: #F8F614; }
a { background-color: rgb(248,246,20); }
div.DivClassName
{
background-color: #F8F614;
}
.BgClassName
{
background-color: #F8F614;
}
</style>
border-color css
<style>
span { border-color: #F8F614; }
span { border-color: rgb(248,246,20); }
td.TdClassName
{
border-color: #F8F614;
}
.TagClassName
{
border-color: #F8F614;
}
</style>