Shades of Lemon #F8E11E
Tints of Lemon #F8E11E
RGB
CMYK
RGB Variations
Color information
#F8E11E (or 0xF8E11E) is known color: Lemon. HEX triplet: F8, E1 and 1E. RGB value is (248,225,30). Sum of RGB (Red+Green+Blue) = 248+225+30=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 30 (12.11% from 255 or 5.96% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E11E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8E11E is #071EE1. Grayscale: #D2D2D2. Windows color (decimal): -466658 or 2023928. OLE color: 2023928.
HSL color Cylindrical-coordinate representation of color #F8E11E: hue angle of 53.67º 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 #F8E11E is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 225 | 30 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.03 |
| HSL | 53.67º | 0.94% | 0.55% | - |
| HSV(B) | 53.67º | 0.88% | 0.97% | - |
| XYZ | 65.87 | 73.9 | 12.02 | - |
| YUV | 209.65 | 26.62 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 30 | 0 | 0.09 | 0.88 | 0.03 | 53.67 | 0.94 | 0.55 |
| Hex | F8 | E1 | 1E | 0 | 9 | 58 | 3 | 36 | 5E | 37 |
| Octal | 370 | 341 | 36 | 0 | 11 | 130 | 3 | 66 | 136 | 67 |
| Binary | 11111000 | 11100001 | 11110 | 0 | 1001 | 1011000 | 11 | 110110 | 1011110 | 110111 |
Color Harmonies of #F8E11E
Complementary color
Monochromatic Colors of #F8E11E
Black with #F8E11E
Text Example
Text Example
White with #F8E11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E11E; }
p { color: rgb(248,225,30); }
H1.HeaderClassName
{
color: #F8E11E;
}
.AnyTagClassName
{
color: #F8E11E;
}
</style>
background-color css
<style>
a { background-color: #F8E11E; }
a { background-color: rgb(248,225,30); }
div.DivClassName
{
background-color: #F8E11E;
}
.BgClassName
{
background-color: #F8E11E;
}
</style>
border-color css
<style>
span { border-color: #F8E11E; }
span { border-color: rgb(248,225,30); }
td.TdClassName
{
border-color: #F8E11E;
}
.TagClassName
{
border-color: #F8E11E;
}
</style>