Shades of Lemon #F0E314
Tints of Lemon #F0E314
RGB
CMYK
RGB Variations
Color information
#F0E314 (or 0xF0E314) is known color: Lemon. HEX triplet: F0, E3 and 14. RGB value is (240,227,20). Sum of RGB (Red+Green+Blue) = 240+227+20=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 227 (89.06% from 255 or 46.61% from 487); Blue value is 20 (8.20% from 255 or 4.11% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E314 is #0F1CEB. Grayscale: #D0D0D0. Windows color (decimal): -990444 or 1369072. OLE color: 1369072.
HSL color Cylindrical-coordinate representation of color #F0E314: hue angle of 56.45º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0E314 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 20 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.06 |
| HSL | 56.45º | 0.88% | 0.51% | - |
| HSV(B) | 56.45º | 0.92% | 0.94% | - |
| XYZ | 63.53 | 73.51 | 11.5 | - |
| YUV | 207.29 | 22.31 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 20 | 0 | 0.05 | 0.92 | 0.06 | 56.45 | 0.88 | 0.51 |
| Hex | F0 | E3 | 14 | 0 | 5 | 5C | 6 | 38 | 58 | 33 |
| Octal | 360 | 343 | 24 | 0 | 5 | 134 | 6 | 70 | 130 | 63 |
| Binary | 11110000 | 11100011 | 10100 | 0 | 101 | 1011100 | 110 | 111000 | 1011000 | 110011 |
Color Harmonies of #F0E314
Complementary color
Monochromatic Colors of #F0E314
Black with #F0E314
Text Example
Text Example
White with #F0E314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E314; }
p { color: rgb(240,227,20); }
H1.HeaderClassName
{
color: #F0E314;
}
.AnyTagClassName
{
color: #F0E314;
}
</style>
background-color css
<style>
a { background-color: #F0E314; }
a { background-color: rgb(240,227,20); }
div.DivClassName
{
background-color: #F0E314;
}
.BgClassName
{
background-color: #F0E314;
}
</style>
border-color css
<style>
span { border-color: #F0E314; }
span { border-color: rgb(240,227,20); }
td.TdClassName
{
border-color: #F0E314;
}
.TagClassName
{
border-color: #F0E314;
}
</style>