Shades of Lemon #F1EF1A
Tints of Lemon #F1EF1A
RGB
CMYK
RGB Variations
Color information
#F1EF1A (or 0xF1EF1A) is known color: Lemon. HEX triplet: F1, EF and 1A. RGB value is (241,239,26). Sum of RGB (Red+Green+Blue) = 241+239+26=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 26 (10.55% from 255 or 5.14% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EF1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1EF1A is #0E10E5. Grayscale: #D8D8D8. Windows color (decimal): -921830 or 1765361. OLE color: 1765361.
HSL color Cylindrical-coordinate representation of color #F1EF1A: hue angle of 59.44º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F1EF1A is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 239 | 26 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.05 |
| HSL | 59.44º | 0.88% | 0.52% | - |
| HSV(B) | 59.44º | 0.89% | 0.95% | - |
| XYZ | 67.33 | 80.51 | 12.97 | - |
| YUV | 215.32 | 21.16 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 239 | 26 | 0 | 0.01 | 0.89 | 0.05 | 59.44 | 0.88 | 0.52 |
| Hex | F1 | EF | 1A | 0 | 1 | 59 | 5 | 3B | 58 | 34 |
| Octal | 361 | 357 | 32 | 0 | 1 | 131 | 5 | 73 | 130 | 64 |
| Binary | 11110001 | 11101111 | 11010 | 0 | 1 | 1011001 | 101 | 111011 | 1011000 | 110100 |
Color Harmonies of #F1EF1A
Complementary color
Monochromatic Colors of #F1EF1A
Black with #F1EF1A
Text Example
Text Example
White with #F1EF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EF1A; }
p { color: rgb(241,239,26); }
H1.HeaderClassName
{
color: #F1EF1A;
}
.AnyTagClassName
{
color: #F1EF1A;
}
</style>
background-color css
<style>
a { background-color: #F1EF1A; }
a { background-color: rgb(241,239,26); }
div.DivClassName
{
background-color: #F1EF1A;
}
.BgClassName
{
background-color: #F1EF1A;
}
</style>
border-color css
<style>
span { border-color: #F1EF1A; }
span { border-color: rgb(241,239,26); }
td.TdClassName
{
border-color: #F1EF1A;
}
.TagClassName
{
border-color: #F1EF1A;
}
</style>