Shades of Lemon #F0E91B
Tints of Lemon #F0E91B
RGB
CMYK
RGB Variations
Color information
#F0E91B (or 0xF0E91B) is known color: Lemon. HEX triplet: F0, E9 and 1B. RGB value is (240,233,27). Sum of RGB (Red+Green+Blue) = 240+233+27=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 233 (91.41% from 255 or 46.6% from 500); Blue value is 27 (10.94% from 255 or 5.4% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E91B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0E91B is #0F16E4. Grayscale: #D4D4D4. Windows color (decimal): -988901 or 1829360. OLE color: 1829360.
HSL color Cylindrical-coordinate representation of color #F0E91B: hue angle of 58.03º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0E91B is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 233 | 27 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.06 |
| HSL | 58.03º | 0.88% | 0.52% | - |
| HSV(B) | 58.03º | 0.89% | 0.94% | - |
| XYZ | 65.27 | 76.88 | 12.44 | - |
| YUV | 211.61 | 23.82 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 233 | 27 | 0 | 0.03 | 0.89 | 0.06 | 58.03 | 0.88 | 0.52 |
| Hex | F0 | E9 | 1B | 0 | 3 | 59 | 6 | 3A | 58 | 34 |
| Octal | 360 | 351 | 33 | 0 | 3 | 131 | 6 | 72 | 130 | 64 |
| Binary | 11110000 | 11101001 | 11011 | 0 | 11 | 1011001 | 110 | 111010 | 1011000 | 110100 |
Color Harmonies of #F0E91B
Complementary color
Monochromatic Colors of #F0E91B
Black with #F0E91B
Text Example
Text Example
White with #F0E91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E91B; }
p { color: rgb(240,233,27); }
H1.HeaderClassName
{
color: #F0E91B;
}
.AnyTagClassName
{
color: #F0E91B;
}
</style>
background-color css
<style>
a { background-color: #F0E91B; }
a { background-color: rgb(240,233,27); }
div.DivClassName
{
background-color: #F0E91B;
}
.BgClassName
{
background-color: #F0E91B;
}
</style>
border-color css
<style>
span { border-color: #F0E91B; }
span { border-color: rgb(240,233,27); }
td.TdClassName
{
border-color: #F0E91B;
}
.TagClassName
{
border-color: #F0E91B;
}
</style>