Shades of Lemon #F3E00A
Tints of Lemon #F3E00A
RGB
CMYK
RGB Variations
Color information
#F3E00A (or 0xF3E00A) is known color: Lemon. HEX triplet: F3, E0 and 0A. RGB value is (243,224,10). Sum of RGB (Red+Green+Blue) = 243+224+10=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 10 (4.30% from 255 or 2.10% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3E00A is #0C1FF5. Grayscale: #CECECE. Windows color (decimal): -794614 or 712947. OLE color: 712947.
HSL color Cylindrical-coordinate representation of color #F3E00A: hue angle of 55.11º 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 #F3E00A is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 10 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.05 |
| HSL | 55.11º | 0.92% | 0.5% | - |
| HSV(B) | 55.11º | 0.96% | 0.95% | - |
| XYZ | 63.67 | 72.39 | 10.9 | - |
| YUV | 205.29 | 17.79 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 10 | 0 | 0.08 | 0.96 | 0.05 | 55.11 | 0.92 | 0.5 |
| Hex | F3 | E0 | A | 0 | 8 | 60 | 5 | 37 | 5C | 32 |
| Octal | 363 | 340 | 12 | 0 | 10 | 140 | 5 | 67 | 134 | 62 |
| Binary | 11110011 | 11100000 | 1010 | 0 | 1000 | 1100000 | 101 | 110111 | 1011100 | 110010 |
Color Harmonies of #F3E00A
Complementary color
Monochromatic Colors of #F3E00A
Black with #F3E00A
Text Example
Text Example
White with #F3E00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E00A; }
p { color: rgb(243,224,10); }
H1.HeaderClassName
{
color: #F3E00A;
}
.AnyTagClassName
{
color: #F3E00A;
}
</style>
background-color css
<style>
a { background-color: #F3E00A; }
a { background-color: rgb(243,224,10); }
div.DivClassName
{
background-color: #F3E00A;
}
.BgClassName
{
background-color: #F3E00A;
}
</style>
border-color css
<style>
span { border-color: #F3E00A; }
span { border-color: rgb(243,224,10); }
td.TdClassName
{
border-color: #F3E00A;
}
.TagClassName
{
border-color: #F3E00A;
}
</style>