Shades of Lemon #F2ED03
Tints of Lemon #F2ED03
RGB
CMYK
RGB Variations
Color information
#F2ED03 (or 0xF2ED03) is known color: Lemon. HEX triplet: F2, ED and 03. RGB value is (242,237,3). Sum of RGB (Red+Green+Blue) = 242+237+3=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 3 (1.56% from 255 or 0.62% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2ED03 is #0D12FC. Grayscale: #D4D4D4. Windows color (decimal): -856829 or 257522. OLE color: 257522.
HSL color Cylindrical-coordinate representation of color #F2ED03: hue angle of 58.74º 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 #F2ED03 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 3 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.05 |
| HSL | 58.74º | 0.98% | 0.48% | - |
| HSV(B) | 58.74º | 0.99% | 0.95% | - |
| XYZ | 66.92 | 79.45 | 11.89 | - |
| YUV | 211.82 | 10.16 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 3 | 0 | 0.02 | 0.99 | 0.05 | 58.74 | 0.98 | 0.48 |
| Hex | F2 | ED | 3 | 0 | 2 | 63 | 5 | 3B | 62 | 30 |
| Octal | 362 | 355 | 3 | 0 | 2 | 143 | 5 | 73 | 142 | 60 |
| Binary | 11110010 | 11101101 | 11 | 0 | 10 | 1100011 | 101 | 111011 | 1100010 | 110000 |
Color Harmonies of #F2ED03
Complementary color
Monochromatic Colors of #F2ED03
Black with #F2ED03
Text Example
Text Example
White with #F2ED03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED03; }
p { color: rgb(242,237,3); }
H1.HeaderClassName
{
color: #F2ED03;
}
.AnyTagClassName
{
color: #F2ED03;
}
</style>
background-color css
<style>
a { background-color: #F2ED03; }
a { background-color: rgb(242,237,3); }
div.DivClassName
{
background-color: #F2ED03;
}
.BgClassName
{
background-color: #F2ED03;
}
</style>
border-color css
<style>
span { border-color: #F2ED03; }
span { border-color: rgb(242,237,3); }
td.TdClassName
{
border-color: #F2ED03;
}
.TagClassName
{
border-color: #F2ED03;
}
</style>