Shades of Lemon #F2ED02
Tints of Lemon #F2ED02
RGB
CMYK
RGB Variations
Color information
#F2ED02 (or 0xF2ED02) is known color: Lemon. HEX triplet: F2, ED and 02. RGB value is (242,237,2). Sum of RGB (Red+Green+Blue) = 242+237+2=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 2 (1.17% from 255 or 0.42% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2ED02 is #0D12FD. Grayscale: #D4D4D4. Windows color (decimal): -856830 or 191986. OLE color: 191986.
HSL color Cylindrical-coordinate representation of color #F2ED02: hue angle of 58.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2ED02 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.05 |
| HSL | 58.75º | 0.98% | 0.48% | - |
| HSV(B) | 58.75º | 0.99% | 0.95% | - |
| XYZ | 66.91 | 79.45 | 11.87 | - |
| YUV | 211.71 | 9.66 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 2 | 0 | 0.02 | 0.99 | 0.05 | 58.75 | 0.98 | 0.48 |
| Hex | F2 | ED | 2 | 0 | 2 | 63 | 5 | 3B | 62 | 30 |
| Octal | 362 | 355 | 2 | 0 | 2 | 143 | 5 | 73 | 142 | 60 |
| Binary | 11110010 | 11101101 | 10 | 0 | 10 | 1100011 | 101 | 111011 | 1100010 | 110000 |
Color Harmonies of #F2ED02
Complementary color
Monochromatic Colors of #F2ED02
Black with #F2ED02
Text Example
Text Example
White with #F2ED02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED02; }
p { color: rgb(242,237,2); }
H1.HeaderClassName
{
color: #F2ED02;
}
.AnyTagClassName
{
color: #F2ED02;
}
</style>
background-color css
<style>
a { background-color: #F2ED02; }
a { background-color: rgb(242,237,2); }
div.DivClassName
{
background-color: #F2ED02;
}
.BgClassName
{
background-color: #F2ED02;
}
</style>
border-color css
<style>
span { border-color: #F2ED02; }
span { border-color: rgb(242,237,2); }
td.TdClassName
{
border-color: #F2ED02;
}
.TagClassName
{
border-color: #F2ED02;
}
</style>