Shades of Lemon #F9EC12
Tints of Lemon #F9EC12
RGB
CMYK
RGB Variations
Color information
#F9EC12 (or 0xF9EC12) is known color: Lemon. HEX triplet: F9, EC and 12. RGB value is (249,236,18). Sum of RGB (Red+Green+Blue) = 249+236+18=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 18 (7.42% from 255 or 3.58% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EC12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9EC12 is #0613ED. Grayscale: #D7D7D7. Windows color (decimal): -398318 or 1240313. OLE color: 1240313.
HSL color Cylindrical-coordinate representation of color #F9EC12: hue angle of 56.62º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F9EC12 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 236 | 18 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.02 |
| HSL | 56.62º | 0.95% | 0.52% | - |
| HSV(B) | 56.62º | 0.93% | 0.98% | - |
| XYZ | 69.17 | 80.17 | 12.4 | - |
| YUV | 215.04 | 16.81 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 236 | 18 | 0 | 0.05 | 0.93 | 0.02 | 56.62 | 0.95 | 0.52 |
| Hex | F9 | EC | 12 | 0 | 5 | 5D | 2 | 39 | 5F | 34 |
| Octal | 371 | 354 | 22 | 0 | 5 | 135 | 2 | 71 | 137 | 64 |
| Binary | 11111001 | 11101100 | 10010 | 0 | 101 | 1011101 | 10 | 111001 | 1011111 | 110100 |
Color Harmonies of #F9EC12
Complementary color
Monochromatic Colors of #F9EC12
Black with #F9EC12
Text Example
Text Example
White with #F9EC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EC12; }
p { color: rgb(249,236,18); }
H1.HeaderClassName
{
color: #F9EC12;
}
.AnyTagClassName
{
color: #F9EC12;
}
</style>
background-color css
<style>
a { background-color: #F9EC12; }
a { background-color: rgb(249,236,18); }
div.DivClassName
{
background-color: #F9EC12;
}
.BgClassName
{
background-color: #F9EC12;
}
</style>
border-color css
<style>
span { border-color: #F9EC12; }
span { border-color: rgb(249,236,18); }
td.TdClassName
{
border-color: #F9EC12;
}
.TagClassName
{
border-color: #F9EC12;
}
</style>