Shades of Lemon #F9EC0D
Tints of Lemon #F9EC0D
RGB
CMYK
RGB Variations
Color information
#F9EC0D (or 0xF9EC0D) is known color: Lemon. HEX triplet: F9, EC and 0D. RGB value is (249,236,13). Sum of RGB (Red+Green+Blue) = 249+236+13=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 13 (5.47% from 255 or 2.61% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EC0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9EC0D is #0613F2. Grayscale: #D7D7D7. Windows color (decimal): -398323 or 912633. OLE color: 912633.
HSL color Cylindrical-coordinate representation of color #F9EC0D: hue angle of 56.69º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9EC0D is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 236 | 13 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.02 |
| HSL | 56.69º | 0.95% | 0.51% | - |
| HSV(B) | 56.69º | 0.95% | 0.98% | - |
| XYZ | 69.14 | 80.16 | 12.21 | - |
| YUV | 214.47 | 14.31 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 236 | 13 | 0 | 0.05 | 0.95 | 0.02 | 56.69 | 0.95 | 0.51 |
| Hex | F9 | EC | D | 0 | 5 | 5F | 2 | 39 | 5F | 33 |
| Octal | 371 | 354 | 15 | 0 | 5 | 137 | 2 | 71 | 137 | 63 |
| Binary | 11111001 | 11101100 | 1101 | 0 | 101 | 1011111 | 10 | 111001 | 1011111 | 110011 |
Color Harmonies of #F9EC0D
Complementary color
Monochromatic Colors of #F9EC0D
Black with #F9EC0D
Text Example
Text Example
White with #F9EC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EC0D; }
p { color: rgb(249,236,13); }
H1.HeaderClassName
{
color: #F9EC0D;
}
.AnyTagClassName
{
color: #F9EC0D;
}
</style>
background-color css
<style>
a { background-color: #F9EC0D; }
a { background-color: rgb(249,236,13); }
div.DivClassName
{
background-color: #F9EC0D;
}
.BgClassName
{
background-color: #F9EC0D;
}
</style>
border-color css
<style>
span { border-color: #F9EC0D; }
span { border-color: rgb(249,236,13); }
td.TdClassName
{
border-color: #F9EC0D;
}
.TagClassName
{
border-color: #F9EC0D;
}
</style>