Shades of Lemon #F0F31A
Tints of Lemon #F0F31A
RGB
CMYK
RGB Variations
Color information
#F0F31A (or 0xF0F31A) is known color: Lemon. HEX triplet: F0, F3 and 1A. RGB value is (240,243,26). Sum of RGB (Red+Green+Blue) = 240+243+26=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 26 (10.55% from 255 or 5.11% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F31A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F31A is #0F0CE5. Grayscale: #DADADA. Windows color (decimal): -986342 or 1766384. OLE color: 1766384.
HSL color Cylindrical-coordinate representation of color #F0F31A: hue angle of 60.83º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0F31A is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 26 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.05 |
| HSL | 60.83º | 0.9% | 0.53% | - |
| HSV(B) | 60.83º | 0.89% | 0.95% | - |
| XYZ | 68.17 | 82.7 | 13.35 | - |
| YUV | 217.37 | 20.01 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 26 | 0.01 | 0 | 0.89 | 0.05 | 60.83 | 0.9 | 0.53 |
| Hex | F0 | F3 | 1A | 1 | 0 | 59 | 5 | 3D | 5A | 35 |
| Octal | 360 | 363 | 32 | 1 | 0 | 131 | 5 | 75 | 132 | 65 |
| Binary | 11110000 | 11110011 | 11010 | 1 | 0 | 1011001 | 101 | 111101 | 1011010 | 110101 |
Color Harmonies of #F0F31A
Complementary color
Monochromatic Colors of #F0F31A
Black with #F0F31A
Text Example
Text Example
White with #F0F31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F31A; }
p { color: rgb(240,243,26); }
H1.HeaderClassName
{
color: #F0F31A;
}
.AnyTagClassName
{
color: #F0F31A;
}
</style>
background-color css
<style>
a { background-color: #F0F31A; }
a { background-color: rgb(240,243,26); }
div.DivClassName
{
background-color: #F0F31A;
}
.BgClassName
{
background-color: #F0F31A;
}
</style>
border-color css
<style>
span { border-color: #F0F31A; }
span { border-color: rgb(240,243,26); }
td.TdClassName
{
border-color: #F0F31A;
}
.TagClassName
{
border-color: #F0F31A;
}
</style>