Shades of Lemon #F3E10A
Tints of Lemon #F3E10A
RGB
CMYK
RGB Variations
Color information
#F3E10A (or 0xF3E10A) is known color: Lemon. HEX triplet: F3, E1 and 0A. RGB value is (243,225,10). Sum of RGB (Red+Green+Blue) = 243+225+10=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 10 (4.30% from 255 or 2.09% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3E10A is #0C1EF5. Grayscale: #CECECE. Windows color (decimal): -794358 or 713203. OLE color: 713203.
HSL color Cylindrical-coordinate representation of color #F3E10A: hue angle of 55.36º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F3E10A is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 225 | 10 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.05 |
| HSL | 55.36º | 0.92% | 0.5% | - |
| HSV(B) | 55.36º | 0.96% | 0.95% | - |
| XYZ | 63.94 | 72.93 | 10.99 | - |
| YUV | 205.87 | 17.46 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 225 | 10 | 0 | 0.07 | 0.96 | 0.05 | 55.36 | 0.92 | 0.5 |
| Hex | F3 | E1 | A | 0 | 7 | 60 | 5 | 37 | 5C | 32 |
| Octal | 363 | 341 | 12 | 0 | 7 | 140 | 5 | 67 | 134 | 62 |
| Binary | 11110011 | 11100001 | 1010 | 0 | 111 | 1100000 | 101 | 110111 | 1011100 | 110010 |
Color Harmonies of #F3E10A
Complementary color
Monochromatic Colors of #F3E10A
Black with #F3E10A
Text Example
Text Example
White with #F3E10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E10A; }
p { color: rgb(243,225,10); }
H1.HeaderClassName
{
color: #F3E10A;
}
.AnyTagClassName
{
color: #F3E10A;
}
</style>
background-color css
<style>
a { background-color: #F3E10A; }
a { background-color: rgb(243,225,10); }
div.DivClassName
{
background-color: #F3E10A;
}
.BgClassName
{
background-color: #F3E10A;
}
</style>
border-color css
<style>
span { border-color: #F3E10A; }
span { border-color: rgb(243,225,10); }
td.TdClassName
{
border-color: #F3E10A;
}
.TagClassName
{
border-color: #F3E10A;
}
</style>