Shades of Lemon #F3ED10
Tints of Lemon #F3ED10
RGB
CMYK
RGB Variations
Color information
#F3ED10 (or 0xF3ED10) is known color: Lemon. HEX triplet: F3, ED and 10. RGB value is (243,237,16). Sum of RGB (Red+Green+Blue) = 243+237+16=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 16 (6.64% from 255 or 3.23% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ED10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3ED10 is #0C12EF. Grayscale: #D6D6D6. Windows color (decimal): -791280 or 1109491. OLE color: 1109491.
HSL color Cylindrical-coordinate representation of color #F3ED10: hue angle of 58.41º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F3ED10 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 237 | 16 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.05 |
| HSL | 58.41º | 0.9% | 0.51% | - |
| HSV(B) | 58.41º | 0.93% | 0.95% | - |
| XYZ | 67.34 | 79.66 | 12.32 | - |
| YUV | 213.6 | 16.49 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 237 | 16 | 0 | 0.02 | 0.93 | 0.05 | 58.41 | 0.9 | 0.51 |
| Hex | F3 | ED | 10 | 0 | 2 | 5D | 5 | 3A | 5A | 33 |
| Octal | 363 | 355 | 20 | 0 | 2 | 135 | 5 | 72 | 132 | 63 |
| Binary | 11110011 | 11101101 | 10000 | 0 | 10 | 1011101 | 101 | 111010 | 1011010 | 110011 |
Color Harmonies of #F3ED10
Complementary color
Monochromatic Colors of #F3ED10
Black with #F3ED10
Text Example
Text Example
White with #F3ED10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ED10; }
p { color: rgb(243,237,16); }
H1.HeaderClassName
{
color: #F3ED10;
}
.AnyTagClassName
{
color: #F3ED10;
}
</style>
background-color css
<style>
a { background-color: #F3ED10; }
a { background-color: rgb(243,237,16); }
div.DivClassName
{
background-color: #F3ED10;
}
.BgClassName
{
background-color: #F3ED10;
}
</style>
border-color css
<style>
span { border-color: #F3ED10; }
span { border-color: rgb(243,237,16); }
td.TdClassName
{
border-color: #F3ED10;
}
.TagClassName
{
border-color: #F3ED10;
}
</style>