Shades of Lemon #F2DD16
Tints of Lemon #F2DD16
RGB
CMYK
RGB Variations
Color information
#F2DD16 (or 0xF2DD16) is known color: Lemon. HEX triplet: F2, DD and 16. RGB value is (242,221,22). Sum of RGB (Red+Green+Blue) = 242+221+22=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 22 (8.98% from 255 or 4.54% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DD16 is #0D22E9. Grayscale: #CDCDCD. Windows color (decimal): -860906 or 1498610. OLE color: 1498610.
HSL color Cylindrical-coordinate representation of color #F2DD16: hue angle of 54.27º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2DD16 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 22 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.05 |
| HSL | 54.27º | 0.89% | 0.52% | - |
| HSV(B) | 54.27º | 0.91% | 0.95% | - |
| XYZ | 62.62 | 70.65 | 11.1 | - |
| YUV | 204.59 | 24.96 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 22 | 0 | 0.09 | 0.91 | 0.05 | 54.27 | 0.89 | 0.52 |
| Hex | F2 | DD | 16 | 0 | 9 | 5B | 5 | 36 | 59 | 34 |
| Octal | 362 | 335 | 26 | 0 | 11 | 133 | 5 | 66 | 131 | 64 |
| Binary | 11110010 | 11011101 | 10110 | 0 | 1001 | 1011011 | 101 | 110110 | 1011001 | 110100 |
Color Harmonies of #F2DD16
Complementary color
Monochromatic Colors of #F2DD16
Black with #F2DD16
Text Example
Text Example
White with #F2DD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD16; }
p { color: rgb(242,221,22); }
H1.HeaderClassName
{
color: #F2DD16;
}
.AnyTagClassName
{
color: #F2DD16;
}
</style>
background-color css
<style>
a { background-color: #F2DD16; }
a { background-color: rgb(242,221,22); }
div.DivClassName
{
background-color: #F2DD16;
}
.BgClassName
{
background-color: #F2DD16;
}
</style>
border-color css
<style>
span { border-color: #F2DD16; }
span { border-color: rgb(242,221,22); }
td.TdClassName
{
border-color: #F2DD16;
}
.TagClassName
{
border-color: #F2DD16;
}
</style>