Shades of Lemon #F3E512
Tints of Lemon #F3E512
RGB
CMYK
RGB Variations
Color information
#F3E512 (or 0xF3E512) is known color: Lemon. HEX triplet: F3, E5 and 12. RGB value is (243,229,18). Sum of RGB (Red+Green+Blue) = 243+229+18=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 18 (7.42% from 255 or 3.67% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3E512 is #0C1AED. Grayscale: #D1D1D1. Windows color (decimal): -793326 or 1238515. OLE color: 1238515.
HSL color Cylindrical-coordinate representation of color #F3E512: hue angle of 56.27º 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 #F3E512 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 229 | 18 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.05 |
| HSL | 56.27º | 0.9% | 0.51% | - |
| HSV(B) | 56.27º | 0.93% | 0.95% | - |
| XYZ | 65.09 | 75.14 | 11.64 | - |
| YUV | 209.13 | 20.14 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 229 | 18 | 0 | 0.06 | 0.93 | 0.05 | 56.27 | 0.9 | 0.51 |
| Hex | F3 | E5 | 12 | 0 | 6 | 5D | 5 | 38 | 5A | 33 |
| Octal | 363 | 345 | 22 | 0 | 6 | 135 | 5 | 70 | 132 | 63 |
| Binary | 11110011 | 11100101 | 10010 | 0 | 110 | 1011101 | 101 | 111000 | 1011010 | 110011 |
Color Harmonies of #F3E512
Complementary color
Monochromatic Colors of #F3E512
Black with #F3E512
Text Example
Text Example
White with #F3E512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E512; }
p { color: rgb(243,229,18); }
H1.HeaderClassName
{
color: #F3E512;
}
.AnyTagClassName
{
color: #F3E512;
}
</style>
background-color css
<style>
a { background-color: #F3E512; }
a { background-color: rgb(243,229,18); }
div.DivClassName
{
background-color: #F3E512;
}
.BgClassName
{
background-color: #F3E512;
}
</style>
border-color css
<style>
span { border-color: #F3E512; }
span { border-color: rgb(243,229,18); }
td.TdClassName
{
border-color: #F3E512;
}
.TagClassName
{
border-color: #F3E512;
}
</style>