Shades of Lemon #F2F005
Tints of Lemon #F2F005
RGB
CMYK
RGB Variations
Color information
#F2F005 (or 0xF2F005) is known color: Lemon. HEX triplet: F2, F0 and 05. RGB value is (242,240,5). Sum of RGB (Red+Green+Blue) = 242+240+5=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 5 (2.34% from 255 or 1.03% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F005 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F005 is #0D0FFA. Grayscale: #D6D6D6. Windows color (decimal): -856059 or 389362. OLE color: 389362.
HSL color Cylindrical-coordinate representation of color #F2F005: hue angle of 59.49º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2F005 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 5 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.05 |
| HSL | 59.49º | 0.96% | 0.48% | - |
| HSV(B) | 59.49º | 0.98% | 0.95% | - |
| XYZ | 67.81 | 81.21 | 12.24 | - |
| YUV | 213.81 | 10.16 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 5 | 0 | 0.01 | 0.98 | 0.05 | 59.49 | 0.96 | 0.48 |
| Hex | F2 | F0 | 5 | 0 | 1 | 62 | 5 | 3B | 60 | 30 |
| Octal | 362 | 360 | 5 | 0 | 1 | 142 | 5 | 73 | 140 | 60 |
| Binary | 11110010 | 11110000 | 101 | 0 | 1 | 1100010 | 101 | 111011 | 1100000 | 110000 |
Color Harmonies of #F2F005
Complementary color
Monochromatic Colors of #F2F005
Black with #F2F005
Text Example
Text Example
White with #F2F005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F005; }
p { color: rgb(242,240,5); }
H1.HeaderClassName
{
color: #F2F005;
}
.AnyTagClassName
{
color: #F2F005;
}
</style>
background-color css
<style>
a { background-color: #F2F005; }
a { background-color: rgb(242,240,5); }
div.DivClassName
{
background-color: #F2F005;
}
.BgClassName
{
background-color: #F2F005;
}
</style>
border-color css
<style>
span { border-color: #F2F005; }
span { border-color: rgb(242,240,5); }
td.TdClassName
{
border-color: #F2F005;
}
.TagClassName
{
border-color: #F2F005;
}
</style>