Shades of Lemon #F8F519
Tints of Lemon #F8F519
RGB
CMYK
RGB Variations
Color information
#F8F519 (or 0xF8F519) is known color: Lemon. HEX triplet: F8, F5 and 19. RGB value is (248,245,25). Sum of RGB (Red+Green+Blue) = 248+245+25=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 25 (10.16% from 255 or 4.83% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F519 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F519 is #070AE6. Grayscale: #DDDDDD. Windows color (decimal): -461543 or 1701368. OLE color: 1701368.
HSL color Cylindrical-coordinate representation of color #F8F519: hue angle of 59.19º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8F519 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 25 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.03 |
| HSL | 59.19º | 0.94% | 0.54% | - |
| HSV(B) | 59.19º | 0.9% | 0.97% | - |
| XYZ | 71.54 | 85.33 | 13.62 | - |
| YUV | 220.82 | 17.49 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 25 | 0 | 0.01 | 0.90 | 0.03 | 59.19 | 0.94 | 0.54 |
| Hex | F8 | F5 | 19 | 0 | 1 | 5A | 3 | 3B | 5E | 36 |
| Octal | 370 | 365 | 31 | 0 | 1 | 132 | 3 | 73 | 136 | 66 |
| Binary | 11111000 | 11110101 | 11001 | 0 | 1 | 1011010 | 11 | 111011 | 1011110 | 110110 |
Color Harmonies of #F8F519
Complementary color
Monochromatic Colors of #F8F519
Black with #F8F519
Text Example
Text Example
White with #F8F519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F519; }
p { color: rgb(248,245,25); }
H1.HeaderClassName
{
color: #F8F519;
}
.AnyTagClassName
{
color: #F8F519;
}
</style>
background-color css
<style>
a { background-color: #F8F519; }
a { background-color: rgb(248,245,25); }
div.DivClassName
{
background-color: #F8F519;
}
.BgClassName
{
background-color: #F8F519;
}
</style>
border-color css
<style>
span { border-color: #F8F519; }
span { border-color: rgb(248,245,25); }
td.TdClassName
{
border-color: #F8F519;
}
.TagClassName
{
border-color: #F8F519;
}
</style>