Shades of Lemon #F3EE12
Tints of Lemon #F3EE12
RGB
CMYK
RGB Variations
Color information
#F3EE12 (or 0xF3EE12) is known color: Lemon. HEX triplet: F3, EE and 12. RGB value is (243,238,18). Sum of RGB (Red+Green+Blue) = 243+238+18=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 18 (7.42% from 255 or 3.61% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EE12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3EE12 is #0C11ED. Grayscale: #D7D7D7. Windows color (decimal): -791022 or 1240819. OLE color: 1240819.
HSL color Cylindrical-coordinate representation of color #F3EE12: hue angle of 58.67º 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 #F3EE12 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 238 | 18 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.05 |
| HSL | 58.67º | 0.9% | 0.51% | - |
| HSV(B) | 58.67º | 0.93% | 0.95% | - |
| XYZ | 67.65 | 80.25 | 12.5 | - |
| YUV | 214.42 | 17.16 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 238 | 18 | 0 | 0.02 | 0.93 | 0.05 | 58.67 | 0.9 | 0.51 |
| Hex | F3 | EE | 12 | 0 | 2 | 5D | 5 | 3B | 5A | 33 |
| Octal | 363 | 356 | 22 | 0 | 2 | 135 | 5 | 73 | 132 | 63 |
| Binary | 11110011 | 11101110 | 10010 | 0 | 10 | 1011101 | 101 | 111011 | 1011010 | 110011 |
Color Harmonies of #F3EE12
Complementary color
Monochromatic Colors of #F3EE12
Black with #F3EE12
Text Example
Text Example
White with #F3EE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EE12; }
p { color: rgb(243,238,18); }
H1.HeaderClassName
{
color: #F3EE12;
}
.AnyTagClassName
{
color: #F3EE12;
}
</style>
background-color css
<style>
a { background-color: #F3EE12; }
a { background-color: rgb(243,238,18); }
div.DivClassName
{
background-color: #F3EE12;
}
.BgClassName
{
background-color: #F3EE12;
}
</style>
border-color css
<style>
span { border-color: #F3EE12; }
span { border-color: rgb(243,238,18); }
td.TdClassName
{
border-color: #F3EE12;
}
.TagClassName
{
border-color: #F3EE12;
}
</style>