Shades of Lemon #F8E81F
Tints of Lemon #F8E81F
RGB
CMYK
RGB Variations
Color information
#F8E81F (or 0xF8E81F) is known color: Lemon. HEX triplet: F8, E8 and 1F. RGB value is (248,232,31). Sum of RGB (Red+Green+Blue) = 248+232+31=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 31 (12.5% from 255 or 6.07% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E81F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8E81F is #0717E0. Grayscale: #D6D6D6. Windows color (decimal): -464865 or 2091256. OLE color: 2091256.
HSL color Cylindrical-coordinate representation of color #F8E81F: hue angle of 55.58º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8E81F is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 232 | 31 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.03 |
| HSL | 55.58º | 0.94% | 0.55% | - |
| HSV(B) | 55.58º | 0.88% | 0.97% | - |
| XYZ | 67.82 | 77.77 | 12.73 | - |
| YUV | 213.87 | 24.8 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 232 | 31 | 0 | 0.06 | 0.88 | 0.03 | 55.58 | 0.94 | 0.55 |
| Hex | F8 | E8 | 1F | 0 | 6 | 58 | 3 | 38 | 5E | 37 |
| Octal | 370 | 350 | 37 | 0 | 6 | 130 | 3 | 70 | 136 | 67 |
| Binary | 11111000 | 11101000 | 11111 | 0 | 110 | 1011000 | 11 | 111000 | 1011110 | 110111 |
Color Harmonies of #F8E81F
Complementary color
Monochromatic Colors of #F8E81F
Black with #F8E81F
Text Example
Text Example
White with #F8E81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E81F; }
p { color: rgb(248,232,31); }
H1.HeaderClassName
{
color: #F8E81F;
}
.AnyTagClassName
{
color: #F8E81F;
}
</style>
background-color css
<style>
a { background-color: #F8E81F; }
a { background-color: rgb(248,232,31); }
div.DivClassName
{
background-color: #F8E81F;
}
.BgClassName
{
background-color: #F8E81F;
}
</style>
border-color css
<style>
span { border-color: #F8E81F; }
span { border-color: rgb(248,232,31); }
td.TdClassName
{
border-color: #F8E81F;
}
.TagClassName
{
border-color: #F8E81F;
}
</style>