Shades of Lemon #F8DD16
Tints of Lemon #F8DD16
RGB
CMYK
RGB Variations
Color information
#F8DD16 (or 0xF8DD16) is known color: Lemon. HEX triplet: F8, DD and 16. RGB value is (248,221,22). Sum of RGB (Red+Green+Blue) = 248+221+22=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 22 (8.98% from 255 or 4.48% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DD16 is #0722E9. Grayscale: #CFCFCF. Windows color (decimal): -467690 or 1498616. OLE color: 1498616.
HSL color Cylindrical-coordinate representation of color #F8DD16: hue angle of 52.83º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F8DD16 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 22 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.03 |
| HSL | 52.83º | 0.94% | 0.53% | - |
| HSV(B) | 52.83º | 0.91% | 0.97% | - |
| XYZ | 64.71 | 71.73 | 11.19 | - |
| YUV | 206.39 | 23.95 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 22 | 0 | 0.11 | 0.91 | 0.03 | 52.83 | 0.94 | 0.53 |
| Hex | F8 | DD | 16 | 0 | B | 5B | 3 | 35 | 5E | 35 |
| Octal | 370 | 335 | 26 | 0 | 13 | 133 | 3 | 65 | 136 | 65 |
| Binary | 11111000 | 11011101 | 10110 | 0 | 1011 | 1011011 | 11 | 110101 | 1011110 | 110101 |
Color Harmonies of #F8DD16
Complementary color
Monochromatic Colors of #F8DD16
Black with #F8DD16
Text Example
Text Example
White with #F8DD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DD16; }
p { color: rgb(248,221,22); }
H1.HeaderClassName
{
color: #F8DD16;
}
.AnyTagClassName
{
color: #F8DD16;
}
</style>
background-color css
<style>
a { background-color: #F8DD16; }
a { background-color: rgb(248,221,22); }
div.DivClassName
{
background-color: #F8DD16;
}
.BgClassName
{
background-color: #F8DD16;
}
</style>
border-color css
<style>
span { border-color: #F8DD16; }
span { border-color: rgb(248,221,22); }
td.TdClassName
{
border-color: #F8DD16;
}
.TagClassName
{
border-color: #F8DD16;
}
</style>