Shades of Lemon #F3E30E
Tints of Lemon #F3E30E
RGB
CMYK
RGB Variations
Color information
#F3E30E (or 0xF3E30E) is known color: Lemon. HEX triplet: F3, E3 and 0E. RGB value is (243,227,14). Sum of RGB (Red+Green+Blue) = 243+227+14=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 14 (5.86% from 255 or 2.89% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3E30E is #0C1CF1. Grayscale: #D0D0D0. Windows color (decimal): -793842 or 975859. OLE color: 975859.
HSL color Cylindrical-coordinate representation of color #F3E30E: hue angle of 55.81º 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 #F3E30E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 227 | 14 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.05 |
| HSL | 55.81º | 0.91% | 0.5% | - |
| HSV(B) | 55.81º | 0.94% | 0.95% | - |
| XYZ | 64.51 | 74.02 | 11.3 | - |
| YUV | 207.5 | 18.8 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 227 | 14 | 0 | 0.07 | 0.94 | 0.05 | 55.81 | 0.91 | 0.5 |
| Hex | F3 | E3 | E | 0 | 7 | 5E | 5 | 38 | 5B | 32 |
| Octal | 363 | 343 | 16 | 0 | 7 | 136 | 5 | 70 | 133 | 62 |
| Binary | 11110011 | 11100011 | 1110 | 0 | 111 | 1011110 | 101 | 111000 | 1011011 | 110010 |
Color Harmonies of #F3E30E
Complementary color
Monochromatic Colors of #F3E30E
Black with #F3E30E
Text Example
Text Example
White with #F3E30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E30E; }
p { color: rgb(243,227,14); }
H1.HeaderClassName
{
color: #F3E30E;
}
.AnyTagClassName
{
color: #F3E30E;
}
</style>
background-color css
<style>
a { background-color: #F3E30E; }
a { background-color: rgb(243,227,14); }
div.DivClassName
{
background-color: #F3E30E;
}
.BgClassName
{
background-color: #F3E30E;
}
</style>
border-color css
<style>
span { border-color: #F3E30E; }
span { border-color: rgb(243,227,14); }
td.TdClassName
{
border-color: #F3E30E;
}
.TagClassName
{
border-color: #F3E30E;
}
</style>