Shades of Lemon #F2F006
Tints of Lemon #F2F006
RGB
CMYK
RGB Variations
Color information
#F2F006 (or 0xF2F006) is known color: Lemon. HEX triplet: F2, F0 and 06. RGB value is (242,240,6). Sum of RGB (Red+Green+Blue) = 242+240+6=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 6 (2.73% from 255 or 1.23% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F006 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F006 is #0D0FF9. Grayscale: #D6D6D6. Windows color (decimal): -856058 or 454898. OLE color: 454898.
HSL color Cylindrical-coordinate representation of color #F2F006: hue angle of 59.49º 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 #F2F006 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 6 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.05 |
| HSL | 59.49º | 0.95% | 0.49% | - |
| HSV(B) | 59.49º | 0.98% | 0.95% | - |
| XYZ | 67.81 | 81.21 | 12.27 | - |
| YUV | 213.92 | 10.66 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 6 | 0 | 0.01 | 0.98 | 0.05 | 59.49 | 0.95 | 0.49 |
| Hex | F2 | F0 | 6 | 0 | 1 | 62 | 5 | 3B | 5F | 31 |
| Octal | 362 | 360 | 6 | 0 | 1 | 142 | 5 | 73 | 137 | 61 |
| Binary | 11110010 | 11110000 | 110 | 0 | 1 | 1100010 | 101 | 111011 | 1011111 | 110001 |
Color Harmonies of #F2F006
Complementary color
Monochromatic Colors of #F2F006
Black with #F2F006
Text Example
Text Example
White with #F2F006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F006; }
p { color: rgb(242,240,6); }
H1.HeaderClassName
{
color: #F2F006;
}
.AnyTagClassName
{
color: #F2F006;
}
</style>
background-color css
<style>
a { background-color: #F2F006; }
a { background-color: rgb(242,240,6); }
div.DivClassName
{
background-color: #F2F006;
}
.BgClassName
{
background-color: #F2F006;
}
</style>
border-color css
<style>
span { border-color: #F2F006; }
span { border-color: rgb(242,240,6); }
td.TdClassName
{
border-color: #F2F006;
}
.TagClassName
{
border-color: #F2F006;
}
</style>