Shades of Lemon #F8E511
Tints of Lemon #F8E511
RGB
CMYK
RGB Variations
Color information
#F8E511 (or 0xF8E511) is known color: Lemon. HEX triplet: F8, E5 and 11. RGB value is (248,229,17). Sum of RGB (Red+Green+Blue) = 248+229+17=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 17 (7.03% from 255 or 3.44% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8E511 is #071AEE. Grayscale: #D3D3D3. Windows color (decimal): -465647 or 1172984. OLE color: 1172984.
HSL color Cylindrical-coordinate representation of color #F8E511: hue angle of 55.06º 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 #F8E511 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 229 | 17 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.03 |
| HSL | 55.06º | 0.94% | 0.52% | - |
| HSV(B) | 55.06º | 0.93% | 0.97% | - |
| XYZ | 66.83 | 76.04 | 11.68 | - |
| YUV | 210.51 | 18.79 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 229 | 17 | 0 | 0.08 | 0.93 | 0.03 | 55.06 | 0.94 | 0.52 |
| Hex | F8 | E5 | 11 | 0 | 8 | 5D | 3 | 37 | 5E | 34 |
| Octal | 370 | 345 | 21 | 0 | 10 | 135 | 3 | 67 | 136 | 64 |
| Binary | 11111000 | 11100101 | 10001 | 0 | 1000 | 1011101 | 11 | 110111 | 1011110 | 110100 |
Color Harmonies of #F8E511
Complementary color
Monochromatic Colors of #F8E511
Black with #F8E511
Text Example
Text Example
White with #F8E511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E511; }
p { color: rgb(248,229,17); }
H1.HeaderClassName
{
color: #F8E511;
}
.AnyTagClassName
{
color: #F8E511;
}
</style>
background-color css
<style>
a { background-color: #F8E511; }
a { background-color: rgb(248,229,17); }
div.DivClassName
{
background-color: #F8E511;
}
.BgClassName
{
background-color: #F8E511;
}
</style>
border-color css
<style>
span { border-color: #F8E511; }
span { border-color: rgb(248,229,17); }
td.TdClassName
{
border-color: #F8E511;
}
.TagClassName
{
border-color: #F8E511;
}
</style>