Shades of Lemon #F5DC17
Tints of Lemon #F5DC17
RGB
CMYK
RGB Variations
Color information
#F5DC17 (or 0xF5DC17) is known color: Lemon. HEX triplet: F5, DC and 17. RGB value is (245,220,23). Sum of RGB (Red+Green+Blue) = 245+220+23=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 23 (9.38% from 255 or 4.71% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DC17 is #0A23E8. Grayscale: #CDCDCD. Windows color (decimal): -664553 or 1563893. OLE color: 1563893.
HSL color Cylindrical-coordinate representation of color #F5DC17: hue angle of 53.24º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5DC17 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 23 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.04 |
| HSL | 53.24º | 0.92% | 0.53% | - |
| HSV(B) | 53.24º | 0.91% | 0.96% | - |
| XYZ | 63.4 | 70.66 | 11.11 | - |
| YUV | 205.02 | 25.28 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 23 | 0 | 0.10 | 0.91 | 0.04 | 53.24 | 0.92 | 0.53 |
| Hex | F5 | DC | 17 | 0 | A | 5B | 4 | 35 | 5C | 35 |
| Octal | 365 | 334 | 27 | 0 | 12 | 133 | 4 | 65 | 134 | 65 |
| Binary | 11110101 | 11011100 | 10111 | 0 | 1010 | 1011011 | 100 | 110101 | 1011100 | 110101 |
Color Harmonies of #F5DC17
Complementary color
Monochromatic Colors of #F5DC17
Black with #F5DC17
Text Example
Text Example
White with #F5DC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC17; }
p { color: rgb(245,220,23); }
H1.HeaderClassName
{
color: #F5DC17;
}
.AnyTagClassName
{
color: #F5DC17;
}
</style>
background-color css
<style>
a { background-color: #F5DC17; }
a { background-color: rgb(245,220,23); }
div.DivClassName
{
background-color: #F5DC17;
}
.BgClassName
{
background-color: #F5DC17;
}
</style>
border-color css
<style>
span { border-color: #F5DC17; }
span { border-color: rgb(245,220,23); }
td.TdClassName
{
border-color: #F5DC17;
}
.TagClassName
{
border-color: #F5DC17;
}
</style>