Shades of Lemon #F0DC17
Tints of Lemon #F0DC17
RGB
CMYK
RGB Variations
Color information
#F0DC17 (or 0xF0DC17) is known color: Lemon. HEX triplet: F0, DC and 17. RGB value is (240,220,23). Sum of RGB (Red+Green+Blue) = 240+220+23=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 23 (9.38% from 255 or 4.76% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DC17 is #0F23E8. Grayscale: #CCCCCC. Windows color (decimal): -992233 or 1563888. OLE color: 1563888.
HSL color Cylindrical-coordinate representation of color #F0DC17: hue angle of 54.47º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0DC17 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 23 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.06 |
| HSL | 54.47º | 0.88% | 0.52% | - |
| HSV(B) | 54.47º | 0.9% | 0.94% | - |
| XYZ | 61.68 | 69.77 | 11.03 | - |
| YUV | 203.52 | 26.13 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 23 | 0 | 0.08 | 0.90 | 0.06 | 54.47 | 0.88 | 0.52 |
| Hex | F0 | DC | 17 | 0 | 8 | 5A | 6 | 36 | 58 | 34 |
| Octal | 360 | 334 | 27 | 0 | 10 | 132 | 6 | 66 | 130 | 64 |
| Binary | 11110000 | 11011100 | 10111 | 0 | 1000 | 1011010 | 110 | 110110 | 1011000 | 110100 |
Color Harmonies of #F0DC17
Complementary color
Monochromatic Colors of #F0DC17
Black with #F0DC17
Text Example
Text Example
White with #F0DC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DC17; }
p { color: rgb(240,220,23); }
H1.HeaderClassName
{
color: #F0DC17;
}
.AnyTagClassName
{
color: #F0DC17;
}
</style>
background-color css
<style>
a { background-color: #F0DC17; }
a { background-color: rgb(240,220,23); }
div.DivClassName
{
background-color: #F0DC17;
}
.BgClassName
{
background-color: #F0DC17;
}
</style>
border-color css
<style>
span { border-color: #F0DC17; }
span { border-color: rgb(240,220,23); }
td.TdClassName
{
border-color: #F0DC17;
}
.TagClassName
{
border-color: #F0DC17;
}
</style>