Shades of Lemon #F5D90F
Tints of Lemon #F5D90F
RGB
CMYK
RGB Variations
Color information
#F5D90F (or 0xF5D90F) is known color: Lemon. HEX triplet: F5, D9 and 0F. RGB value is (245,217,15). Sum of RGB (Red+Green+Blue) = 245+217+15=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 15 (6.25% from 255 or 3.14% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D90F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D90F is #0A26F0. Grayscale: #CBCBCB. Windows color (decimal): -665329 or 1038837. OLE color: 1038837.
HSL color Cylindrical-coordinate representation of color #F5D90F: hue angle of 52.7º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5D90F is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 15 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.04 |
| HSL | 52.7º | 0.92% | 0.51% | - |
| HSV(B) | 52.7º | 0.94% | 0.96% | - |
| XYZ | 62.56 | 69.07 | 10.49 | - |
| YUV | 202.34 | 22.28 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 15 | 0 | 0.11 | 0.94 | 0.04 | 52.7 | 0.92 | 0.51 |
| Hex | F5 | D9 | F | 0 | B | 5E | 4 | 35 | 5C | 33 |
| Octal | 365 | 331 | 17 | 0 | 13 | 136 | 4 | 65 | 134 | 63 |
| Binary | 11110101 | 11011001 | 1111 | 0 | 1011 | 1011110 | 100 | 110101 | 1011100 | 110011 |
Color Harmonies of #F5D90F
Complementary color
Monochromatic Colors of #F5D90F
Black with #F5D90F
Text Example
Text Example
White with #F5D90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D90F; }
p { color: rgb(245,217,15); }
H1.HeaderClassName
{
color: #F5D90F;
}
.AnyTagClassName
{
color: #F5D90F;
}
</style>
background-color css
<style>
a { background-color: #F5D90F; }
a { background-color: rgb(245,217,15); }
div.DivClassName
{
background-color: #F5D90F;
}
.BgClassName
{
background-color: #F5D90F;
}
</style>
border-color css
<style>
span { border-color: #F5D90F; }
span { border-color: rgb(245,217,15); }
td.TdClassName
{
border-color: #F5D90F;
}
.TagClassName
{
border-color: #F5D90F;
}
</style>