Shades of Lemon #F2E90D
Tints of Lemon #F2E90D
RGB
CMYK
RGB Variations
Color information
#F2E90D (or 0xF2E90D) is known color: Lemon. HEX triplet: F2, E9 and 0D. RGB value is (242,233,13). Sum of RGB (Red+Green+Blue) = 242+233+13=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 13 (5.47% from 255 or 2.66% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E90D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E90D is #0D16F2. Grayscale: #D3D3D3. Windows color (decimal): -857843 or 911858. OLE color: 911858.
HSL color Cylindrical-coordinate representation of color #F2E90D: hue angle of 57.64º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2E90D is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 233 | 13 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.05 |
| HSL | 57.64º | 0.9% | 0.5% | - |
| HSV(B) | 57.64º | 0.95% | 0.95% | - |
| XYZ | 65.83 | 77.18 | 11.81 | - |
| YUV | 210.61 | 16.48 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 233 | 13 | 0 | 0.04 | 0.95 | 0.05 | 57.64 | 0.9 | 0.5 |
| Hex | F2 | E9 | D | 0 | 4 | 5F | 5 | 3A | 5A | 32 |
| Octal | 362 | 351 | 15 | 0 | 4 | 137 | 5 | 72 | 132 | 62 |
| Binary | 11110010 | 11101001 | 1101 | 0 | 100 | 1011111 | 101 | 111010 | 1011010 | 110010 |
Color Harmonies of #F2E90D
Complementary color
Monochromatic Colors of #F2E90D
Black with #F2E90D
Text Example
Text Example
White with #F2E90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E90D; }
p { color: rgb(242,233,13); }
H1.HeaderClassName
{
color: #F2E90D;
}
.AnyTagClassName
{
color: #F2E90D;
}
</style>
background-color css
<style>
a { background-color: #F2E90D; }
a { background-color: rgb(242,233,13); }
div.DivClassName
{
background-color: #F2E90D;
}
.BgClassName
{
background-color: #F2E90D;
}
</style>
border-color css
<style>
span { border-color: #F2E90D; }
span { border-color: rgb(242,233,13); }
td.TdClassName
{
border-color: #F2E90D;
}
.TagClassName
{
border-color: #F2E90D;
}
</style>