Shades of Lemon #F2FD26
Tints of Lemon #F2FD26
RGB
CMYK
RGB Variations
Color information
#F2FD26 (or 0xF2FD26) is known color: Lemon. HEX triplet: F2, FD and 26. RGB value is (242,253,38). Sum of RGB (Red+Green+Blue) = 242+253+38=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 38 (15.23% from 255 or 7.13% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FD26 is #0D02D9. Grayscale: #E2E2E2. Windows color (decimal): -852698 or 2555378. OLE color: 2555378.
HSL color Cylindrical-coordinate representation of color #F2FD26: hue angle of 63.07º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2FD26 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 38 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.01 |
| HSL | 63.07º | 0.98% | 0.57% | - |
| HSV(B) | 63.07º | 0.85% | 0.99% | - |
| XYZ | 72.09 | 89.27 | 15.26 | - |
| YUV | 225.2 | 22.36 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 38 | 0.04 | 0 | 0.85 | 0.01 | 63.07 | 0.98 | 0.57 |
| Hex | F2 | FD | 26 | 4 | 0 | 55 | 1 | 3F | 62 | 39 |
| Octal | 362 | 375 | 46 | 4 | 0 | 125 | 1 | 77 | 142 | 71 |
| Binary | 11110010 | 11111101 | 100110 | 100 | 0 | 1010101 | 1 | 111111 | 1100010 | 111001 |
Color Harmonies of #F2FD26
Complementary color
Monochromatic Colors of #F2FD26
Black with #F2FD26
Text Example
Text Example
White with #F2FD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FD26; }
p { color: rgb(242,253,38); }
H1.HeaderClassName
{
color: #F2FD26;
}
.AnyTagClassName
{
color: #F2FD26;
}
</style>
background-color css
<style>
a { background-color: #F2FD26; }
a { background-color: rgb(242,253,38); }
div.DivClassName
{
background-color: #F2FD26;
}
.BgClassName
{
background-color: #F2FD26;
}
</style>
border-color css
<style>
span { border-color: #F2FD26; }
span { border-color: rgb(242,253,38); }
td.TdClassName
{
border-color: #F2FD26;
}
.TagClassName
{
border-color: #F2FD26;
}
</style>