Shades of Lemon #F3E20D
Tints of Lemon #F3E20D
RGB
CMYK
RGB Variations
Color information
#F3E20D (or 0xF3E20D) is known color: Lemon. HEX triplet: F3, E2 and 0D. RGB value is (243,226,13). Sum of RGB (Red+Green+Blue) = 243+226+13=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 13 (5.47% from 255 or 2.70% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3E20D is #0C1DF2. Grayscale: #CFCFCF. Windows color (decimal): -794099 or 910067. OLE color: 910067.
HSL color Cylindrical-coordinate representation of color #F3E20D: hue angle of 55.57º 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 #F3E20D is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 226 | 13 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.05 |
| HSL | 55.57º | 0.91% | 0.5% | - |
| HSV(B) | 55.57º | 0.95% | 0.95% | - |
| XYZ | 64.23 | 73.48 | 11.18 | - |
| YUV | 206.8 | 18.63 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 226 | 13 | 0 | 0.07 | 0.95 | 0.05 | 55.57 | 0.91 | 0.5 |
| Hex | F3 | E2 | D | 0 | 7 | 5F | 5 | 38 | 5B | 32 |
| Octal | 363 | 342 | 15 | 0 | 7 | 137 | 5 | 70 | 133 | 62 |
| Binary | 11110011 | 11100010 | 1101 | 0 | 111 | 1011111 | 101 | 111000 | 1011011 | 110010 |
Color Harmonies of #F3E20D
Complementary color
Monochromatic Colors of #F3E20D
Black with #F3E20D
Text Example
Text Example
White with #F3E20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E20D; }
p { color: rgb(243,226,13); }
H1.HeaderClassName
{
color: #F3E20D;
}
.AnyTagClassName
{
color: #F3E20D;
}
</style>
background-color css
<style>
a { background-color: #F3E20D; }
a { background-color: rgb(243,226,13); }
div.DivClassName
{
background-color: #F3E20D;
}
.BgClassName
{
background-color: #F3E20D;
}
</style>
border-color css
<style>
span { border-color: #F3E20D; }
span { border-color: rgb(243,226,13); }
td.TdClassName
{
border-color: #F3E20D;
}
.TagClassName
{
border-color: #F3E20D;
}
</style>