Shades of Lemon #F8F715
Tints of Lemon #F8F715
RGB
CMYK
RGB Variations
Color information
#F8F715 (or 0xF8F715) is known color: Lemon. HEX triplet: F8, F7 and 15. RGB value is (248,247,21). Sum of RGB (Red+Green+Blue) = 248+247+21=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 21 (8.59% from 255 or 4.07% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F715 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F715 is #0708EA. Grayscale: #DEDEDE. Windows color (decimal): -461035 or 1439736. OLE color: 1439736.
HSL color Cylindrical-coordinate representation of color #F8F715: hue angle of 59.74º 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 #F8F715 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 247 | 21 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.03 |
| HSL | 59.74º | 0.94% | 0.53% | - |
| HSV(B) | 59.74º | 0.92% | 0.97% | - |
| XYZ | 72.11 | 86.53 | 13.61 | - |
| YUV | 221.54 | 14.83 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 247 | 21 | 0 | 0.00 | 0.92 | 0.03 | 59.74 | 0.94 | 0.53 |
| Hex | F8 | F7 | 15 | 0 | 0 | 5C | 3 | 3C | 5E | 35 |
| Octal | 370 | 367 | 25 | 0 | 0 | 134 | 3 | 74 | 136 | 65 |
| Binary | 11111000 | 11110111 | 10101 | 0 | 0 | 1011100 | 11 | 111100 | 1011110 | 110101 |
Color Harmonies of #F8F715
Complementary color
Monochromatic Colors of #F8F715
Black with #F8F715
Text Example
Text Example
White with #F8F715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F715; }
p { color: rgb(248,247,21); }
H1.HeaderClassName
{
color: #F8F715;
}
.AnyTagClassName
{
color: #F8F715;
}
</style>
background-color css
<style>
a { background-color: #F8F715; }
a { background-color: rgb(248,247,21); }
div.DivClassName
{
background-color: #F8F715;
}
.BgClassName
{
background-color: #F8F715;
}
</style>
border-color css
<style>
span { border-color: #F8F715; }
span { border-color: rgb(248,247,21); }
td.TdClassName
{
border-color: #F8F715;
}
.TagClassName
{
border-color: #F8F715;
}
</style>