Shades of Lemon #F9EC06
Tints of Lemon #F9EC06
RGB
CMYK
RGB Variations
Color information
#F9EC06 (or 0xF9EC06) is known color: Lemon. HEX triplet: F9, EC and 06. RGB value is (249,236,6). Sum of RGB (Red+Green+Blue) = 249+236+6=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 6 (2.73% from 255 or 1.22% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EC06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9EC06 is #0613F9. Grayscale: #D6D6D6. Windows color (decimal): -398330 or 453881. OLE color: 453881.
HSL color Cylindrical-coordinate representation of color #F9EC06: hue angle of 56.79º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9EC06 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 236 | 6 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.02 |
| HSL | 56.79º | 0.95% | 0.5% | - |
| HSV(B) | 56.79º | 0.98% | 0.98% | - |
| XYZ | 69.1 | 80.14 | 12 | - |
| YUV | 213.67 | 10.81 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 236 | 6 | 0 | 0.05 | 0.98 | 0.02 | 56.79 | 0.95 | 0.5 |
| Hex | F9 | EC | 6 | 0 | 5 | 62 | 2 | 39 | 5F | 32 |
| Octal | 371 | 354 | 6 | 0 | 5 | 142 | 2 | 71 | 137 | 62 |
| Binary | 11111001 | 11101100 | 110 | 0 | 101 | 1100010 | 10 | 111001 | 1011111 | 110010 |
Color Harmonies of #F9EC06
Complementary color
Monochromatic Colors of #F9EC06
Black with #F9EC06
Text Example
Text Example
White with #F9EC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EC06; }
p { color: rgb(249,236,6); }
H1.HeaderClassName
{
color: #F9EC06;
}
.AnyTagClassName
{
color: #F9EC06;
}
</style>
background-color css
<style>
a { background-color: #F9EC06; }
a { background-color: rgb(249,236,6); }
div.DivClassName
{
background-color: #F9EC06;
}
.BgClassName
{
background-color: #F9EC06;
}
</style>
border-color css
<style>
span { border-color: #F9EC06; }
span { border-color: rgb(249,236,6); }
td.TdClassName
{
border-color: #F9EC06;
}
.TagClassName
{
border-color: #F9EC06;
}
</style>