Shades of Lemon #F8D811
Tints of Lemon #F8D811
RGB
CMYK
RGB Variations
Color information
#F8D811 (or 0xF8D811) is known color: Lemon. HEX triplet: F8, D8 and 11. RGB value is (248,216,17). Sum of RGB (Red+Green+Blue) = 248+216+17=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 17 (7.03% from 255 or 3.53% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D811 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D811 is #0727EE. Grayscale: #CBCBCB. Windows color (decimal): -468975 or 1169656. OLE color: 1169656.
HSL color Cylindrical-coordinate representation of color #F8D811: hue angle of 51.69º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8D811 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 216 | 17 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.03 |
| HSL | 51.69º | 0.94% | 0.52% | - |
| HSV(B) | 51.69º | 0.93% | 0.97% | - |
| XYZ | 63.37 | 69.11 | 10.53 | - |
| YUV | 202.88 | 23.1 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 216 | 17 | 0 | 0.13 | 0.93 | 0.03 | 51.69 | 0.94 | 0.52 |
| Hex | F8 | D8 | 11 | 0 | D | 5D | 3 | 34 | 5E | 34 |
| Octal | 370 | 330 | 21 | 0 | 15 | 135 | 3 | 64 | 136 | 64 |
| Binary | 11111000 | 11011000 | 10001 | 0 | 1101 | 1011101 | 11 | 110100 | 1011110 | 110100 |
Color Harmonies of #F8D811
Complementary color
Monochromatic Colors of #F8D811
Black with #F8D811
Text Example
Text Example
White with #F8D811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D811; }
p { color: rgb(248,216,17); }
H1.HeaderClassName
{
color: #F8D811;
}
.AnyTagClassName
{
color: #F8D811;
}
</style>
background-color css
<style>
a { background-color: #F8D811; }
a { background-color: rgb(248,216,17); }
div.DivClassName
{
background-color: #F8D811;
}
.BgClassName
{
background-color: #F8D811;
}
</style>
border-color css
<style>
span { border-color: #F8D811; }
span { border-color: rgb(248,216,17); }
td.TdClassName
{
border-color: #F8D811;
}
.TagClassName
{
border-color: #F8D811;
}
</style>