Shades of Lemon #F3E416
Tints of Lemon #F3E416
RGB
CMYK
RGB Variations
Color information
#F3E416 (or 0xF3E416) is known color: Lemon. HEX triplet: F3, E4 and 16. RGB value is (243,228,22). Sum of RGB (Red+Green+Blue) = 243+228+22=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 22 (8.98% from 255 or 4.46% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3E416 is #0C1BE9. Grayscale: #D1D1D1. Windows color (decimal): -793578 or 1500403. OLE color: 1500403.
HSL color Cylindrical-coordinate representation of color #F3E416: hue angle of 55.93º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3E416 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 228 | 22 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.05 |
| HSL | 55.93º | 0.9% | 0.52% | - |
| HSV(B) | 55.93º | 0.91% | 0.95% | - |
| XYZ | 64.85 | 74.6 | 11.74 | - |
| YUV | 209 | 22.47 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 228 | 22 | 0 | 0.06 | 0.91 | 0.05 | 55.93 | 0.9 | 0.52 |
| Hex | F3 | E4 | 16 | 0 | 6 | 5B | 5 | 38 | 5A | 34 |
| Octal | 363 | 344 | 26 | 0 | 6 | 133 | 5 | 70 | 132 | 64 |
| Binary | 11110011 | 11100100 | 10110 | 0 | 110 | 1011011 | 101 | 111000 | 1011010 | 110100 |
Color Harmonies of #F3E416
Complementary color
Monochromatic Colors of #F3E416
Black with #F3E416
Text Example
Text Example
White with #F3E416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E416; }
p { color: rgb(243,228,22); }
H1.HeaderClassName
{
color: #F3E416;
}
.AnyTagClassName
{
color: #F3E416;
}
</style>
background-color css
<style>
a { background-color: #F3E416; }
a { background-color: rgb(243,228,22); }
div.DivClassName
{
background-color: #F3E416;
}
.BgClassName
{
background-color: #F3E416;
}
</style>
border-color css
<style>
span { border-color: #F3E416; }
span { border-color: rgb(243,228,22); }
td.TdClassName
{
border-color: #F3E416;
}
.TagClassName
{
border-color: #F3E416;
}
</style>