Shades of Lemon #F3E10E
Tints of Lemon #F3E10E
RGB
CMYK
RGB Variations
Color information
#F3E10E (or 0xF3E10E) is known color: Lemon. HEX triplet: F3, E1 and 0E. RGB value is (243,225,14). Sum of RGB (Red+Green+Blue) = 243+225+14=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 14 (5.86% from 255 or 2.90% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3E10E is #0C1EF1. Grayscale: #CFCFCF. Windows color (decimal): -794354 or 975347. OLE color: 975347.
HSL color Cylindrical-coordinate representation of color #F3E10E: hue angle of 55.28º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3E10E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 225 | 14 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.05 |
| HSL | 55.28º | 0.91% | 0.5% | - |
| HSV(B) | 55.28º | 0.94% | 0.95% | - |
| XYZ | 63.97 | 72.94 | 11.12 | - |
| YUV | 206.33 | 19.46 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 225 | 14 | 0 | 0.07 | 0.94 | 0.05 | 55.28 | 0.91 | 0.5 |
| Hex | F3 | E1 | E | 0 | 7 | 5E | 5 | 37 | 5B | 32 |
| Octal | 363 | 341 | 16 | 0 | 7 | 136 | 5 | 67 | 133 | 62 |
| Binary | 11110011 | 11100001 | 1110 | 0 | 111 | 1011110 | 101 | 110111 | 1011011 | 110010 |
Color Harmonies of #F3E10E
Complementary color
Monochromatic Colors of #F3E10E
Black with #F3E10E
Text Example
Text Example
White with #F3E10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E10E; }
p { color: rgb(243,225,14); }
H1.HeaderClassName
{
color: #F3E10E;
}
.AnyTagClassName
{
color: #F3E10E;
}
</style>
background-color css
<style>
a { background-color: #F3E10E; }
a { background-color: rgb(243,225,14); }
div.DivClassName
{
background-color: #F3E10E;
}
.BgClassName
{
background-color: #F3E10E;
}
</style>
border-color css
<style>
span { border-color: #F3E10E; }
span { border-color: rgb(243,225,14); }
td.TdClassName
{
border-color: #F3E10E;
}
.TagClassName
{
border-color: #F3E10E;
}
</style>