Shades of Lemon #F2E71D
Tints of Lemon #F2E71D
RGB
CMYK
RGB Variations
Color information
#F2E71D (or 0xF2E71D) is known color: Lemon. HEX triplet: F2, E7 and 1D. RGB value is (242,231,29). Sum of RGB (Red+Green+Blue) = 242+231+29=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 231 (90.62% from 255 or 46.02% from 502); Blue value is 29 (11.72% from 255 or 5.78% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E71D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E71D is #0D18E2. Grayscale: #D4D4D4. Windows color (decimal): -858339 or 1959922. OLE color: 1959922.
HSL color Cylindrical-coordinate representation of color #F2E71D: hue angle of 56.9º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2E71D is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 29 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.05 |
| HSL | 56.9º | 0.89% | 0.53% | - |
| HSV(B) | 56.9º | 0.88% | 0.95% | - |
| XYZ | 65.42 | 76.12 | 12.41 | - |
| YUV | 211.26 | 25.14 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 29 | 0 | 0.05 | 0.88 | 0.05 | 56.9 | 0.89 | 0.53 |
| Hex | F2 | E7 | 1D | 0 | 5 | 58 | 5 | 39 | 59 | 35 |
| Octal | 362 | 347 | 35 | 0 | 5 | 130 | 5 | 71 | 131 | 65 |
| Binary | 11110010 | 11100111 | 11101 | 0 | 101 | 1011000 | 101 | 111001 | 1011001 | 110101 |
Color Harmonies of #F2E71D
Complementary color
Monochromatic Colors of #F2E71D
Black with #F2E71D
Text Example
Text Example
White with #F2E71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E71D; }
p { color: rgb(242,231,29); }
H1.HeaderClassName
{
color: #F2E71D;
}
.AnyTagClassName
{
color: #F2E71D;
}
</style>
background-color css
<style>
a { background-color: #F2E71D; }
a { background-color: rgb(242,231,29); }
div.DivClassName
{
background-color: #F2E71D;
}
.BgClassName
{
background-color: #F2E71D;
}
</style>
border-color css
<style>
span { border-color: #F2E71D; }
span { border-color: rgb(242,231,29); }
td.TdClassName
{
border-color: #F2E71D;
}
.TagClassName
{
border-color: #F2E71D;
}
</style>