Shades of Lemon #F8D913
Tints of Lemon #F8D913
RGB
CMYK
RGB Variations
Color information
#F8D913 (or 0xF8D913) is known color: Lemon. HEX triplet: F8, D9 and 13. RGB value is (248,217,19). Sum of RGB (Red+Green+Blue) = 248+217+19=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 19 (7.81% from 255 or 3.93% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D913 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D913 is #0726EC. Grayscale: #CCCCCC. Windows color (decimal): -468717 or 1300984. OLE color: 1300984.
HSL color Cylindrical-coordinate representation of color #F8D913: hue angle of 51.88º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8D913 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 217 | 19 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.03 |
| HSL | 51.88º | 0.94% | 0.52% | - |
| HSV(B) | 51.88º | 0.92% | 0.97% | - |
| XYZ | 63.64 | 69.63 | 10.7 | - |
| YUV | 203.7 | 23.77 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 19 | 0 | 0.12 | 0.92 | 0.03 | 51.88 | 0.94 | 0.52 |
| Hex | F8 | D9 | 13 | 0 | C | 5C | 3 | 34 | 5E | 34 |
| Octal | 370 | 331 | 23 | 0 | 14 | 134 | 3 | 64 | 136 | 64 |
| Binary | 11111000 | 11011001 | 10011 | 0 | 1100 | 1011100 | 11 | 110100 | 1011110 | 110100 |
Color Harmonies of #F8D913
Complementary color
Monochromatic Colors of #F8D913
Black with #F8D913
Text Example
Text Example
White with #F8D913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D913; }
p { color: rgb(248,217,19); }
H1.HeaderClassName
{
color: #F8D913;
}
.AnyTagClassName
{
color: #F8D913;
}
</style>
background-color css
<style>
a { background-color: #F8D913; }
a { background-color: rgb(248,217,19); }
div.DivClassName
{
background-color: #F8D913;
}
.BgClassName
{
background-color: #F8D913;
}
</style>
border-color css
<style>
span { border-color: #F8D913; }
span { border-color: rgb(248,217,19); }
td.TdClassName
{
border-color: #F8D913;
}
.TagClassName
{
border-color: #F8D913;
}
</style>