Shades of Lemon #F2FA1B
Tints of Lemon #F2FA1B
RGB
CMYK
RGB Variations
Color information
#F2FA1B (or 0xF2FA1B) is known color: Lemon. HEX triplet: F2, FA and 1B. RGB value is (242,250,27). Sum of RGB (Red+Green+Blue) = 242+250+27=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 27 (10.94% from 255 or 5.20% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FA1B is #0D05E4. Grayscale: #DFDFDF. Windows color (decimal): -853477 or 1833714. OLE color: 1833714.
HSL color Cylindrical-coordinate representation of color #F2FA1B: hue angle of 62.15º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2FA1B is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 27 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.02 |
| HSL | 62.15º | 0.96% | 0.54% | - |
| HSV(B) | 62.15º | 0.89% | 0.98% | - |
| XYZ | 71 | 87.33 | 14.15 | - |
| YUV | 222.19 | 17.85 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 27 | 0.03 | 0 | 0.89 | 0.02 | 62.15 | 0.96 | 0.54 |
| Hex | F2 | FA | 1B | 3 | 0 | 59 | 2 | 3E | 60 | 36 |
| Octal | 362 | 372 | 33 | 3 | 0 | 131 | 2 | 76 | 140 | 66 |
| Binary | 11110010 | 11111010 | 11011 | 11 | 0 | 1011001 | 10 | 111110 | 1100000 | 110110 |
Color Harmonies of #F2FA1B
Complementary color
Monochromatic Colors of #F2FA1B
Black with #F2FA1B
Text Example
Text Example
White with #F2FA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FA1B; }
p { color: rgb(242,250,27); }
H1.HeaderClassName
{
color: #F2FA1B;
}
.AnyTagClassName
{
color: #F2FA1B;
}
</style>
background-color css
<style>
a { background-color: #F2FA1B; }
a { background-color: rgb(242,250,27); }
div.DivClassName
{
background-color: #F2FA1B;
}
.BgClassName
{
background-color: #F2FA1B;
}
</style>
border-color css
<style>
span { border-color: #F2FA1B; }
span { border-color: rgb(242,250,27); }
td.TdClassName
{
border-color: #F2FA1B;
}
.TagClassName
{
border-color: #F2FA1B;
}
</style>