Shades of Lemon #F3EE14
Tints of Lemon #F3EE14
RGB
CMYK
RGB Variations
Color information
#F3EE14 (or 0xF3EE14) is known color: Lemon. HEX triplet: F3, EE and 14. RGB value is (243,238,20). Sum of RGB (Red+Green+Blue) = 243+238+20=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 20 (8.20% from 255 or 3.99% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EE14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3EE14 is #0C11EB. Grayscale: #D7D7D7. Windows color (decimal): -791020 or 1371891. OLE color: 1371891.
HSL color Cylindrical-coordinate representation of color #F3EE14: hue angle of 58.65º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3EE14 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 238 | 20 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.05 |
| HSL | 58.65º | 0.9% | 0.52% | - |
| HSV(B) | 58.65º | 0.92% | 0.95% | - |
| XYZ | 67.66 | 80.25 | 12.59 | - |
| YUV | 214.64 | 18.16 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 238 | 20 | 0 | 0.02 | 0.92 | 0.05 | 58.65 | 0.9 | 0.52 |
| Hex | F3 | EE | 14 | 0 | 2 | 5C | 5 | 3B | 5A | 34 |
| Octal | 363 | 356 | 24 | 0 | 2 | 134 | 5 | 73 | 132 | 64 |
| Binary | 11110011 | 11101110 | 10100 | 0 | 10 | 1011100 | 101 | 111011 | 1011010 | 110100 |
Color Harmonies of #F3EE14
Complementary color
Monochromatic Colors of #F3EE14
Black with #F3EE14
Text Example
Text Example
White with #F3EE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EE14; }
p { color: rgb(243,238,20); }
H1.HeaderClassName
{
color: #F3EE14;
}
.AnyTagClassName
{
color: #F3EE14;
}
</style>
background-color css
<style>
a { background-color: #F3EE14; }
a { background-color: rgb(243,238,20); }
div.DivClassName
{
background-color: #F3EE14;
}
.BgClassName
{
background-color: #F3EE14;
}
</style>
border-color css
<style>
span { border-color: #F3EE14; }
span { border-color: rgb(243,238,20); }
td.TdClassName
{
border-color: #F3EE14;
}
.TagClassName
{
border-color: #F3EE14;
}
</style>