Shades of Lemon #F8E60E
Tints of Lemon #F8E60E
RGB
CMYK
RGB Variations
Color information
#F8E60E (or 0xF8E60E) is known color: Lemon. HEX triplet: F8, E6 and 0E. RGB value is (248,230,14). Sum of RGB (Red+Green+Blue) = 248+230+14=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 14 (5.86% from 255 or 2.85% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E60E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8E60E is #0719F1. Grayscale: #D3D3D3. Windows color (decimal): -465394 or 976632. OLE color: 976632.
HSL color Cylindrical-coordinate representation of color #F8E60E: hue angle of 55.38º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8E60E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 230 | 14 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.03 |
| HSL | 55.38º | 0.94% | 0.51% | - |
| HSV(B) | 55.38º | 0.94% | 0.97% | - |
| XYZ | 67.09 | 76.58 | 11.66 | - |
| YUV | 210.76 | 16.96 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 230 | 14 | 0 | 0.07 | 0.94 | 0.03 | 55.38 | 0.94 | 0.51 |
| Hex | F8 | E6 | E | 0 | 7 | 5E | 3 | 37 | 5E | 33 |
| Octal | 370 | 346 | 16 | 0 | 7 | 136 | 3 | 67 | 136 | 63 |
| Binary | 11111000 | 11100110 | 1110 | 0 | 111 | 1011110 | 11 | 110111 | 1011110 | 110011 |
Color Harmonies of #F8E60E
Complementary color
Monochromatic Colors of #F8E60E
Black with #F8E60E
Text Example
Text Example
White with #F8E60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E60E; }
p { color: rgb(248,230,14); }
H1.HeaderClassName
{
color: #F8E60E;
}
.AnyTagClassName
{
color: #F8E60E;
}
</style>
background-color css
<style>
a { background-color: #F8E60E; }
a { background-color: rgb(248,230,14); }
div.DivClassName
{
background-color: #F8E60E;
}
.BgClassName
{
background-color: #F8E60E;
}
</style>
border-color css
<style>
span { border-color: #F8E60E; }
span { border-color: rgb(248,230,14); }
td.TdClassName
{
border-color: #F8E60E;
}
.TagClassName
{
border-color: #F8E60E;
}
</style>