Shades of Lemon #F2EE06
Tints of Lemon #F2EE06
RGB
CMYK
RGB Variations
Color information
#F2EE06 (or 0xF2EE06) is known color: Lemon. HEX triplet: F2, EE and 06. RGB value is (242,238,6). Sum of RGB (Red+Green+Blue) = 242+238+6=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 6 (2.73% from 255 or 1.23% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EE06 is #0D11F9. Grayscale: #D5D5D5. Windows color (decimal): -856570 or 454386. OLE color: 454386.
HSL color Cylindrical-coordinate representation of color #F2EE06: hue angle of 58.98º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2EE06 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 6 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.05 |
| HSL | 58.98º | 0.95% | 0.49% | - |
| HSV(B) | 58.98º | 0.98% | 0.95% | - |
| XYZ | 67.23 | 80.04 | 12.08 | - |
| YUV | 212.75 | 11.33 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 6 | 0 | 0.02 | 0.98 | 0.05 | 58.98 | 0.95 | 0.49 |
| Hex | F2 | EE | 6 | 0 | 2 | 62 | 5 | 3B | 5F | 31 |
| Octal | 362 | 356 | 6 | 0 | 2 | 142 | 5 | 73 | 137 | 61 |
| Binary | 11110010 | 11101110 | 110 | 0 | 10 | 1100010 | 101 | 111011 | 1011111 | 110001 |
Color Harmonies of #F2EE06
Complementary color
Monochromatic Colors of #F2EE06
Black with #F2EE06
Text Example
Text Example
White with #F2EE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE06; }
p { color: rgb(242,238,6); }
H1.HeaderClassName
{
color: #F2EE06;
}
.AnyTagClassName
{
color: #F2EE06;
}
</style>
background-color css
<style>
a { background-color: #F2EE06; }
a { background-color: rgb(242,238,6); }
div.DivClassName
{
background-color: #F2EE06;
}
.BgClassName
{
background-color: #F2EE06;
}
</style>
border-color css
<style>
span { border-color: #F2EE06; }
span { border-color: rgb(242,238,6); }
td.TdClassName
{
border-color: #F2EE06;
}
.TagClassName
{
border-color: #F2EE06;
}
</style>