Shades of Lemon #F1F014
Tints of Lemon #F1F014
RGB
CMYK
RGB Variations
Color information
#F1F014 (or 0xF1F014) is known color: Lemon. HEX triplet: F1, F0 and 14. RGB value is (241,240,20). Sum of RGB (Red+Green+Blue) = 241+240+20=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 20 (8.20% from 255 or 3.99% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F014 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F014 is #0E0FEB. Grayscale: #D8D8D8. Windows color (decimal): -921580 or 1372401. OLE color: 1372401.
HSL color Cylindrical-coordinate representation of color #F1F014: hue angle of 59.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1F014 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 20 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.05 |
| HSL | 59.73º | 0.89% | 0.51% | - |
| HSV(B) | 59.73º | 0.92% | 0.95% | - |
| XYZ | 67.56 | 81.07 | 12.75 | - |
| YUV | 215.22 | 17.83 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 20 | 0 | 0.00 | 0.92 | 0.05 | 59.73 | 0.89 | 0.51 |
| Hex | F1 | F0 | 14 | 0 | 0 | 5C | 5 | 3C | 59 | 33 |
| Octal | 361 | 360 | 24 | 0 | 0 | 134 | 5 | 74 | 131 | 63 |
| Binary | 11110001 | 11110000 | 10100 | 0 | 0 | 1011100 | 101 | 111100 | 1011001 | 110011 |
Color Harmonies of #F1F014
Complementary color
Monochromatic Colors of #F1F014
Black with #F1F014
Text Example
Text Example
White with #F1F014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F014; }
p { color: rgb(241,240,20); }
H1.HeaderClassName
{
color: #F1F014;
}
.AnyTagClassName
{
color: #F1F014;
}
</style>
background-color css
<style>
a { background-color: #F1F014; }
a { background-color: rgb(241,240,20); }
div.DivClassName
{
background-color: #F1F014;
}
.BgClassName
{
background-color: #F1F014;
}
</style>
border-color css
<style>
span { border-color: #F1F014; }
span { border-color: rgb(241,240,20); }
td.TdClassName
{
border-color: #F1F014;
}
.TagClassName
{
border-color: #F1F014;
}
</style>