Shades of Lemon #F9E516
Tints of Lemon #F9E516
RGB
CMYK
RGB Variations
Color information
#F9E516 (or 0xF9E516) is known color: Lemon. HEX triplet: F9, E5 and 16. RGB value is (249,229,22). Sum of RGB (Red+Green+Blue) = 249+229+22=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 22 (8.98% from 255 or 4.4% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9E516 is #061AE9. Grayscale: #D4D4D4. Windows color (decimal): -400106 or 1500665. OLE color: 1500665.
HSL color Cylindrical-coordinate representation of color #F9E516: hue angle of 54.71º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F9E516 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 229 | 22 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.02 |
| HSL | 54.71º | 0.95% | 0.53% | - |
| HSV(B) | 54.71º | 0.91% | 0.98% | - |
| XYZ | 67.23 | 76.24 | 11.93 | - |
| YUV | 211.38 | 21.13 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 229 | 22 | 0 | 0.08 | 0.91 | 0.02 | 54.71 | 0.95 | 0.53 |
| Hex | F9 | E5 | 16 | 0 | 8 | 5B | 2 | 37 | 5F | 35 |
| Octal | 371 | 345 | 26 | 0 | 10 | 133 | 2 | 67 | 137 | 65 |
| Binary | 11111001 | 11100101 | 10110 | 0 | 1000 | 1011011 | 10 | 110111 | 1011111 | 110101 |
Color Harmonies of #F9E516
Complementary color
Monochromatic Colors of #F9E516
Black with #F9E516
Text Example
Text Example
White with #F9E516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E516; }
p { color: rgb(249,229,22); }
H1.HeaderClassName
{
color: #F9E516;
}
.AnyTagClassName
{
color: #F9E516;
}
</style>
background-color css
<style>
a { background-color: #F9E516; }
a { background-color: rgb(249,229,22); }
div.DivClassName
{
background-color: #F9E516;
}
.BgClassName
{
background-color: #F9E516;
}
</style>
border-color css
<style>
span { border-color: #F9E516; }
span { border-color: rgb(249,229,22); }
td.TdClassName
{
border-color: #F9E516;
}
.TagClassName
{
border-color: #F9E516;
}
</style>