Shades of Lemon #F2FA26
Tints of Lemon #F2FA26
RGB
CMYK
RGB Variations
Color information
#F2FA26 (or 0xF2FA26) is known color: Lemon. HEX triplet: F2, FA and 26. RGB value is (242,250,38). Sum of RGB (Red+Green+Blue) = 242+250+38=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 38 (15.23% from 255 or 7.17% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FA26 is #0D05D9. Grayscale: #E0E0E0. Windows color (decimal): -853466 or 2554610. OLE color: 2554610.
HSL color Cylindrical-coordinate representation of color #F2FA26: hue angle of 62.26º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2FA26 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 38 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.02 |
| HSL | 62.26º | 0.95% | 0.56% | - |
| HSV(B) | 62.26º | 0.85% | 0.98% | - |
| XYZ | 71.15 | 87.39 | 14.95 | - |
| YUV | 223.44 | 23.35 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 38 | 0.03 | 0 | 0.85 | 0.02 | 62.26 | 0.95 | 0.56 |
| Hex | F2 | FA | 26 | 3 | 0 | 55 | 2 | 3E | 5F | 38 |
| Octal | 362 | 372 | 46 | 3 | 0 | 125 | 2 | 76 | 137 | 70 |
| Binary | 11110010 | 11111010 | 100110 | 11 | 0 | 1010101 | 10 | 111110 | 1011111 | 111000 |
Color Harmonies of #F2FA26
Complementary color
Monochromatic Colors of #F2FA26
Black with #F2FA26
Text Example
Text Example
White with #F2FA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FA26; }
p { color: rgb(242,250,38); }
H1.HeaderClassName
{
color: #F2FA26;
}
.AnyTagClassName
{
color: #F2FA26;
}
</style>
background-color css
<style>
a { background-color: #F2FA26; }
a { background-color: rgb(242,250,38); }
div.DivClassName
{
background-color: #F2FA26;
}
.BgClassName
{
background-color: #F2FA26;
}
</style>
border-color css
<style>
span { border-color: #F2FA26; }
span { border-color: rgb(242,250,38); }
td.TdClassName
{
border-color: #F2FA26;
}
.TagClassName
{
border-color: #F2FA26;
}
</style>