Shades of Lemon #F1E820
Tints of Lemon #F1E820
RGB
CMYK
RGB Variations
Color information
#F1E820 (or 0xF1E820) is known color: Lemon. HEX triplet: F1, E8 and 20. RGB value is (241,232,32). Sum of RGB (Red+Green+Blue) = 241+232+32=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 32 (12.89% from 255 or 6.34% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E820 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1E820 is #0E17DF. Grayscale: #D4D4D4. Windows color (decimal): -923616 or 2156785. OLE color: 2156785.
HSL color Cylindrical-coordinate representation of color #F1E820: hue angle of 57.42º degrees, saturation: 0.88, 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 #F1E820 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 32 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.05 |
| HSL | 57.42º | 0.88% | 0.54% | - |
| HSV(B) | 57.42º | 0.87% | 0.95% | - |
| XYZ | 65.39 | 76.52 | 12.69 | - |
| YUV | 211.89 | 26.48 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 32 | 0 | 0.04 | 0.87 | 0.05 | 57.42 | 0.88 | 0.54 |
| Hex | F1 | E8 | 20 | 0 | 4 | 57 | 5 | 39 | 58 | 36 |
| Octal | 361 | 350 | 40 | 0 | 4 | 127 | 5 | 71 | 130 | 66 |
| Binary | 11110001 | 11101000 | 100000 | 0 | 100 | 1010111 | 101 | 111001 | 1011000 | 110110 |
Color Harmonies of #F1E820
Complementary color
Monochromatic Colors of #F1E820
Black with #F1E820
Text Example
Text Example
White with #F1E820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E820; }
p { color: rgb(241,232,32); }
H1.HeaderClassName
{
color: #F1E820;
}
.AnyTagClassName
{
color: #F1E820;
}
</style>
background-color css
<style>
a { background-color: #F1E820; }
a { background-color: rgb(241,232,32); }
div.DivClassName
{
background-color: #F1E820;
}
.BgClassName
{
background-color: #F1E820;
}
</style>
border-color css
<style>
span { border-color: #F1E820; }
span { border-color: rgb(241,232,32); }
td.TdClassName
{
border-color: #F1E820;
}
.TagClassName
{
border-color: #F1E820;
}
</style>