Shades of Lemon #F3E314
Tints of Lemon #F3E314
RGB
CMYK
RGB Variations
Color information
#F3E314 (or 0xF3E314) is known color: Lemon. HEX triplet: F3, E3 and 14. RGB value is (243,227,20). Sum of RGB (Red+Green+Blue) = 243+227+20=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 227 (89.06% from 255 or 46.33% from 490); Blue value is 20 (8.20% from 255 or 4.08% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3E314 is #0C1CEB. Grayscale: #D1D1D1. Windows color (decimal): -793836 or 1369075. OLE color: 1369075.
HSL color Cylindrical-coordinate representation of color #F3E314: hue angle of 55.7º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3E314 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 227 | 20 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.05 |
| HSL | 55.7º | 0.9% | 0.52% | - |
| HSV(B) | 55.7º | 0.92% | 0.95% | - |
| XYZ | 64.56 | 74.04 | 11.55 | - |
| YUV | 208.19 | 21.8 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 227 | 20 | 0 | 0.07 | 0.92 | 0.05 | 55.7 | 0.9 | 0.52 |
| Hex | F3 | E3 | 14 | 0 | 7 | 5C | 5 | 38 | 5A | 34 |
| Octal | 363 | 343 | 24 | 0 | 7 | 134 | 5 | 70 | 132 | 64 |
| Binary | 11110011 | 11100011 | 10100 | 0 | 111 | 1011100 | 101 | 111000 | 1011010 | 110100 |
Color Harmonies of #F3E314
Complementary color
Monochromatic Colors of #F3E314
Black with #F3E314
Text Example
Text Example
White with #F3E314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E314; }
p { color: rgb(243,227,20); }
H1.HeaderClassName
{
color: #F3E314;
}
.AnyTagClassName
{
color: #F3E314;
}
</style>
background-color css
<style>
a { background-color: #F3E314; }
a { background-color: rgb(243,227,20); }
div.DivClassName
{
background-color: #F3E314;
}
.BgClassName
{
background-color: #F3E314;
}
</style>
border-color css
<style>
span { border-color: #F3E314; }
span { border-color: rgb(243,227,20); }
td.TdClassName
{
border-color: #F3E314;
}
.TagClassName
{
border-color: #F3E314;
}
</style>