Shades of Lemon #F3F110
Tints of Lemon #F3F110
RGB
CMYK
RGB Variations
Color information
#F3F110 (or 0xF3F110) is known color: Lemon. HEX triplet: F3, F1 and 10. RGB value is (243,241,16). Sum of RGB (Red+Green+Blue) = 243+241+16=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 16 (6.64% from 255 or 3.2% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F110 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3F110 is #0C0EEF. Grayscale: #D8D8D8. Windows color (decimal): -790256 or 1110515. OLE color: 1110515.
HSL color Cylindrical-coordinate representation of color #F3F110: hue angle of 59.47º 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 #F3F110 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 241 | 16 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.05 |
| HSL | 59.47º | 0.9% | 0.51% | - |
| HSV(B) | 59.47º | 0.93% | 0.95% | - |
| XYZ | 68.51 | 82 | 12.71 | - |
| YUV | 215.95 | 15.16 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 241 | 16 | 0 | 0.01 | 0.93 | 0.05 | 59.47 | 0.9 | 0.51 |
| Hex | F3 | F1 | 10 | 0 | 1 | 5D | 5 | 3B | 5A | 33 |
| Octal | 363 | 361 | 20 | 0 | 1 | 135 | 5 | 73 | 132 | 63 |
| Binary | 11110011 | 11110001 | 10000 | 0 | 1 | 1011101 | 101 | 111011 | 1011010 | 110011 |
Color Harmonies of #F3F110
Complementary color
Monochromatic Colors of #F3F110
Black with #F3F110
Text Example
Text Example
White with #F3F110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F110; }
p { color: rgb(243,241,16); }
H1.HeaderClassName
{
color: #F3F110;
}
.AnyTagClassName
{
color: #F3F110;
}
</style>
background-color css
<style>
a { background-color: #F3F110; }
a { background-color: rgb(243,241,16); }
div.DivClassName
{
background-color: #F3F110;
}
.BgClassName
{
background-color: #F3F110;
}
</style>
border-color css
<style>
span { border-color: #F3F110; }
span { border-color: rgb(243,241,16); }
td.TdClassName
{
border-color: #F3F110;
}
.TagClassName
{
border-color: #F3F110;
}
</style>