Shades of Lemon #F4DD11
Tints of Lemon #F4DD11
RGB
CMYK
RGB Variations
Color information
#F4DD11 (or 0xF4DD11) is known color: Lemon. HEX triplet: F4, DD and 11. RGB value is (244,221,17). Sum of RGB (Red+Green+Blue) = 244+221+17=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 17 (7.03% from 255 or 3.53% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DD11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4DD11 is #0B22EE. Grayscale: #CDCDCD. Windows color (decimal): -729839 or 1170932. OLE color: 1170932.
HSL color Cylindrical-coordinate representation of color #F4DD11: hue angle of 53.92º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4DD11 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 17 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.04 |
| HSL | 53.92º | 0.91% | 0.51% | - |
| HSV(B) | 53.92º | 0.93% | 0.96% | - |
| XYZ | 63.27 | 70.99 | 10.9 | - |
| YUV | 204.62 | 22.12 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 17 | 0 | 0.09 | 0.93 | 0.04 | 53.92 | 0.91 | 0.51 |
| Hex | F4 | DD | 11 | 0 | 9 | 5D | 4 | 36 | 5B | 33 |
| Octal | 364 | 335 | 21 | 0 | 11 | 135 | 4 | 66 | 133 | 63 |
| Binary | 11110100 | 11011101 | 10001 | 0 | 1001 | 1011101 | 100 | 110110 | 1011011 | 110011 |
Color Harmonies of #F4DD11
Complementary color
Monochromatic Colors of #F4DD11
Black with #F4DD11
Text Example
Text Example
White with #F4DD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DD11; }
p { color: rgb(244,221,17); }
H1.HeaderClassName
{
color: #F4DD11;
}
.AnyTagClassName
{
color: #F4DD11;
}
</style>
background-color css
<style>
a { background-color: #F4DD11; }
a { background-color: rgb(244,221,17); }
div.DivClassName
{
background-color: #F4DD11;
}
.BgClassName
{
background-color: #F4DD11;
}
</style>
border-color css
<style>
span { border-color: #F4DD11; }
span { border-color: rgb(244,221,17); }
td.TdClassName
{
border-color: #F4DD11;
}
.TagClassName
{
border-color: #F4DD11;
}
</style>