Shades of Lemon #F2E80F
Tints of Lemon #F2E80F
RGB
CMYK
RGB Variations
Color information
#F2E80F (or 0xF2E80F) is known color: Lemon. HEX triplet: F2, E8 and 0F. RGB value is (242,232,15). Sum of RGB (Red+Green+Blue) = 242+232+15=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 15 (6.25% from 255 or 3.07% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E80F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E80F is #0D17F0. Grayscale: #D3D3D3. Windows color (decimal): -858097 or 1042674. OLE color: 1042674.
HSL color Cylindrical-coordinate representation of color #F2E80F: hue angle of 57.36º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2E80F is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 232 | 15 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.05 |
| HSL | 57.36º | 0.9% | 0.5% | - |
| HSV(B) | 57.36º | 0.94% | 0.95% | - |
| XYZ | 65.56 | 76.62 | 11.79 | - |
| YUV | 210.25 | 17.81 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 232 | 15 | 0 | 0.04 | 0.94 | 0.05 | 57.36 | 0.9 | 0.5 |
| Hex | F2 | E8 | F | 0 | 4 | 5E | 5 | 39 | 5A | 32 |
| Octal | 362 | 350 | 17 | 0 | 4 | 136 | 5 | 71 | 132 | 62 |
| Binary | 11110010 | 11101000 | 1111 | 0 | 100 | 1011110 | 101 | 111001 | 1011010 | 110010 |
Color Harmonies of #F2E80F
Complementary color
Monochromatic Colors of #F2E80F
Black with #F2E80F
Text Example
Text Example
White with #F2E80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E80F; }
p { color: rgb(242,232,15); }
H1.HeaderClassName
{
color: #F2E80F;
}
.AnyTagClassName
{
color: #F2E80F;
}
</style>
background-color css
<style>
a { background-color: #F2E80F; }
a { background-color: rgb(242,232,15); }
div.DivClassName
{
background-color: #F2E80F;
}
.BgClassName
{
background-color: #F2E80F;
}
</style>
border-color css
<style>
span { border-color: #F2E80F; }
span { border-color: rgb(242,232,15); }
td.TdClassName
{
border-color: #F2E80F;
}
.TagClassName
{
border-color: #F2E80F;
}
</style>