Shades of Lemon #F8F711
Tints of Lemon #F8F711
RGB
CMYK
RGB Variations
Color information
#F8F711 (or 0xF8F711) is known color: Lemon. HEX triplet: F8, F7 and 11. RGB value is (248,247,17). Sum of RGB (Red+Green+Blue) = 248+247+17=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 17 (7.03% from 255 or 3.32% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F711 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F711 is #0708EE. Grayscale: #DEDEDE. Windows color (decimal): -461039 or 1177592. OLE color: 1177592.
HSL color Cylindrical-coordinate representation of color #F8F711: hue angle of 59.74º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8F711 is Cyan = 0, Magento = 0.00, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 247 | 17 | - |
| CMYK | 0 | 0.00 | 0.93 | 0.03 |
| HSL | 59.74º | 0.94% | 0.52% | - |
| HSV(B) | 59.74º | 0.93% | 0.97% | - |
| XYZ | 72.07 | 86.52 | 13.43 | - |
| YUV | 221.08 | 12.83 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 247 | 17 | 0 | 0.00 | 0.93 | 0.03 | 59.74 | 0.94 | 0.52 |
| Hex | F8 | F7 | 11 | 0 | 0 | 5D | 3 | 3C | 5E | 34 |
| Octal | 370 | 367 | 21 | 0 | 0 | 135 | 3 | 74 | 136 | 64 |
| Binary | 11111000 | 11110111 | 10001 | 0 | 0 | 1011101 | 11 | 111100 | 1011110 | 110100 |
Color Harmonies of #F8F711
Complementary color
Monochromatic Colors of #F8F711
Black with #F8F711
Text Example
Text Example
White with #F8F711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F711; }
p { color: rgb(248,247,17); }
H1.HeaderClassName
{
color: #F8F711;
}
.AnyTagClassName
{
color: #F8F711;
}
</style>
background-color css
<style>
a { background-color: #F8F711; }
a { background-color: rgb(248,247,17); }
div.DivClassName
{
background-color: #F8F711;
}
.BgClassName
{
background-color: #F8F711;
}
</style>
border-color css
<style>
span { border-color: #F8F711; }
span { border-color: rgb(248,247,17); }
td.TdClassName
{
border-color: #F8F711;
}
.TagClassName
{
border-color: #F8F711;
}
</style>