Shades of Lemon #F2E708
Tints of Lemon #F2E708
RGB
CMYK
RGB Variations
Color information
#F2E708 (or 0xF2E708) is known color: Lemon. HEX triplet: F2, E7 and 08. RGB value is (242,231,8). Sum of RGB (Red+Green+Blue) = 242+231+8=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 231 (90.62% from 255 or 48.02% from 481); Blue value is 8 (3.52% from 255 or 1.66% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E708 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E708 is #0D18F7. Grayscale: #D1D1D1. Windows color (decimal): -858360 or 583666. OLE color: 583666.
HSL color Cylindrical-coordinate representation of color #F2E708: hue angle of 57.18º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2E708 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 8 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.05 |
| HSL | 57.18º | 0.94% | 0.49% | - |
| HSV(B) | 57.18º | 0.97% | 0.95% | - |
| XYZ | 65.24 | 76.05 | 11.47 | - |
| YUV | 208.87 | 14.64 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 8 | 0 | 0.05 | 0.97 | 0.05 | 57.18 | 0.94 | 0.49 |
| Hex | F2 | E7 | 8 | 0 | 5 | 61 | 5 | 39 | 5E | 31 |
| Octal | 362 | 347 | 10 | 0 | 5 | 141 | 5 | 71 | 136 | 61 |
| Binary | 11110010 | 11100111 | 1000 | 0 | 101 | 1100001 | 101 | 111001 | 1011110 | 110001 |
Color Harmonies of #F2E708
Complementary color
Monochromatic Colors of #F2E708
Black with #F2E708
Text Example
Text Example
White with #F2E708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E708; }
p { color: rgb(242,231,8); }
H1.HeaderClassName
{
color: #F2E708;
}
.AnyTagClassName
{
color: #F2E708;
}
</style>
background-color css
<style>
a { background-color: #F2E708; }
a { background-color: rgb(242,231,8); }
div.DivClassName
{
background-color: #F2E708;
}
.BgClassName
{
background-color: #F2E708;
}
</style>
border-color css
<style>
span { border-color: #F2E708; }
span { border-color: rgb(242,231,8); }
td.TdClassName
{
border-color: #F2E708;
}
.TagClassName
{
border-color: #F2E708;
}
</style>