Shades of Lemon #F1E605
Tints of Lemon #F1E605
RGB
CMYK
RGB Variations
Color information
#F1E605 (or 0xF1E605) is known color: Lemon. HEX triplet: F1, E6 and 05. RGB value is (241,230,5). Sum of RGB (Red+Green+Blue) = 241+230+5=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 230 (90.23% from 255 or 48.32% from 476); Blue value is 5 (2.34% from 255 or 1.05% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E605 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1E605 is #0E19FA. Grayscale: #D0D0D0. Windows color (decimal): -924155 or 386801. OLE color: 386801.
HSL color Cylindrical-coordinate representation of color #F1E605: hue angle of 57.2º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1E605 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 230 | 5 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.05 |
| HSL | 57.2º | 0.96% | 0.48% | - |
| HSV(B) | 57.2º | 0.98% | 0.95% | - |
| XYZ | 64.6 | 75.31 | 11.27 | - |
| YUV | 207.64 | 13.64 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 230 | 5 | 0 | 0.05 | 0.98 | 0.05 | 57.2 | 0.96 | 0.48 |
| Hex | F1 | E6 | 5 | 0 | 5 | 62 | 5 | 39 | 60 | 30 |
| Octal | 361 | 346 | 5 | 0 | 5 | 142 | 5 | 71 | 140 | 60 |
| Binary | 11110001 | 11100110 | 101 | 0 | 101 | 1100010 | 101 | 111001 | 1100000 | 110000 |
Color Harmonies of #F1E605
Complementary color
Monochromatic Colors of #F1E605
Black with #F1E605
Text Example
Text Example
White with #F1E605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E605; }
p { color: rgb(241,230,5); }
H1.HeaderClassName
{
color: #F1E605;
}
.AnyTagClassName
{
color: #F1E605;
}
</style>
background-color css
<style>
a { background-color: #F1E605; }
a { background-color: rgb(241,230,5); }
div.DivClassName
{
background-color: #F1E605;
}
.BgClassName
{
background-color: #F1E605;
}
</style>
border-color css
<style>
span { border-color: #F1E605; }
span { border-color: rgb(241,230,5); }
td.TdClassName
{
border-color: #F1E605;
}
.TagClassName
{
border-color: #F1E605;
}
</style>