Shades of Lemon #F0E90C
Tints of Lemon #F0E90C
RGB
CMYK
RGB Variations
Color information
#F0E90C (or 0xF0E90C) is known color: Lemon. HEX triplet: F0, E9 and 0C. RGB value is (240,233,12). Sum of RGB (Red+Green+Blue) = 240+233+12=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 12 (5.08% from 255 or 2.47% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E90C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0E90C is #0F16F3. Grayscale: #D2D2D2. Windows color (decimal): -988916 or 846320. OLE color: 846320.
HSL color Cylindrical-coordinate representation of color #F0E90C: hue angle of 58.16º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0E90C is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 233 | 12 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.06 |
| HSL | 58.16º | 0.9% | 0.49% | - |
| HSV(B) | 58.16º | 0.95% | 0.94% | - |
| XYZ | 65.14 | 76.83 | 11.74 | - |
| YUV | 209.9 | 16.32 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 233 | 12 | 0 | 0.03 | 0.95 | 0.06 | 58.16 | 0.9 | 0.49 |
| Hex | F0 | E9 | C | 0 | 3 | 5F | 6 | 3A | 5A | 31 |
| Octal | 360 | 351 | 14 | 0 | 3 | 137 | 6 | 72 | 132 | 61 |
| Binary | 11110000 | 11101001 | 1100 | 0 | 11 | 1011111 | 110 | 111010 | 1011010 | 110001 |
Color Harmonies of #F0E90C
Complementary color
Monochromatic Colors of #F0E90C
Black with #F0E90C
Text Example
Text Example
White with #F0E90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E90C; }
p { color: rgb(240,233,12); }
H1.HeaderClassName
{
color: #F0E90C;
}
.AnyTagClassName
{
color: #F0E90C;
}
</style>
background-color css
<style>
a { background-color: #F0E90C; }
a { background-color: rgb(240,233,12); }
div.DivClassName
{
background-color: #F0E90C;
}
.BgClassName
{
background-color: #F0E90C;
}
</style>
border-color css
<style>
span { border-color: #F0E90C; }
span { border-color: rgb(240,233,12); }
td.TdClassName
{
border-color: #F0E90C;
}
.TagClassName
{
border-color: #F0E90C;
}
</style>