Shades of Lemon #F9DD16
Tints of Lemon #F9DD16
RGB
CMYK
RGB Variations
Color information
#F9DD16 (or 0xF9DD16) is known color: Lemon. HEX triplet: F9, DD and 16. RGB value is (249,221,22). Sum of RGB (Red+Green+Blue) = 249+221+22=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 22 (8.98% from 255 or 4.47% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9DD16 is #0622E9. Grayscale: #CFCFCF. Windows color (decimal): -402154 or 1498617. OLE color: 1498617.
HSL color Cylindrical-coordinate representation of color #F9DD16: hue angle of 52.6º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F9DD16 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 22 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.02 |
| HSL | 52.6º | 0.95% | 0.53% | - |
| HSV(B) | 52.6º | 0.91% | 0.98% | - |
| XYZ | 65.07 | 71.91 | 11.21 | - |
| YUV | 206.69 | 23.78 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 22 | 0 | 0.11 | 0.91 | 0.02 | 52.6 | 0.95 | 0.53 |
| Hex | F9 | DD | 16 | 0 | B | 5B | 2 | 35 | 5F | 35 |
| Octal | 371 | 335 | 26 | 0 | 13 | 133 | 2 | 65 | 137 | 65 |
| Binary | 11111001 | 11011101 | 10110 | 0 | 1011 | 1011011 | 10 | 110101 | 1011111 | 110101 |
Color Harmonies of #F9DD16
Complementary color
Monochromatic Colors of #F9DD16
Black with #F9DD16
Text Example
Text Example
White with #F9DD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DD16; }
p { color: rgb(249,221,22); }
H1.HeaderClassName
{
color: #F9DD16;
}
.AnyTagClassName
{
color: #F9DD16;
}
</style>
background-color css
<style>
a { background-color: #F9DD16; }
a { background-color: rgb(249,221,22); }
div.DivClassName
{
background-color: #F9DD16;
}
.BgClassName
{
background-color: #F9DD16;
}
</style>
border-color css
<style>
span { border-color: #F9DD16; }
span { border-color: rgb(249,221,22); }
td.TdClassName
{
border-color: #F9DD16;
}
.TagClassName
{
border-color: #F9DD16;
}
</style>