Shades of Lemon #F0F514
Tints of Lemon #F0F514
RGB
CMYK
RGB Variations
Color information
#F0F514 (or 0xF0F514) is known color: Lemon. HEX triplet: F0, F5 and 14. RGB value is (240,245,20). Sum of RGB (Red+Green+Blue) = 240+245+20=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 20 (8.20% from 255 or 3.96% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F514 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F514 is #0F0AEB. Grayscale: #DADADA. Windows color (decimal): -985836 or 1373680. OLE color: 1373680.
HSL color Cylindrical-coordinate representation of color #F0F514: hue angle of 61.33º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0F514 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 245 | 20 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.04 |
| HSL | 61.33º | 0.92% | 0.52% | - |
| HSV(B) | 61.33º | 0.92% | 0.96% | - |
| XYZ | 68.71 | 83.88 | 13.23 | - |
| YUV | 217.86 | 16.34 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 245 | 20 | 0.02 | 0 | 0.92 | 0.04 | 61.33 | 0.92 | 0.52 |
| Hex | F0 | F5 | 14 | 2 | 0 | 5C | 4 | 3D | 5C | 34 |
| Octal | 360 | 365 | 24 | 2 | 0 | 134 | 4 | 75 | 134 | 64 |
| Binary | 11110000 | 11110101 | 10100 | 10 | 0 | 1011100 | 100 | 111101 | 1011100 | 110100 |
Color Harmonies of #F0F514
Complementary color
Monochromatic Colors of #F0F514
Black with #F0F514
Text Example
Text Example
White with #F0F514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F514; }
p { color: rgb(240,245,20); }
H1.HeaderClassName
{
color: #F0F514;
}
.AnyTagClassName
{
color: #F0F514;
}
</style>
background-color css
<style>
a { background-color: #F0F514; }
a { background-color: rgb(240,245,20); }
div.DivClassName
{
background-color: #F0F514;
}
.BgClassName
{
background-color: #F0F514;
}
</style>
border-color css
<style>
span { border-color: #F0F514; }
span { border-color: rgb(240,245,20); }
td.TdClassName
{
border-color: #F0F514;
}
.TagClassName
{
border-color: #F0F514;
}
</style>