Shades of Lemon #F1F310
Tints of Lemon #F1F310
RGB
CMYK
RGB Variations
Color information
#F1F310 (or 0xF1F310) is known color: Lemon. HEX triplet: F1, F3 and 10. RGB value is (241,243,16). Sum of RGB (Red+Green+Blue) = 241+243+16=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 16 (6.64% from 255 or 3.2% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F310 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F310 is #0E0CEF. Grayscale: #D9D9D9. Windows color (decimal): -920816 or 1111025. OLE color: 1111025.
HSL color Cylindrical-coordinate representation of color #F1F310: hue angle of 60.53º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1F310 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 243 | 16 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.05 |
| HSL | 60.53º | 0.9% | 0.51% | - |
| HSV(B) | 60.53º | 0.93% | 0.95% | - |
| XYZ | 68.42 | 82.84 | 12.87 | - |
| YUV | 216.52 | 14.84 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 243 | 16 | 0.01 | 0 | 0.93 | 0.05 | 60.53 | 0.9 | 0.51 |
| Hex | F1 | F3 | 10 | 1 | 0 | 5D | 5 | 3D | 5A | 33 |
| Octal | 361 | 363 | 20 | 1 | 0 | 135 | 5 | 75 | 132 | 63 |
| Binary | 11110001 | 11110011 | 10000 | 1 | 0 | 1011101 | 101 | 111101 | 1011010 | 110011 |
Color Harmonies of #F1F310
Complementary color
Monochromatic Colors of #F1F310
Black with #F1F310
Text Example
Text Example
White with #F1F310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F310; }
p { color: rgb(241,243,16); }
H1.HeaderClassName
{
color: #F1F310;
}
.AnyTagClassName
{
color: #F1F310;
}
</style>
background-color css
<style>
a { background-color: #F1F310; }
a { background-color: rgb(241,243,16); }
div.DivClassName
{
background-color: #F1F310;
}
.BgClassName
{
background-color: #F1F310;
}
</style>
border-color css
<style>
span { border-color: #F1F310; }
span { border-color: rgb(241,243,16); }
td.TdClassName
{
border-color: #F1F310;
}
.TagClassName
{
border-color: #F1F310;
}
</style>