Shades of Lemon #F0DC13
Tints of Lemon #F0DC13
RGB
CMYK
RGB Variations
Color information
#F0DC13 (or 0xF0DC13) is known color: Lemon. HEX triplet: F0, DC and 13. RGB value is (240,220,19). Sum of RGB (Red+Green+Blue) = 240+220+19=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 19 (7.81% from 255 or 3.97% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DC13 is #0F23EC. Grayscale: #CBCBCB. Windows color (decimal): -992237 or 1301744. OLE color: 1301744.
HSL color Cylindrical-coordinate representation of color #F0DC13: hue angle of 54.57º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0DC13 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 19 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.06 |
| HSL | 54.57º | 0.88% | 0.51% | - |
| HSV(B) | 54.57º | 0.92% | 0.94% | - |
| XYZ | 61.65 | 69.76 | 10.83 | - |
| YUV | 203.07 | 24.13 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 19 | 0 | 0.08 | 0.92 | 0.06 | 54.57 | 0.88 | 0.51 |
| Hex | F0 | DC | 13 | 0 | 8 | 5C | 6 | 37 | 58 | 33 |
| Octal | 360 | 334 | 23 | 0 | 10 | 134 | 6 | 67 | 130 | 63 |
| Binary | 11110000 | 11011100 | 10011 | 0 | 1000 | 1011100 | 110 | 110111 | 1011000 | 110011 |
Color Harmonies of #F0DC13
Complementary color
Monochromatic Colors of #F0DC13
Black with #F0DC13
Text Example
Text Example
White with #F0DC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DC13; }
p { color: rgb(240,220,19); }
H1.HeaderClassName
{
color: #F0DC13;
}
.AnyTagClassName
{
color: #F0DC13;
}
</style>
background-color css
<style>
a { background-color: #F0DC13; }
a { background-color: rgb(240,220,19); }
div.DivClassName
{
background-color: #F0DC13;
}
.BgClassName
{
background-color: #F0DC13;
}
</style>
border-color css
<style>
span { border-color: #F0DC13; }
span { border-color: rgb(240,220,19); }
td.TdClassName
{
border-color: #F0DC13;
}
.TagClassName
{
border-color: #F0DC13;
}
</style>