Shades of Lemon #F8DD10
Tints of Lemon #F8DD10
RGB
CMYK
RGB Variations
Color information
#F8DD10 (or 0xF8DD10) is known color: Lemon. HEX triplet: F8, DD and 10. RGB value is (248,221,16). Sum of RGB (Red+Green+Blue) = 248+221+16=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 16 (6.64% from 255 or 3.30% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DD10 is #0722EF. Grayscale: #CECECE. Windows color (decimal): -467696 or 1105400. OLE color: 1105400.
HSL color Cylindrical-coordinate representation of color #F8DD10: hue angle of 53.02º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8DD10 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 16 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.03 |
| HSL | 53.02º | 0.94% | 0.52% | - |
| HSV(B) | 53.02º | 0.94% | 0.97% | - |
| XYZ | 64.66 | 71.71 | 10.92 | - |
| YUV | 205.7 | 20.95 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 16 | 0 | 0.11 | 0.94 | 0.03 | 53.02 | 0.94 | 0.52 |
| Hex | F8 | DD | 10 | 0 | B | 5E | 3 | 35 | 5E | 34 |
| Octal | 370 | 335 | 20 | 0 | 13 | 136 | 3 | 65 | 136 | 64 |
| Binary | 11111000 | 11011101 | 10000 | 0 | 1011 | 1011110 | 11 | 110101 | 1011110 | 110100 |
Color Harmonies of #F8DD10
Complementary color
Monochromatic Colors of #F8DD10
Black with #F8DD10
Text Example
Text Example
White with #F8DD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DD10; }
p { color: rgb(248,221,16); }
H1.HeaderClassName
{
color: #F8DD10;
}
.AnyTagClassName
{
color: #F8DD10;
}
</style>
background-color css
<style>
a { background-color: #F8DD10; }
a { background-color: rgb(248,221,16); }
div.DivClassName
{
background-color: #F8DD10;
}
.BgClassName
{
background-color: #F8DD10;
}
</style>
border-color css
<style>
span { border-color: #F8DD10; }
span { border-color: rgb(248,221,16); }
td.TdClassName
{
border-color: #F8DD10;
}
.TagClassName
{
border-color: #F8DD10;
}
</style>