Shades of Lemon #F2ED0D
Tints of Lemon #F2ED0D
RGB
CMYK
RGB Variations
Color information
#F2ED0D (or 0xF2ED0D) is known color: Lemon. HEX triplet: F2, ED and 0D. RGB value is (242,237,13). Sum of RGB (Red+Green+Blue) = 242+237+13=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 13 (5.47% from 255 or 2.64% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2ED0D is #0D12F2. Grayscale: #D5D5D5. Windows color (decimal): -856819 or 912882. OLE color: 912882.
HSL color Cylindrical-coordinate representation of color #F2ED0D: hue angle of 58.69º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2ED0D is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 13 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.05 |
| HSL | 58.69º | 0.9% | 0.5% | - |
| HSV(B) | 58.69º | 0.95% | 0.95% | - |
| XYZ | 66.97 | 79.47 | 12.19 | - |
| YUV | 212.96 | 15.16 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 13 | 0 | 0.02 | 0.95 | 0.05 | 58.69 | 0.9 | 0.5 |
| Hex | F2 | ED | D | 0 | 2 | 5F | 5 | 3B | 5A | 32 |
| Octal | 362 | 355 | 15 | 0 | 2 | 137 | 5 | 73 | 132 | 62 |
| Binary | 11110010 | 11101101 | 1101 | 0 | 10 | 1011111 | 101 | 111011 | 1011010 | 110010 |
Color Harmonies of #F2ED0D
Complementary color
Monochromatic Colors of #F2ED0D
Black with #F2ED0D
Text Example
Text Example
White with #F2ED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED0D; }
p { color: rgb(242,237,13); }
H1.HeaderClassName
{
color: #F2ED0D;
}
.AnyTagClassName
{
color: #F2ED0D;
}
</style>
background-color css
<style>
a { background-color: #F2ED0D; }
a { background-color: rgb(242,237,13); }
div.DivClassName
{
background-color: #F2ED0D;
}
.BgClassName
{
background-color: #F2ED0D;
}
</style>
border-color css
<style>
span { border-color: #F2ED0D; }
span { border-color: rgb(242,237,13); }
td.TdClassName
{
border-color: #F2ED0D;
}
.TagClassName
{
border-color: #F2ED0D;
}
</style>