Shades of Lemon #F2E606
Tints of Lemon #F2E606
RGB
CMYK
RGB Variations
Color information
#F2E606 (or 0xF2E606) is known color: Lemon. HEX triplet: F2, E6 and 06. RGB value is (242,230,6). Sum of RGB (Red+Green+Blue) = 242+230+6=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 6 (2.73% from 255 or 1.26% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E606 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E606 is #0D19F9. Grayscale: #D0D0D0. Windows color (decimal): -858618 or 452338. OLE color: 452338.
HSL color Cylindrical-coordinate representation of color #F2E606: hue angle of 56.95º 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 #F2E606 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 6 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.05 |
| HSL | 56.95º | 0.95% | 0.49% | - |
| HSV(B) | 56.95º | 0.98% | 0.95% | - |
| XYZ | 64.95 | 75.48 | 11.32 | - |
| YUV | 208.05 | 13.98 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 6 | 0 | 0.05 | 0.98 | 0.05 | 56.95 | 0.95 | 0.49 |
| Hex | F2 | E6 | 6 | 0 | 5 | 62 | 5 | 39 | 5F | 31 |
| Octal | 362 | 346 | 6 | 0 | 5 | 142 | 5 | 71 | 137 | 61 |
| Binary | 11110010 | 11100110 | 110 | 0 | 101 | 1100010 | 101 | 111001 | 1011111 | 110001 |
Color Harmonies of #F2E606
Complementary color
Monochromatic Colors of #F2E606
Black with #F2E606
Text Example
Text Example
White with #F2E606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E606; }
p { color: rgb(242,230,6); }
H1.HeaderClassName
{
color: #F2E606;
}
.AnyTagClassName
{
color: #F2E606;
}
</style>
background-color css
<style>
a { background-color: #F2E606; }
a { background-color: rgb(242,230,6); }
div.DivClassName
{
background-color: #F2E606;
}
.BgClassName
{
background-color: #F2E606;
}
</style>
border-color css
<style>
span { border-color: #F2E606; }
span { border-color: rgb(242,230,6); }
td.TdClassName
{
border-color: #F2E606;
}
.TagClassName
{
border-color: #F2E606;
}
</style>