Shades of Lemon #F2F91D
Tints of Lemon #F2F91D
RGB
CMYK
RGB Variations
Color information
#F2F91D (or 0xF2F91D) is known color: Lemon. HEX triplet: F2, F9 and 1D. RGB value is (242,249,29). Sum of RGB (Red+Green+Blue) = 242+249+29=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 29 (11.72% from 255 or 5.58% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F91D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F91D is #0D06E2. Grayscale: #DEDEDE. Windows color (decimal): -853731 or 1964530. OLE color: 1964530.
HSL color Cylindrical-coordinate representation of color #F2F91D: hue angle of 61.91º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2F91D is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 29 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.02 |
| HSL | 61.91º | 0.95% | 0.55% | - |
| HSV(B) | 61.91º | 0.88% | 0.98% | - |
| XYZ | 70.72 | 86.72 | 14.17 | - |
| YUV | 221.83 | 19.18 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 29 | 0.03 | 0 | 0.88 | 0.02 | 61.91 | 0.95 | 0.55 |
| Hex | F2 | F9 | 1D | 3 | 0 | 58 | 2 | 3E | 5F | 37 |
| Octal | 362 | 371 | 35 | 3 | 0 | 130 | 2 | 76 | 137 | 67 |
| Binary | 11110010 | 11111001 | 11101 | 11 | 0 | 1011000 | 10 | 111110 | 1011111 | 110111 |
Color Harmonies of #F2F91D
Complementary color
Monochromatic Colors of #F2F91D
Black with #F2F91D
Text Example
Text Example
White with #F2F91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F91D; }
p { color: rgb(242,249,29); }
H1.HeaderClassName
{
color: #F2F91D;
}
.AnyTagClassName
{
color: #F2F91D;
}
</style>
background-color css
<style>
a { background-color: #F2F91D; }
a { background-color: rgb(242,249,29); }
div.DivClassName
{
background-color: #F2F91D;
}
.BgClassName
{
background-color: #F2F91D;
}
</style>
border-color css
<style>
span { border-color: #F2F91D; }
span { border-color: rgb(242,249,29); }
td.TdClassName
{
border-color: #F2F91D;
}
.TagClassName
{
border-color: #F2F91D;
}
</style>