Shades of Lemon #F1EE18
Tints of Lemon #F1EE18
RGB
CMYK
RGB Variations
Color information
#F1EE18 (or 0xF1EE18) is known color: Lemon. HEX triplet: F1, EE and 18. RGB value is (241,238,24). Sum of RGB (Red+Green+Blue) = 241+238+24=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 24 (9.77% from 255 or 4.77% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1EE18 is #0E11E7. Grayscale: #D7D7D7. Windows color (decimal): -922088 or 1634033. OLE color: 1634033.
HSL color Cylindrical-coordinate representation of color #F1EE18: hue angle of 59.17º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1EE18 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 238 | 24 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.05 |
| HSL | 59.17º | 0.89% | 0.52% | - |
| HSV(B) | 59.17º | 0.9% | 0.95% | - |
| XYZ | 67.02 | 79.92 | 12.76 | - |
| YUV | 214.5 | 20.49 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 238 | 24 | 0 | 0.01 | 0.90 | 0.05 | 59.17 | 0.89 | 0.52 |
| Hex | F1 | EE | 18 | 0 | 1 | 5A | 5 | 3B | 59 | 34 |
| Octal | 361 | 356 | 30 | 0 | 1 | 132 | 5 | 73 | 131 | 64 |
| Binary | 11110001 | 11101110 | 11000 | 0 | 1 | 1011010 | 101 | 111011 | 1011001 | 110100 |
Color Harmonies of #F1EE18
Complementary color
Monochromatic Colors of #F1EE18
Black with #F1EE18
Text Example
Text Example
White with #F1EE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EE18; }
p { color: rgb(241,238,24); }
H1.HeaderClassName
{
color: #F1EE18;
}
.AnyTagClassName
{
color: #F1EE18;
}
</style>
background-color css
<style>
a { background-color: #F1EE18; }
a { background-color: rgb(241,238,24); }
div.DivClassName
{
background-color: #F1EE18;
}
.BgClassName
{
background-color: #F1EE18;
}
</style>
border-color css
<style>
span { border-color: #F1EE18; }
span { border-color: rgb(241,238,24); }
td.TdClassName
{
border-color: #F1EE18;
}
.TagClassName
{
border-color: #F1EE18;
}
</style>