Shades of Lemon #F2E704
Tints of Lemon #F2E704
RGB
CMYK
RGB Variations
Color information
#F2E704 (or 0xF2E704) is known color: Lemon. HEX triplet: F2, E7 and 04. RGB value is (242,231,4). Sum of RGB (Red+Green+Blue) = 242+231+4=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 231 (90.62% from 255 or 48.43% from 477); Blue value is 4 (1.95% from 255 or 0.84% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E704 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E704 is #0D18FB. Grayscale: #D1D1D1. Windows color (decimal): -858364 or 321522. OLE color: 321522.
HSL color Cylindrical-coordinate representation of color #F2E704: hue angle of 57.23º 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 #F2E704 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 4 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.05 |
| HSL | 57.23º | 0.97% | 0.48% | - |
| HSV(B) | 57.23º | 0.98% | 0.95% | - |
| XYZ | 65.22 | 76.04 | 11.35 | - |
| YUV | 208.41 | 12.64 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 4 | 0 | 0.05 | 0.98 | 0.05 | 57.23 | 0.97 | 0.48 |
| Hex | F2 | E7 | 4 | 0 | 5 | 62 | 5 | 39 | 61 | 30 |
| Octal | 362 | 347 | 4 | 0 | 5 | 142 | 5 | 71 | 141 | 60 |
| Binary | 11110010 | 11100111 | 100 | 0 | 101 | 1100010 | 101 | 111001 | 1100001 | 110000 |
Color Harmonies of #F2E704
Complementary color
Monochromatic Colors of #F2E704
Black with #F2E704
Text Example
Text Example
White with #F2E704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E704; }
p { color: rgb(242,231,4); }
H1.HeaderClassName
{
color: #F2E704;
}
.AnyTagClassName
{
color: #F2E704;
}
</style>
background-color css
<style>
a { background-color: #F2E704; }
a { background-color: rgb(242,231,4); }
div.DivClassName
{
background-color: #F2E704;
}
.BgClassName
{
background-color: #F2E704;
}
</style>
border-color css
<style>
span { border-color: #F2E704; }
span { border-color: rgb(242,231,4); }
td.TdClassName
{
border-color: #F2E704;
}
.TagClassName
{
border-color: #F2E704;
}
</style>