Shades of Lemon #F1F013
Tints of Lemon #F1F013
RGB
CMYK
RGB Variations
Color information
#F1F013 (or 0xF1F013) is known color: Lemon. HEX triplet: F1, F0 and 13. RGB value is (241,240,19). Sum of RGB (Red+Green+Blue) = 241+240+19=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 19 (7.81% from 255 or 3.8% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F013 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F013 is #0E0FEC. Grayscale: #D7D7D7. Windows color (decimal): -921581 or 1306865. OLE color: 1306865.
HSL color Cylindrical-coordinate representation of color #F1F013: 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 #F1F013 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 19 | - |
| 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.55 | 81.07 | 12.7 | - |
| YUV | 215.11 | 17.33 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 19 | 0 | 0.00 | 0.92 | 0.05 | 59.73 | 0.89 | 0.51 |
| Hex | F1 | F0 | 13 | 0 | 0 | 5C | 5 | 3C | 59 | 33 |
| Octal | 361 | 360 | 23 | 0 | 0 | 134 | 5 | 74 | 131 | 63 |
| Binary | 11110001 | 11110000 | 10011 | 0 | 0 | 1011100 | 101 | 111100 | 1011001 | 110011 |
Color Harmonies of #F1F013
Complementary color
Monochromatic Colors of #F1F013
Black with #F1F013
Text Example
Text Example
White with #F1F013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F013; }
p { color: rgb(241,240,19); }
H1.HeaderClassName
{
color: #F1F013;
}
.AnyTagClassName
{
color: #F1F013;
}
</style>
background-color css
<style>
a { background-color: #F1F013; }
a { background-color: rgb(241,240,19); }
div.DivClassName
{
background-color: #F1F013;
}
.BgClassName
{
background-color: #F1F013;
}
</style>
border-color css
<style>
span { border-color: #F1F013; }
span { border-color: rgb(241,240,19); }
td.TdClassName
{
border-color: #F1F013;
}
.TagClassName
{
border-color: #F1F013;
}
</style>