Shades of Lemon #F9EC0A
Tints of Lemon #F9EC0A
RGB
CMYK
RGB Variations
Color information
#F9EC0A (or 0xF9EC0A) is known color: Lemon. HEX triplet: F9, EC and 0A. RGB value is (249,236,10). Sum of RGB (Red+Green+Blue) = 249+236+10=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 10 (4.30% from 255 or 2.02% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EC0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9EC0A is #0613F5. Grayscale: #D7D7D7. Windows color (decimal): -398326 or 716025. OLE color: 716025.
HSL color Cylindrical-coordinate representation of color #F9EC0A: hue angle of 56.74º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9EC0A is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 236 | 10 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.02 |
| HSL | 56.74º | 0.95% | 0.51% | - |
| HSV(B) | 56.74º | 0.96% | 0.98% | - |
| XYZ | 69.12 | 80.15 | 12.12 | - |
| YUV | 214.12 | 12.81 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 236 | 10 | 0 | 0.05 | 0.96 | 0.02 | 56.74 | 0.95 | 0.51 |
| Hex | F9 | EC | A | 0 | 5 | 60 | 2 | 39 | 5F | 33 |
| Octal | 371 | 354 | 12 | 0 | 5 | 140 | 2 | 71 | 137 | 63 |
| Binary | 11111001 | 11101100 | 1010 | 0 | 101 | 1100000 | 10 | 111001 | 1011111 | 110011 |
Color Harmonies of #F9EC0A
Complementary color
Monochromatic Colors of #F9EC0A
Black with #F9EC0A
Text Example
Text Example
White with #F9EC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EC0A; }
p { color: rgb(249,236,10); }
H1.HeaderClassName
{
color: #F9EC0A;
}
.AnyTagClassName
{
color: #F9EC0A;
}
</style>
background-color css
<style>
a { background-color: #F9EC0A; }
a { background-color: rgb(249,236,10); }
div.DivClassName
{
background-color: #F9EC0A;
}
.BgClassName
{
background-color: #F9EC0A;
}
</style>
border-color css
<style>
span { border-color: #F9EC0A; }
span { border-color: rgb(249,236,10); }
td.TdClassName
{
border-color: #F9EC0A;
}
.TagClassName
{
border-color: #F9EC0A;
}
</style>