Shades of Lemon #F1E01D
Tints of Lemon #F1E01D
RGB
CMYK
RGB Variations
Color information
#F1E01D (or 0xF1E01D) is known color: Lemon. HEX triplet: F1, E0 and 1D. RGB value is (241,224,29). Sum of RGB (Red+Green+Blue) = 241+224+29=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 29 (11.72% from 255 or 5.87% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E01D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1E01D is #0E1FE2. Grayscale: #CFCFCF. Windows color (decimal): -925667 or 1958129. OLE color: 1958129.
HSL color Cylindrical-coordinate representation of color #F1E01D: hue angle of 55.19º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1E01D is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 224 | 29 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.05 |
| HSL | 55.19º | 0.88% | 0.53% | - |
| HSV(B) | 55.19º | 0.88% | 0.95% | - |
| XYZ | 63.15 | 72.1 | 11.75 | - |
| YUV | 206.85 | 27.63 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 224 | 29 | 0 | 0.07 | 0.88 | 0.05 | 55.19 | 0.88 | 0.53 |
| Hex | F1 | E0 | 1D | 0 | 7 | 58 | 5 | 37 | 58 | 35 |
| Octal | 361 | 340 | 35 | 0 | 7 | 130 | 5 | 67 | 130 | 65 |
| Binary | 11110001 | 11100000 | 11101 | 0 | 111 | 1011000 | 101 | 110111 | 1011000 | 110101 |
Color Harmonies of #F1E01D
Complementary color
Monochromatic Colors of #F1E01D
Black with #F1E01D
Text Example
Text Example
White with #F1E01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E01D; }
p { color: rgb(241,224,29); }
H1.HeaderClassName
{
color: #F1E01D;
}
.AnyTagClassName
{
color: #F1E01D;
}
</style>
background-color css
<style>
a { background-color: #F1E01D; }
a { background-color: rgb(241,224,29); }
div.DivClassName
{
background-color: #F1E01D;
}
.BgClassName
{
background-color: #F1E01D;
}
</style>
border-color css
<style>
span { border-color: #F1E01D; }
span { border-color: rgb(241,224,29); }
td.TdClassName
{
border-color: #F1E01D;
}
.TagClassName
{
border-color: #F1E01D;
}
</style>