Shades of Lemon #F2E714
Tints of Lemon #F2E714
RGB
CMYK
RGB Variations
Color information
#F2E714 (or 0xF2E714) is known color: Lemon. HEX triplet: F2, E7 and 14. RGB value is (242,231,20). Sum of RGB (Red+Green+Blue) = 242+231+20=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 20 (8.20% from 255 or 4.06% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E714 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E714 is #0D18EB. Grayscale: #D3D3D3. Windows color (decimal): -858348 or 1370098. OLE color: 1370098.
HSL color Cylindrical-coordinate representation of color #F2E714: hue angle of 57.03º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2E714 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 20 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.05 |
| HSL | 57.03º | 0.9% | 0.51% | - |
| HSV(B) | 57.03º | 0.92% | 0.95% | - |
| XYZ | 65.32 | 76.08 | 11.9 | - |
| YUV | 210.24 | 20.64 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 20 | 0 | 0.05 | 0.92 | 0.05 | 57.03 | 0.9 | 0.51 |
| Hex | F2 | E7 | 14 | 0 | 5 | 5C | 5 | 39 | 5A | 33 |
| Octal | 362 | 347 | 24 | 0 | 5 | 134 | 5 | 71 | 132 | 63 |
| Binary | 11110010 | 11100111 | 10100 | 0 | 101 | 1011100 | 101 | 111001 | 1011010 | 110011 |
Color Harmonies of #F2E714
Complementary color
Monochromatic Colors of #F2E714
Black with #F2E714
Text Example
Text Example
White with #F2E714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E714; }
p { color: rgb(242,231,20); }
H1.HeaderClassName
{
color: #F2E714;
}
.AnyTagClassName
{
color: #F2E714;
}
</style>
background-color css
<style>
a { background-color: #F2E714; }
a { background-color: rgb(242,231,20); }
div.DivClassName
{
background-color: #F2E714;
}
.BgClassName
{
background-color: #F2E714;
}
</style>
border-color css
<style>
span { border-color: #F2E714; }
span { border-color: rgb(242,231,20); }
td.TdClassName
{
border-color: #F2E714;
}
.TagClassName
{
border-color: #F2E714;
}
</style>