Shades of Lemon #F3E013
Tints of Lemon #F3E013
RGB
CMYK
RGB Variations
Color information
#F3E013 (or 0xF3E013) is known color: Lemon. HEX triplet: F3, E0 and 13. RGB value is (243,224,19). Sum of RGB (Red+Green+Blue) = 243+224+19=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 19 (7.81% from 255 or 3.91% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3E013 is #0C1FEC. Grayscale: #CFCFCF. Windows color (decimal): -794605 or 1302771. OLE color: 1302771.
HSL color Cylindrical-coordinate representation of color #F3E013: hue angle of 54.91º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3E013 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 19 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.05 |
| HSL | 54.91º | 0.9% | 0.51% | - |
| HSV(B) | 54.91º | 0.92% | 0.95% | - |
| XYZ | 63.74 | 72.41 | 11.23 | - |
| YUV | 206.31 | 22.29 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 19 | 0 | 0.08 | 0.92 | 0.05 | 54.91 | 0.9 | 0.51 |
| Hex | F3 | E0 | 13 | 0 | 8 | 5C | 5 | 37 | 5A | 33 |
| Octal | 363 | 340 | 23 | 0 | 10 | 134 | 5 | 67 | 132 | 63 |
| Binary | 11110011 | 11100000 | 10011 | 0 | 1000 | 1011100 | 101 | 110111 | 1011010 | 110011 |
Color Harmonies of #F3E013
Complementary color
Monochromatic Colors of #F3E013
Black with #F3E013
Text Example
Text Example
White with #F3E013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E013; }
p { color: rgb(243,224,19); }
H1.HeaderClassName
{
color: #F3E013;
}
.AnyTagClassName
{
color: #F3E013;
}
</style>
background-color css
<style>
a { background-color: #F3E013; }
a { background-color: rgb(243,224,19); }
div.DivClassName
{
background-color: #F3E013;
}
.BgClassName
{
background-color: #F3E013;
}
</style>
border-color css
<style>
span { border-color: #F3E013; }
span { border-color: rgb(243,224,19); }
td.TdClassName
{
border-color: #F3E013;
}
.TagClassName
{
border-color: #F3E013;
}
</style>