Shades of Lemon #F0F314
Tints of Lemon #F0F314
RGB
CMYK
RGB Variations
Color information
#F0F314 (or 0xF0F314) is known color: Lemon. HEX triplet: F0, F3 and 14. RGB value is (240,243,20). Sum of RGB (Red+Green+Blue) = 240+243+20=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 20 (8.20% from 255 or 3.98% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F314 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F314 is #0F0CEB. Grayscale: #D9D9D9. Windows color (decimal): -986348 or 1373168. OLE color: 1373168.
HSL color Cylindrical-coordinate representation of color #F0F314: hue angle of 60.81º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0F314 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 20 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.05 |
| HSL | 60.81º | 0.9% | 0.52% | - |
| HSV(B) | 60.81º | 0.92% | 0.95% | - |
| XYZ | 68.11 | 82.68 | 13.03 | - |
| YUV | 216.68 | 17.01 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 20 | 0.01 | 0 | 0.92 | 0.05 | 60.81 | 0.9 | 0.52 |
| Hex | F0 | F3 | 14 | 1 | 0 | 5C | 5 | 3D | 5A | 34 |
| Octal | 360 | 363 | 24 | 1 | 0 | 134 | 5 | 75 | 132 | 64 |
| Binary | 11110000 | 11110011 | 10100 | 1 | 0 | 1011100 | 101 | 111101 | 1011010 | 110100 |
Color Harmonies of #F0F314
Complementary color
Monochromatic Colors of #F0F314
Black with #F0F314
Text Example
Text Example
White with #F0F314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F314; }
p { color: rgb(240,243,20); }
H1.HeaderClassName
{
color: #F0F314;
}
.AnyTagClassName
{
color: #F0F314;
}
</style>
background-color css
<style>
a { background-color: #F0F314; }
a { background-color: rgb(240,243,20); }
div.DivClassName
{
background-color: #F0F314;
}
.BgClassName
{
background-color: #F0F314;
}
</style>
border-color css
<style>
span { border-color: #F0F314; }
span { border-color: rgb(240,243,20); }
td.TdClassName
{
border-color: #F0F314;
}
.TagClassName
{
border-color: #F0F314;
}
</style>