Shades of Lemon #F3F511
Tints of Lemon #F3F511
RGB
CMYK
RGB Variations
Color information
#F3F511 (or 0xF3F511) is known color: Lemon. HEX triplet: F3, F5 and 11. RGB value is (243,245,17). Sum of RGB (Red+Green+Blue) = 243+245+17=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 17 (7.03% from 255 or 3.37% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #F3F511 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3F511 is #0C0AEE. Grayscale: #DBDBDB. Windows color (decimal): -789231 or 1177075. OLE color: 1177075.
HSL color Cylindrical-coordinate representation of color #F3F511: hue angle of 60.53º degrees, saturation: 0.92, 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 #F3F511 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 245 | 17 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.04 |
| HSL | 60.53º | 0.92% | 0.51% | - |
| HSV(B) | 60.53º | 0.93% | 0.96% | - |
| XYZ | 69.72 | 84.4 | 13.15 | - |
| YUV | 218.41 | 14.34 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 245 | 17 | 0.01 | 0 | 0.93 | 0.04 | 60.53 | 0.92 | 0.51 |
| Hex | F3 | F5 | 11 | 1 | 0 | 5D | 4 | 3D | 5C | 33 |
| Octal | 363 | 365 | 21 | 1 | 0 | 135 | 4 | 75 | 134 | 63 |
| Binary | 11110011 | 11110101 | 10001 | 1 | 0 | 1011101 | 100 | 111101 | 1011100 | 110011 |
Color Harmonies of #F3F511
Complementary color
Monochromatic Colors of #F3F511
Black with #F3F511
Text Example
Text Example
White with #F3F511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F511; }
p { color: rgb(243,245,17); }
H1.HeaderClassName
{
color: #F3F511;
}
.AnyTagClassName
{
color: #F3F511;
}
</style>
background-color css
<style>
a { background-color: #F3F511; }
a { background-color: rgb(243,245,17); }
div.DivClassName
{
background-color: #F3F511;
}
.BgClassName
{
background-color: #F3F511;
}
</style>
border-color css
<style>
span { border-color: #F3F511; }
span { border-color: rgb(243,245,17); }
td.TdClassName
{
border-color: #F3F511;
}
.TagClassName
{
border-color: #F3F511;
}
</style>