Shades of Lemon #F1F412
Tints of Lemon #F1F412
RGB
CMYK
RGB Variations
Color information
#F1F412 (or 0xF1F412) is known color: Lemon. HEX triplet: F1, F4 and 12. RGB value is (241,244,18). Sum of RGB (Red+Green+Blue) = 241+244+18=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 18 (7.42% from 255 or 3.58% from 503); Max value from RGB is 244 - color contains mainly: green. Hex color #F1F412 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F412 is #0E0BED. Grayscale: #DADADA. Windows color (decimal): -920558 or 1242353. OLE color: 1242353.
HSL color Cylindrical-coordinate representation of color #F1F412: hue angle of 60.8º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1F412 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 244 | 18 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.04 |
| HSL | 60.8º | 0.91% | 0.51% | - |
| HSV(B) | 60.8º | 0.93% | 0.96% | - |
| XYZ | 68.74 | 83.45 | 13.06 | - |
| YUV | 217.34 | 15.51 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 244 | 18 | 0.01 | 0 | 0.93 | 0.04 | 60.8 | 0.91 | 0.51 |
| Hex | F1 | F4 | 12 | 1 | 0 | 5D | 4 | 3D | 5B | 33 |
| Octal | 361 | 364 | 22 | 1 | 0 | 135 | 4 | 75 | 133 | 63 |
| Binary | 11110001 | 11110100 | 10010 | 1 | 0 | 1011101 | 100 | 111101 | 1011011 | 110011 |
Color Harmonies of #F1F412
Complementary color
Monochromatic Colors of #F1F412
Black with #F1F412
Text Example
Text Example
White with #F1F412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F412; }
p { color: rgb(241,244,18); }
H1.HeaderClassName
{
color: #F1F412;
}
.AnyTagClassName
{
color: #F1F412;
}
</style>
background-color css
<style>
a { background-color: #F1F412; }
a { background-color: rgb(241,244,18); }
div.DivClassName
{
background-color: #F1F412;
}
.BgClassName
{
background-color: #F1F412;
}
</style>
border-color css
<style>
span { border-color: #F1F412; }
span { border-color: rgb(241,244,18); }
td.TdClassName
{
border-color: #F1F412;
}
.TagClassName
{
border-color: #F1F412;
}
</style>