Shades of Lemon #F8DF16
Tints of Lemon #F8DF16
RGB
CMYK
RGB Variations
Color information
#F8DF16 (or 0xF8DF16) is known color: Lemon. HEX triplet: F8, DF and 16. RGB value is (248,223,22). Sum of RGB (Red+Green+Blue) = 248+223+22=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 22 (8.98% from 255 or 4.46% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DF16 is #0720E9. Grayscale: #D0D0D0. Windows color (decimal): -467178 or 1499128. OLE color: 1499128.
HSL color Cylindrical-coordinate representation of color #F8DF16: hue angle of 53.36º 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 #F8DF16 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 22 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.03 |
| HSL | 53.36º | 0.94% | 0.53% | - |
| HSV(B) | 53.36º | 0.91% | 0.97% | - |
| XYZ | 65.24 | 72.79 | 11.37 | - |
| YUV | 207.56 | 23.28 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 22 | 0 | 0.10 | 0.91 | 0.03 | 53.36 | 0.94 | 0.53 |
| Hex | F8 | DF | 16 | 0 | A | 5B | 3 | 35 | 5E | 35 |
| Octal | 370 | 337 | 26 | 0 | 12 | 133 | 3 | 65 | 136 | 65 |
| Binary | 11111000 | 11011111 | 10110 | 0 | 1010 | 1011011 | 11 | 110101 | 1011110 | 110101 |
Color Harmonies of #F8DF16
Complementary color
Monochromatic Colors of #F8DF16
Black with #F8DF16
Text Example
Text Example
White with #F8DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF16; }
p { color: rgb(248,223,22); }
H1.HeaderClassName
{
color: #F8DF16;
}
.AnyTagClassName
{
color: #F8DF16;
}
</style>
background-color css
<style>
a { background-color: #F8DF16; }
a { background-color: rgb(248,223,22); }
div.DivClassName
{
background-color: #F8DF16;
}
.BgClassName
{
background-color: #F8DF16;
}
</style>
border-color css
<style>
span { border-color: #F8DF16; }
span { border-color: rgb(248,223,22); }
td.TdClassName
{
border-color: #F8DF16;
}
.TagClassName
{
border-color: #F8DF16;
}
</style>