Shades of Lemon #F9EC1B
Tints of Lemon #F9EC1B
RGB
CMYK
RGB Variations
Color information
#F9EC1B (or 0xF9EC1B) is known color: Lemon. HEX triplet: F9, EC and 1B. RGB value is (249,236,27). Sum of RGB (Red+Green+Blue) = 249+236+27=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 27 (10.94% from 255 or 5.27% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EC1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9EC1B is #0613E4. Grayscale: #D8D8D8. Windows color (decimal): -398309 or 1830137. OLE color: 1830137.
HSL color Cylindrical-coordinate representation of color #F9EC1B: hue angle of 56.49º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9EC1B is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 236 | 27 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.02 |
| HSL | 56.49º | 0.95% | 0.54% | - |
| HSV(B) | 56.49º | 0.89% | 0.98% | - |
| XYZ | 69.26 | 80.21 | 12.87 | - |
| YUV | 216.06 | 21.31 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 236 | 27 | 0 | 0.05 | 0.89 | 0.02 | 56.49 | 0.95 | 0.54 |
| Hex | F9 | EC | 1B | 0 | 5 | 59 | 2 | 38 | 5F | 36 |
| Octal | 371 | 354 | 33 | 0 | 5 | 131 | 2 | 70 | 137 | 66 |
| Binary | 11111001 | 11101100 | 11011 | 0 | 101 | 1011001 | 10 | 111000 | 1011111 | 110110 |
Color Harmonies of #F9EC1B
Complementary color
Monochromatic Colors of #F9EC1B
Black with #F9EC1B
Text Example
Text Example
White with #F9EC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EC1B; }
p { color: rgb(249,236,27); }
H1.HeaderClassName
{
color: #F9EC1B;
}
.AnyTagClassName
{
color: #F9EC1B;
}
</style>
background-color css
<style>
a { background-color: #F9EC1B; }
a { background-color: rgb(249,236,27); }
div.DivClassName
{
background-color: #F9EC1B;
}
.BgClassName
{
background-color: #F9EC1B;
}
</style>
border-color css
<style>
span { border-color: #F9EC1B; }
span { border-color: rgb(249,236,27); }
td.TdClassName
{
border-color: #F9EC1B;
}
.TagClassName
{
border-color: #F9EC1B;
}
</style>