Shades of Lemon #F3E50D
Tints of Lemon #F3E50D
RGB
CMYK
RGB Variations
Color information
#F3E50D (or 0xF3E50D) is known color: Lemon. HEX triplet: F3, E5 and 0D. RGB value is (243,229,13). Sum of RGB (Red+Green+Blue) = 243+229+13=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 13 (5.47% from 255 or 2.68% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3E50D is #0C1AF2. Grayscale: #D1D1D1. Windows color (decimal): -793331 or 910835. OLE color: 910835.
HSL color Cylindrical-coordinate representation of color #F3E50D: hue angle of 56.35º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3E50D is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 229 | 13 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.05 |
| HSL | 56.35º | 0.91% | 0.5% | - |
| HSV(B) | 56.35º | 0.95% | 0.95% | - |
| XYZ | 65.05 | 75.12 | 11.45 | - |
| YUV | 208.56 | 17.64 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 229 | 13 | 0 | 0.06 | 0.95 | 0.05 | 56.35 | 0.91 | 0.5 |
| Hex | F3 | E5 | D | 0 | 6 | 5F | 5 | 38 | 5B | 32 |
| Octal | 363 | 345 | 15 | 0 | 6 | 137 | 5 | 70 | 133 | 62 |
| Binary | 11110011 | 11100101 | 1101 | 0 | 110 | 1011111 | 101 | 111000 | 1011011 | 110010 |
Color Harmonies of #F3E50D
Complementary color
Monochromatic Colors of #F3E50D
Black with #F3E50D
Text Example
Text Example
White with #F3E50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E50D; }
p { color: rgb(243,229,13); }
H1.HeaderClassName
{
color: #F3E50D;
}
.AnyTagClassName
{
color: #F3E50D;
}
</style>
background-color css
<style>
a { background-color: #F3E50D; }
a { background-color: rgb(243,229,13); }
div.DivClassName
{
background-color: #F3E50D;
}
.BgClassName
{
background-color: #F3E50D;
}
</style>
border-color css
<style>
span { border-color: #F3E50D; }
span { border-color: rgb(243,229,13); }
td.TdClassName
{
border-color: #F3E50D;
}
.TagClassName
{
border-color: #F3E50D;
}
</style>