Shades of Lemon #F2E720
Tints of Lemon #F2E720
RGB
CMYK
RGB Variations
Color information
#F2E720 (or 0xF2E720) is known color: Lemon. HEX triplet: F2, E7 and 20. RGB value is (242,231,32). Sum of RGB (Red+Green+Blue) = 242+231+32=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 231 (90.62% from 255 or 45.74% from 505); Blue value is 32 (12.89% from 255 or 6.34% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E720 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E720 is #0D18DF. Grayscale: #D4D4D4. Windows color (decimal): -858336 or 2156530. OLE color: 2156530.
HSL color Cylindrical-coordinate representation of color #F2E720: hue angle of 56.86º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2E720 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 32 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.05 |
| HSL | 56.86º | 0.89% | 0.54% | - |
| HSV(B) | 56.86º | 0.87% | 0.95% | - |
| XYZ | 65.45 | 76.13 | 12.61 | - |
| YUV | 211.6 | 26.64 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 32 | 0 | 0.05 | 0.87 | 0.05 | 56.86 | 0.89 | 0.54 |
| Hex | F2 | E7 | 20 | 0 | 5 | 57 | 5 | 39 | 59 | 36 |
| Octal | 362 | 347 | 40 | 0 | 5 | 127 | 5 | 71 | 131 | 66 |
| Binary | 11110010 | 11100111 | 100000 | 0 | 101 | 1010111 | 101 | 111001 | 1011001 | 110110 |
Color Harmonies of #F2E720
Complementary color
Monochromatic Colors of #F2E720
Black with #F2E720
Text Example
Text Example
White with #F2E720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E720; }
p { color: rgb(242,231,32); }
H1.HeaderClassName
{
color: #F2E720;
}
.AnyTagClassName
{
color: #F2E720;
}
</style>
background-color css
<style>
a { background-color: #F2E720; }
a { background-color: rgb(242,231,32); }
div.DivClassName
{
background-color: #F2E720;
}
.BgClassName
{
background-color: #F2E720;
}
</style>
border-color css
<style>
span { border-color: #F2E720; }
span { border-color: rgb(242,231,32); }
td.TdClassName
{
border-color: #F2E720;
}
.TagClassName
{
border-color: #F2E720;
}
</style>