Shades of Lemon #F3E510
Tints of Lemon #F3E510
RGB
CMYK
RGB Variations
Color information
#F3E510 (or 0xF3E510) is known color: Lemon. HEX triplet: F3, E5 and 10. RGB value is (243,229,16). Sum of RGB (Red+Green+Blue) = 243+229+16=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 16 (6.64% from 255 or 3.28% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3E510 is #0C1AEF. Grayscale: #D1D1D1. Windows color (decimal): -793328 or 1107443. OLE color: 1107443.
HSL color Cylindrical-coordinate representation of color #F3E510: hue angle of 56.3º 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 #F3E510 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 229 | 16 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.05 |
| HSL | 56.3º | 0.9% | 0.51% | - |
| HSV(B) | 56.3º | 0.93% | 0.95% | - |
| XYZ | 65.07 | 75.13 | 11.56 | - |
| YUV | 208.9 | 19.14 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 229 | 16 | 0 | 0.06 | 0.93 | 0.05 | 56.3 | 0.9 | 0.51 |
| Hex | F3 | E5 | 10 | 0 | 6 | 5D | 5 | 38 | 5A | 33 |
| Octal | 363 | 345 | 20 | 0 | 6 | 135 | 5 | 70 | 132 | 63 |
| Binary | 11110011 | 11100101 | 10000 | 0 | 110 | 1011101 | 101 | 111000 | 1011010 | 110011 |
Color Harmonies of #F3E510
Complementary color
Monochromatic Colors of #F3E510
Black with #F3E510
Text Example
Text Example
White with #F3E510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E510; }
p { color: rgb(243,229,16); }
H1.HeaderClassName
{
color: #F3E510;
}
.AnyTagClassName
{
color: #F3E510;
}
</style>
background-color css
<style>
a { background-color: #F3E510; }
a { background-color: rgb(243,229,16); }
div.DivClassName
{
background-color: #F3E510;
}
.BgClassName
{
background-color: #F3E510;
}
</style>
border-color css
<style>
span { border-color: #F3E510; }
span { border-color: rgb(243,229,16); }
td.TdClassName
{
border-color: #F3E510;
}
.TagClassName
{
border-color: #F3E510;
}
</style>