Shades of Lemon #F4DC18
Tints of Lemon #F4DC18
RGB
CMYK
RGB Variations
Color information
#F4DC18 (or 0xF4DC18) is known color: Lemon. HEX triplet: F4, DC and 18. RGB value is (244,220,24). Sum of RGB (Red+Green+Blue) = 244+220+24=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 24 (9.77% from 255 or 4.92% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4DC18 is #0B23E7. Grayscale: #CDCDCD. Windows color (decimal): -730088 or 1629428. OLE color: 1629428.
HSL color Cylindrical-coordinate representation of color #F4DC18: hue angle of 53.45º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4DC18 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 220 | 24 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.04 |
| HSL | 53.45º | 0.91% | 0.53% | - |
| HSV(B) | 53.45º | 0.9% | 0.96% | - |
| XYZ | 63.07 | 70.49 | 11.15 | - |
| YUV | 204.83 | 25.95 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 24 | 0 | 0.10 | 0.90 | 0.04 | 53.45 | 0.91 | 0.53 |
| Hex | F4 | DC | 18 | 0 | A | 5A | 4 | 35 | 5B | 35 |
| Octal | 364 | 334 | 30 | 0 | 12 | 132 | 4 | 65 | 133 | 65 |
| Binary | 11110100 | 11011100 | 11000 | 0 | 1010 | 1011010 | 100 | 110101 | 1011011 | 110101 |
Color Harmonies of #F4DC18
Complementary color
Monochromatic Colors of #F4DC18
Black with #F4DC18
Text Example
Text Example
White with #F4DC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DC18; }
p { color: rgb(244,220,24); }
H1.HeaderClassName
{
color: #F4DC18;
}
.AnyTagClassName
{
color: #F4DC18;
}
</style>
background-color css
<style>
a { background-color: #F4DC18; }
a { background-color: rgb(244,220,24); }
div.DivClassName
{
background-color: #F4DC18;
}
.BgClassName
{
background-color: #F4DC18;
}
</style>
border-color css
<style>
span { border-color: #F4DC18; }
span { border-color: rgb(244,220,24); }
td.TdClassName
{
border-color: #F4DC18;
}
.TagClassName
{
border-color: #F4DC18;
}
</style>