Shades of Lemon #F5DD10
Tints of Lemon #F5DD10
RGB
CMYK
RGB Variations
Color information
#F5DD10 (or 0xF5DD10) is known color: Lemon. HEX triplet: F5, DD and 10. RGB value is (245,221,16). Sum of RGB (Red+Green+Blue) = 245+221+16=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 16 (6.64% from 255 or 3.32% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DD10 is #0A22EF. Grayscale: #CDCDCD. Windows color (decimal): -664304 or 1105397. OLE color: 1105397.
HSL color Cylindrical-coordinate representation of color #F5DD10: hue angle of 53.71º 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 #F5DD10 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 16 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.04 |
| HSL | 53.71º | 0.92% | 0.51% | - |
| HSV(B) | 53.71º | 0.93% | 0.96% | - |
| XYZ | 63.61 | 71.16 | 10.87 | - |
| YUV | 204.81 | 21.45 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 16 | 0 | 0.10 | 0.93 | 0.04 | 53.71 | 0.92 | 0.51 |
| Hex | F5 | DD | 10 | 0 | A | 5D | 4 | 36 | 5C | 33 |
| Octal | 365 | 335 | 20 | 0 | 12 | 135 | 4 | 66 | 134 | 63 |
| Binary | 11110101 | 11011101 | 10000 | 0 | 1010 | 1011101 | 100 | 110110 | 1011100 | 110011 |
Color Harmonies of #F5DD10
Complementary color
Monochromatic Colors of #F5DD10
Black with #F5DD10
Text Example
Text Example
White with #F5DD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DD10; }
p { color: rgb(245,221,16); }
H1.HeaderClassName
{
color: #F5DD10;
}
.AnyTagClassName
{
color: #F5DD10;
}
</style>
background-color css
<style>
a { background-color: #F5DD10; }
a { background-color: rgb(245,221,16); }
div.DivClassName
{
background-color: #F5DD10;
}
.BgClassName
{
background-color: #F5DD10;
}
</style>
border-color css
<style>
span { border-color: #F5DD10; }
span { border-color: rgb(245,221,16); }
td.TdClassName
{
border-color: #F5DD10;
}
.TagClassName
{
border-color: #F5DD10;
}
</style>