Shades of Lemon #F1EC0B
Tints of Lemon #F1EC0B
RGB
CMYK
RGB Variations
Color information
#F1EC0B (or 0xF1EC0B) is known color: Lemon. HEX triplet: F1, EC and 0B. RGB value is (241,236,11). Sum of RGB (Red+Green+Blue) = 241+236+11=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 11 (4.69% from 255 or 2.25% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EC0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1EC0B is #0E13F4. Grayscale: #D4D4D4. Windows color (decimal): -922613 or 781553. OLE color: 781553.
HSL color Cylindrical-coordinate representation of color #F1EC0B: hue angle of 58.7º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1EC0B is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 236 | 11 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.05 |
| HSL | 58.7º | 0.91% | 0.49% | - |
| HSV(B) | 58.7º | 0.95% | 0.95% | - |
| XYZ | 66.33 | 78.72 | 12.01 | - |
| YUV | 211.85 | 14.66 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 236 | 11 | 0 | 0.02 | 0.95 | 0.05 | 58.7 | 0.91 | 0.49 |
| Hex | F1 | EC | B | 0 | 2 | 5F | 5 | 3B | 5B | 31 |
| Octal | 361 | 354 | 13 | 0 | 2 | 137 | 5 | 73 | 133 | 61 |
| Binary | 11110001 | 11101100 | 1011 | 0 | 10 | 1011111 | 101 | 111011 | 1011011 | 110001 |
Color Harmonies of #F1EC0B
Complementary color
Monochromatic Colors of #F1EC0B
Black with #F1EC0B
Text Example
Text Example
White with #F1EC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EC0B; }
p { color: rgb(241,236,11); }
H1.HeaderClassName
{
color: #F1EC0B;
}
.AnyTagClassName
{
color: #F1EC0B;
}
</style>
background-color css
<style>
a { background-color: #F1EC0B; }
a { background-color: rgb(241,236,11); }
div.DivClassName
{
background-color: #F1EC0B;
}
.BgClassName
{
background-color: #F1EC0B;
}
</style>
border-color css
<style>
span { border-color: #F1EC0B; }
span { border-color: rgb(241,236,11); }
td.TdClassName
{
border-color: #F1EC0B;
}
.TagClassName
{
border-color: #F1EC0B;
}
</style>