Shades of Lemon #F5DD16
Tints of Lemon #F5DD16
RGB
CMYK
RGB Variations
Color information
#F5DD16 (or 0xF5DD16) is known color: Lemon. HEX triplet: F5, DD and 16. RGB value is (245,221,22). Sum of RGB (Red+Green+Blue) = 245+221+22=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 22 (8.98% from 255 or 4.51% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DD16 is #0A22E9. Grayscale: #CECECE. Windows color (decimal): -664298 or 1498613. OLE color: 1498613.
HSL color Cylindrical-coordinate representation of color #F5DD16: hue angle of 53.54º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5DD16 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 22 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.04 |
| HSL | 53.54º | 0.92% | 0.52% | - |
| HSV(B) | 53.54º | 0.91% | 0.96% | - |
| XYZ | 63.66 | 71.18 | 11.14 | - |
| YUV | 205.49 | 24.45 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 22 | 0 | 0.10 | 0.91 | 0.04 | 53.54 | 0.92 | 0.52 |
| Hex | F5 | DD | 16 | 0 | A | 5B | 4 | 36 | 5C | 34 |
| Octal | 365 | 335 | 26 | 0 | 12 | 133 | 4 | 66 | 134 | 64 |
| Binary | 11110101 | 11011101 | 10110 | 0 | 1010 | 1011011 | 100 | 110110 | 1011100 | 110100 |
Color Harmonies of #F5DD16
Complementary color
Monochromatic Colors of #F5DD16
Black with #F5DD16
Text Example
Text Example
White with #F5DD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DD16; }
p { color: rgb(245,221,22); }
H1.HeaderClassName
{
color: #F5DD16;
}
.AnyTagClassName
{
color: #F5DD16;
}
</style>
background-color css
<style>
a { background-color: #F5DD16; }
a { background-color: rgb(245,221,22); }
div.DivClassName
{
background-color: #F5DD16;
}
.BgClassName
{
background-color: #F5DD16;
}
</style>
border-color css
<style>
span { border-color: #F5DD16; }
span { border-color: rgb(245,221,22); }
td.TdClassName
{
border-color: #F5DD16;
}
.TagClassName
{
border-color: #F5DD16;
}
</style>