Shades of Lemon #F2ED19
Tints of Lemon #F2ED19
RGB
CMYK
RGB Variations
Color information
#F2ED19 (or 0xF2ED19) is known color: Lemon. HEX triplet: F2, ED and 19. RGB value is (242,237,25). Sum of RGB (Red+Green+Blue) = 242+237+25=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 25 (10.16% from 255 or 4.96% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2ED19 is #0D12E6. Grayscale: #D7D7D7. Windows color (decimal): -856807 or 1699314. OLE color: 1699314.
HSL color Cylindrical-coordinate representation of color #F2ED19: hue angle of 58.62º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2ED19 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 25 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.05 |
| HSL | 58.62º | 0.89% | 0.52% | - |
| HSV(B) | 58.62º | 0.9% | 0.95% | - |
| XYZ | 67.08 | 79.52 | 12.73 | - |
| YUV | 214.33 | 21.16 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 25 | 0 | 0.02 | 0.90 | 0.05 | 58.62 | 0.89 | 0.52 |
| Hex | F2 | ED | 19 | 0 | 2 | 5A | 5 | 3B | 59 | 34 |
| Octal | 362 | 355 | 31 | 0 | 2 | 132 | 5 | 73 | 131 | 64 |
| Binary | 11110010 | 11101101 | 11001 | 0 | 10 | 1011010 | 101 | 111011 | 1011001 | 110100 |
Color Harmonies of #F2ED19
Complementary color
Monochromatic Colors of #F2ED19
Black with #F2ED19
Text Example
Text Example
White with #F2ED19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED19; }
p { color: rgb(242,237,25); }
H1.HeaderClassName
{
color: #F2ED19;
}
.AnyTagClassName
{
color: #F2ED19;
}
</style>
background-color css
<style>
a { background-color: #F2ED19; }
a { background-color: rgb(242,237,25); }
div.DivClassName
{
background-color: #F2ED19;
}
.BgClassName
{
background-color: #F2ED19;
}
</style>
border-color css
<style>
span { border-color: #F2ED19; }
span { border-color: rgb(242,237,25); }
td.TdClassName
{
border-color: #F2ED19;
}
.TagClassName
{
border-color: #F2ED19;
}
</style>