Shades of Lemon #F3EC0D
Tints of Lemon #F3EC0D
RGB
CMYK
RGB Variations
Color information
#F3EC0D (or 0xF3EC0D) is known color: Lemon. HEX triplet: F3, EC and 0D. RGB value is (243,236,13). Sum of RGB (Red+Green+Blue) = 243+236+13=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 13 (5.47% from 255 or 2.64% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EC0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3EC0D is #0C13F2. Grayscale: #D5D5D5. Windows color (decimal): -791539 or 912627. OLE color: 912627.
HSL color Cylindrical-coordinate representation of color #F3EC0D: hue angle of 58.17º 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 #F3EC0D is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 236 | 13 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.05 |
| HSL | 58.17º | 0.91% | 0.5% | - |
| HSV(B) | 58.17º | 0.95% | 0.95% | - |
| XYZ | 67.03 | 79.07 | 12.11 | - |
| YUV | 212.67 | 15.32 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 236 | 13 | 0 | 0.03 | 0.95 | 0.05 | 58.17 | 0.91 | 0.5 |
| Hex | F3 | EC | D | 0 | 3 | 5F | 5 | 3A | 5B | 32 |
| Octal | 363 | 354 | 15 | 0 | 3 | 137 | 5 | 72 | 133 | 62 |
| Binary | 11110011 | 11101100 | 1101 | 0 | 11 | 1011111 | 101 | 111010 | 1011011 | 110010 |
Color Harmonies of #F3EC0D
Complementary color
Monochromatic Colors of #F3EC0D
Black with #F3EC0D
Text Example
Text Example
White with #F3EC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EC0D; }
p { color: rgb(243,236,13); }
H1.HeaderClassName
{
color: #F3EC0D;
}
.AnyTagClassName
{
color: #F3EC0D;
}
</style>
background-color css
<style>
a { background-color: #F3EC0D; }
a { background-color: rgb(243,236,13); }
div.DivClassName
{
background-color: #F3EC0D;
}
.BgClassName
{
background-color: #F3EC0D;
}
</style>
border-color css
<style>
span { border-color: #F3EC0D; }
span { border-color: rgb(243,236,13); }
td.TdClassName
{
border-color: #F3EC0D;
}
.TagClassName
{
border-color: #F3EC0D;
}
</style>