Shades of Lemon #F2EE01
Tints of Lemon #F2EE01
RGB
CMYK
RGB Variations
Color information
#F2EE01 (or 0xF2EE01) is known color: Lemon. HEX triplet: F2, EE and 01. RGB value is (242,238,1). Sum of RGB (Red+Green+Blue) = 242+238+1=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 1 (0.78% from 255 or 0.21% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EE01 is #0D11FE. Grayscale: #D5D5D5. Windows color (decimal): -856575 or 126706. OLE color: 126706.
HSL color Cylindrical-coordinate representation of color #F2EE01: hue angle of 59º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2EE01 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 1 | - |
| CMYK | 0 | 0.02 | 1.00 | 0.05 |
| HSL | 59º | 0.99% | 0.48% | - |
| HSV(B) | 59º | 1% | 0.95% | - |
| XYZ | 67.2 | 80.03 | 11.93 | - |
| YUV | 212.18 | 8.83 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 1 | 0 | 0.02 | 1.00 | 0.05 | 59 | 0.99 | 0.48 |
| Hex | F2 | EE | 1 | 0 | 2 | 64 | 5 | 3B | 63 | 30 |
| Octal | 362 | 356 | 1 | 0 | 2 | 144 | 5 | 73 | 143 | 60 |
| Binary | 11110010 | 11101110 | 1 | 0 | 10 | 1100100 | 101 | 111011 | 1100011 | 110000 |
Color Harmonies of #F2EE01
Complementary color
Monochromatic Colors of #F2EE01
Black with #F2EE01
Text Example
Text Example
White with #F2EE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE01; }
p { color: rgb(242,238,1); }
H1.HeaderClassName
{
color: #F2EE01;
}
.AnyTagClassName
{
color: #F2EE01;
}
</style>
background-color css
<style>
a { background-color: #F2EE01; }
a { background-color: rgb(242,238,1); }
div.DivClassName
{
background-color: #F2EE01;
}
.BgClassName
{
background-color: #F2EE01;
}
</style>
border-color css
<style>
span { border-color: #F2EE01; }
span { border-color: rgb(242,238,1); }
td.TdClassName
{
border-color: #F2EE01;
}
.TagClassName
{
border-color: #F2EE01;
}
</style>