Shades of Lemon #F9EC15
Tints of Lemon #F9EC15
RGB
CMYK
RGB Variations
Color information
#F9EC15 (or 0xF9EC15) is known color: Lemon. HEX triplet: F9, EC and 15. RGB value is (249,236,21). Sum of RGB (Red+Green+Blue) = 249+236+21=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 21 (8.59% from 255 or 4.15% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EC15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9EC15 is #0613EA. Grayscale: #D8D8D8. Windows color (decimal): -398315 or 1436921. OLE color: 1436921.
HSL color Cylindrical-coordinate representation of color #F9EC15: hue angle of 56.58º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9EC15 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 236 | 21 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.02 |
| HSL | 56.58º | 0.95% | 0.53% | - |
| HSV(B) | 56.58º | 0.92% | 0.98% | - |
| XYZ | 69.2 | 80.18 | 12.54 | - |
| YUV | 215.38 | 18.31 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 236 | 21 | 0 | 0.05 | 0.92 | 0.02 | 56.58 | 0.95 | 0.53 |
| Hex | F9 | EC | 15 | 0 | 5 | 5C | 2 | 39 | 5F | 35 |
| Octal | 371 | 354 | 25 | 0 | 5 | 134 | 2 | 71 | 137 | 65 |
| Binary | 11111001 | 11101100 | 10101 | 0 | 101 | 1011100 | 10 | 111001 | 1011111 | 110101 |
Color Harmonies of #F9EC15
Complementary color
Monochromatic Colors of #F9EC15
Black with #F9EC15
Text Example
Text Example
White with #F9EC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EC15; }
p { color: rgb(249,236,21); }
H1.HeaderClassName
{
color: #F9EC15;
}
.AnyTagClassName
{
color: #F9EC15;
}
</style>
background-color css
<style>
a { background-color: #F9EC15; }
a { background-color: rgb(249,236,21); }
div.DivClassName
{
background-color: #F9EC15;
}
.BgClassName
{
background-color: #F9EC15;
}
</style>
border-color css
<style>
span { border-color: #F9EC15; }
span { border-color: rgb(249,236,21); }
td.TdClassName
{
border-color: #F9EC15;
}
.TagClassName
{
border-color: #F9EC15;
}
</style>