Shades of Lemon #F2EB04
Tints of Lemon #F2EB04
RGB
CMYK
RGB Variations
Color information
#F2EB04 (or 0xF2EB04) is known color: Lemon. HEX triplet: F2, EB and 04. RGB value is (242,235,4). Sum of RGB (Red+Green+Blue) = 242+235+4=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 4 (1.95% from 255 or 0.83% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EB04 is #0D14FB. Grayscale: #D3D3D3. Windows color (decimal): -857340 or 322546. OLE color: 322546.
HSL color Cylindrical-coordinate representation of color #F2EB04: hue angle of 58.24º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2EB04 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 4 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.05 |
| HSL | 58.24º | 0.97% | 0.48% | - |
| HSV(B) | 58.24º | 0.98% | 0.95% | - |
| XYZ | 66.35 | 78.3 | 11.73 | - |
| YUV | 210.76 | 11.32 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 4 | 0 | 0.03 | 0.98 | 0.05 | 58.24 | 0.97 | 0.48 |
| Hex | F2 | EB | 4 | 0 | 3 | 62 | 5 | 3A | 61 | 30 |
| Octal | 362 | 353 | 4 | 0 | 3 | 142 | 5 | 72 | 141 | 60 |
| Binary | 11110010 | 11101011 | 100 | 0 | 11 | 1100010 | 101 | 111010 | 1100001 | 110000 |
Color Harmonies of #F2EB04
Complementary color
Monochromatic Colors of #F2EB04
Black with #F2EB04
Text Example
Text Example
White with #F2EB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EB04; }
p { color: rgb(242,235,4); }
H1.HeaderClassName
{
color: #F2EB04;
}
.AnyTagClassName
{
color: #F2EB04;
}
</style>
background-color css
<style>
a { background-color: #F2EB04; }
a { background-color: rgb(242,235,4); }
div.DivClassName
{
background-color: #F2EB04;
}
.BgClassName
{
background-color: #F2EB04;
}
</style>
border-color css
<style>
span { border-color: #F2EB04; }
span { border-color: rgb(242,235,4); }
td.TdClassName
{
border-color: #F2EB04;
}
.TagClassName
{
border-color: #F2EB04;
}
</style>