Shades of Lemon #F5DC10
Tints of Lemon #F5DC10
RGB
CMYK
RGB Variations
Color information
#F5DC10 (or 0xF5DC10) is known color: Lemon. HEX triplet: F5, DC and 10. RGB value is (245,220,16). Sum of RGB (Red+Green+Blue) = 245+220+16=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 16 (6.64% from 255 or 3.33% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DC10 is #0A23EF. Grayscale: #CDCDCD. Windows color (decimal): -664560 or 1105141. OLE color: 1105141.
HSL color Cylindrical-coordinate representation of color #F5DC10: hue angle of 53.45º 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 #F5DC10 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 16 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.04 |
| HSL | 53.45º | 0.92% | 0.51% | - |
| HSV(B) | 53.45º | 0.93% | 0.96% | - |
| XYZ | 63.34 | 70.64 | 10.79 | - |
| YUV | 204.22 | 21.78 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 16 | 0 | 0.10 | 0.93 | 0.04 | 53.45 | 0.92 | 0.51 |
| Hex | F5 | DC | 10 | 0 | A | 5D | 4 | 35 | 5C | 33 |
| Octal | 365 | 334 | 20 | 0 | 12 | 135 | 4 | 65 | 134 | 63 |
| Binary | 11110101 | 11011100 | 10000 | 0 | 1010 | 1011101 | 100 | 110101 | 1011100 | 110011 |
Color Harmonies of #F5DC10
Complementary color
Monochromatic Colors of #F5DC10
Black with #F5DC10
Text Example
Text Example
White with #F5DC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC10; }
p { color: rgb(245,220,16); }
H1.HeaderClassName
{
color: #F5DC10;
}
.AnyTagClassName
{
color: #F5DC10;
}
</style>
background-color css
<style>
a { background-color: #F5DC10; }
a { background-color: rgb(245,220,16); }
div.DivClassName
{
background-color: #F5DC10;
}
.BgClassName
{
background-color: #F5DC10;
}
</style>
border-color css
<style>
span { border-color: #F5DC10; }
span { border-color: rgb(245,220,16); }
td.TdClassName
{
border-color: #F5DC10;
}
.TagClassName
{
border-color: #F5DC10;
}
</style>