Shades of Lemon #F5DA10
Tints of Lemon #F5DA10
RGB
CMYK
RGB Variations
Color information
#F5DA10 (or 0xF5DA10) is known color: Lemon. HEX triplet: F5, DA and 10. RGB value is (245,218,16). Sum of RGB (Red+Green+Blue) = 245+218+16=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 16 (6.64% from 255 or 3.34% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DA10 is #0A25EF. Grayscale: #CBCBCB. Windows color (decimal): -665072 or 1104629. OLE color: 1104629.
HSL color Cylindrical-coordinate representation of color #F5DA10: hue angle of 52.93º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5DA10 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 218 | 16 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.04 |
| HSL | 52.93º | 0.92% | 0.51% | - |
| HSV(B) | 52.93º | 0.93% | 0.96% | - |
| XYZ | 62.82 | 69.59 | 10.61 | - |
| YUV | 203.05 | 22.45 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 218 | 16 | 0 | 0.11 | 0.93 | 0.04 | 52.93 | 0.92 | 0.51 |
| Hex | F5 | DA | 10 | 0 | B | 5D | 4 | 35 | 5C | 33 |
| Octal | 365 | 332 | 20 | 0 | 13 | 135 | 4 | 65 | 134 | 63 |
| Binary | 11110101 | 11011010 | 10000 | 0 | 1011 | 1011101 | 100 | 110101 | 1011100 | 110011 |
Color Harmonies of #F5DA10
Complementary color
Monochromatic Colors of #F5DA10
Black with #F5DA10
Text Example
Text Example
White with #F5DA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DA10; }
p { color: rgb(245,218,16); }
H1.HeaderClassName
{
color: #F5DA10;
}
.AnyTagClassName
{
color: #F5DA10;
}
</style>
background-color css
<style>
a { background-color: #F5DA10; }
a { background-color: rgb(245,218,16); }
div.DivClassName
{
background-color: #F5DA10;
}
.BgClassName
{
background-color: #F5DA10;
}
</style>
border-color css
<style>
span { border-color: #F5DA10; }
span { border-color: rgb(245,218,16); }
td.TdClassName
{
border-color: #F5DA10;
}
.TagClassName
{
border-color: #F5DA10;
}
</style>