Shades of Lemon #F1E807
Tints of Lemon #F1E807
RGB
CMYK
RGB Variations
Color information
#F1E807 (or 0xF1E807) is known color: Lemon. HEX triplet: F1, E8 and 07. RGB value is (241,232,7). Sum of RGB (Red+Green+Blue) = 241+232+7=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 232 (91.02% from 255 or 48.33% from 480); Blue value is 7 (3.12% from 255 or 1.46% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E807 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1E807 is #0E17F8. Grayscale: #D1D1D1. Windows color (decimal): -923641 or 518385. OLE color: 518385.
HSL color Cylindrical-coordinate representation of color #F1E807: hue angle of 57.69º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F1E807 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 7 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.05 |
| HSL | 57.69º | 0.94% | 0.49% | - |
| HSV(B) | 57.69º | 0.97% | 0.95% | - |
| XYZ | 65.17 | 76.43 | 11.52 | - |
| YUV | 209.04 | 13.98 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 7 | 0 | 0.04 | 0.97 | 0.05 | 57.69 | 0.94 | 0.49 |
| Hex | F1 | E8 | 7 | 0 | 4 | 61 | 5 | 3A | 5E | 31 |
| Octal | 361 | 350 | 7 | 0 | 4 | 141 | 5 | 72 | 136 | 61 |
| Binary | 11110001 | 11101000 | 111 | 0 | 100 | 1100001 | 101 | 111010 | 1011110 | 110001 |
Color Harmonies of #F1E807
Complementary color
Monochromatic Colors of #F1E807
Black with #F1E807
Text Example
Text Example
White with #F1E807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E807; }
p { color: rgb(241,232,7); }
H1.HeaderClassName
{
color: #F1E807;
}
.AnyTagClassName
{
color: #F1E807;
}
</style>
background-color css
<style>
a { background-color: #F1E807; }
a { background-color: rgb(241,232,7); }
div.DivClassName
{
background-color: #F1E807;
}
.BgClassName
{
background-color: #F1E807;
}
</style>
border-color css
<style>
span { border-color: #F1E807; }
span { border-color: rgb(241,232,7); }
td.TdClassName
{
border-color: #F1E807;
}
.TagClassName
{
border-color: #F1E807;
}
</style>