Shades of Lemon #F2ED1D
Tints of Lemon #F2ED1D
RGB
CMYK
RGB Variations
Color information
#F2ED1D (or 0xF2ED1D) is known color: Lemon. HEX triplet: F2, ED and 1D. RGB value is (242,237,29). Sum of RGB (Red+Green+Blue) = 242+237+29=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 29 (11.72% from 255 or 5.71% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2ED1D is #0D12E2. Grayscale: #D7D7D7. Windows color (decimal): -856803 or 1961458. OLE color: 1961458.
HSL color Cylindrical-coordinate representation of color #F2ED1D: hue angle of 58.59º 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 #F2ED1D is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 29 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.05 |
| HSL | 58.59º | 0.89% | 0.53% | - |
| HSV(B) | 58.59º | 0.88% | 0.95% | - |
| XYZ | 67.12 | 79.53 | 12.98 | - |
| YUV | 214.78 | 23.16 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 29 | 0 | 0.02 | 0.88 | 0.05 | 58.59 | 0.89 | 0.53 |
| Hex | F2 | ED | 1D | 0 | 2 | 58 | 5 | 3B | 59 | 35 |
| Octal | 362 | 355 | 35 | 0 | 2 | 130 | 5 | 73 | 131 | 65 |
| Binary | 11110010 | 11101101 | 11101 | 0 | 10 | 1011000 | 101 | 111011 | 1011001 | 110101 |
Color Harmonies of #F2ED1D
Complementary color
Monochromatic Colors of #F2ED1D
Black with #F2ED1D
Text Example
Text Example
White with #F2ED1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED1D; }
p { color: rgb(242,237,29); }
H1.HeaderClassName
{
color: #F2ED1D;
}
.AnyTagClassName
{
color: #F2ED1D;
}
</style>
background-color css
<style>
a { background-color: #F2ED1D; }
a { background-color: rgb(242,237,29); }
div.DivClassName
{
background-color: #F2ED1D;
}
.BgClassName
{
background-color: #F2ED1D;
}
</style>
border-color css
<style>
span { border-color: #F2ED1D; }
span { border-color: rgb(242,237,29); }
td.TdClassName
{
border-color: #F2ED1D;
}
.TagClassName
{
border-color: #F2ED1D;
}
</style>