Shades of Lemon #F2EE1D
Tints of Lemon #F2EE1D
RGB
CMYK
RGB Variations
Color information
#F2EE1D (or 0xF2EE1D) is known color: Lemon. HEX triplet: F2, EE and 1D. RGB value is (242,238,29). Sum of RGB (Red+Green+Blue) = 242+238+29=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 238 (93.36% from 255 or 46.76% from 509); Blue value is 29 (11.72% from 255 or 5.70% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EE1D is #0D11E2. Grayscale: #D8D8D8. Windows color (decimal): -856547 or 1961714. OLE color: 1961714.
HSL color Cylindrical-coordinate representation of color #F2EE1D: hue angle of 58.87º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2EE1D is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 29 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.05 |
| HSL | 58.87º | 0.89% | 0.53% | - |
| HSV(B) | 58.87º | 0.88% | 0.95% | - |
| XYZ | 67.41 | 80.12 | 13.07 | - |
| YUV | 215.37 | 22.83 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 29 | 0 | 0.02 | 0.88 | 0.05 | 58.87 | 0.89 | 0.53 |
| Hex | F2 | EE | 1D | 0 | 2 | 58 | 5 | 3B | 59 | 35 |
| Octal | 362 | 356 | 35 | 0 | 2 | 130 | 5 | 73 | 131 | 65 |
| Binary | 11110010 | 11101110 | 11101 | 0 | 10 | 1011000 | 101 | 111011 | 1011001 | 110101 |
Color Harmonies of #F2EE1D
Complementary color
Monochromatic Colors of #F2EE1D
Black with #F2EE1D
Text Example
Text Example
White with #F2EE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE1D; }
p { color: rgb(242,238,29); }
H1.HeaderClassName
{
color: #F2EE1D;
}
.AnyTagClassName
{
color: #F2EE1D;
}
</style>
background-color css
<style>
a { background-color: #F2EE1D; }
a { background-color: rgb(242,238,29); }
div.DivClassName
{
background-color: #F2EE1D;
}
.BgClassName
{
background-color: #F2EE1D;
}
</style>
border-color css
<style>
span { border-color: #F2EE1D; }
span { border-color: rgb(242,238,29); }
td.TdClassName
{
border-color: #F2EE1D;
}
.TagClassName
{
border-color: #F2EE1D;
}
</style>