Shades of Lemon #F5DA16
Tints of Lemon #F5DA16
RGB
CMYK
RGB Variations
Color information
#F5DA16 (or 0xF5DA16) is known color: Lemon. HEX triplet: F5, DA and 16. RGB value is (245,218,22). Sum of RGB (Red+Green+Blue) = 245+218+22=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 22 (8.98% from 255 or 4.54% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DA16 is #0A25E9. Grayscale: #CCCCCC. Windows color (decimal): -665066 or 1497845. OLE color: 1497845.
HSL color Cylindrical-coordinate representation of color #F5DA16: hue angle of 52.74º 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 #F5DA16 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 218 | 22 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.04 |
| HSL | 52.74º | 0.92% | 0.52% | - |
| HSV(B) | 52.74º | 0.91% | 0.96% | - |
| XYZ | 62.87 | 69.61 | 10.88 | - |
| YUV | 203.73 | 25.45 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 218 | 22 | 0 | 0.11 | 0.91 | 0.04 | 52.74 | 0.92 | 0.52 |
| Hex | F5 | DA | 16 | 0 | B | 5B | 4 | 35 | 5C | 34 |
| Octal | 365 | 332 | 26 | 0 | 13 | 133 | 4 | 65 | 134 | 64 |
| Binary | 11110101 | 11011010 | 10110 | 0 | 1011 | 1011011 | 100 | 110101 | 1011100 | 110100 |
Color Harmonies of #F5DA16
Complementary color
Monochromatic Colors of #F5DA16
Black with #F5DA16
Text Example
Text Example
White with #F5DA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DA16; }
p { color: rgb(245,218,22); }
H1.HeaderClassName
{
color: #F5DA16;
}
.AnyTagClassName
{
color: #F5DA16;
}
</style>
background-color css
<style>
a { background-color: #F5DA16; }
a { background-color: rgb(245,218,22); }
div.DivClassName
{
background-color: #F5DA16;
}
.BgClassName
{
background-color: #F5DA16;
}
</style>
border-color css
<style>
span { border-color: #F5DA16; }
span { border-color: rgb(245,218,22); }
td.TdClassName
{
border-color: #F5DA16;
}
.TagClassName
{
border-color: #F5DA16;
}
</style>