Shades of Lemon #F2ED0C
Tints of Lemon #F2ED0C
RGB
CMYK
RGB Variations
Color information
#F2ED0C (or 0xF2ED0C) is known color: Lemon. HEX triplet: F2, ED and 0C. RGB value is (242,237,12). Sum of RGB (Red+Green+Blue) = 242+237+12=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 12 (5.08% from 255 or 2.44% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2ED0C is #0D12F3. Grayscale: #D5D5D5. Windows color (decimal): -856820 or 847346. OLE color: 847346.
HSL color Cylindrical-coordinate representation of color #F2ED0C: hue angle of 58.7º degrees, saturation: 0.91, 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 #F2ED0C is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 12 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.05 |
| HSL | 58.7º | 0.91% | 0.5% | - |
| HSV(B) | 58.7º | 0.95% | 0.95% | - |
| XYZ | 66.97 | 79.47 | 12.16 | - |
| YUV | 212.85 | 14.66 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 12 | 0 | 0.02 | 0.95 | 0.05 | 58.7 | 0.91 | 0.5 |
| Hex | F2 | ED | C | 0 | 2 | 5F | 5 | 3B | 5B | 32 |
| Octal | 362 | 355 | 14 | 0 | 2 | 137 | 5 | 73 | 133 | 62 |
| Binary | 11110010 | 11101101 | 1100 | 0 | 10 | 1011111 | 101 | 111011 | 1011011 | 110010 |
Color Harmonies of #F2ED0C
Complementary color
Monochromatic Colors of #F2ED0C
Black with #F2ED0C
Text Example
Text Example
White with #F2ED0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED0C; }
p { color: rgb(242,237,12); }
H1.HeaderClassName
{
color: #F2ED0C;
}
.AnyTagClassName
{
color: #F2ED0C;
}
</style>
background-color css
<style>
a { background-color: #F2ED0C; }
a { background-color: rgb(242,237,12); }
div.DivClassName
{
background-color: #F2ED0C;
}
.BgClassName
{
background-color: #F2ED0C;
}
</style>
border-color css
<style>
span { border-color: #F2ED0C; }
span { border-color: rgb(242,237,12); }
td.TdClassName
{
border-color: #F2ED0C;
}
.TagClassName
{
border-color: #F2ED0C;
}
</style>