Shades of Lemon #F8F619
Tints of Lemon #F8F619
RGB
CMYK
RGB Variations
Color information
#F8F619 (or 0xF8F619) is known color: Lemon. HEX triplet: F8, F6 and 19. RGB value is (248,246,25). Sum of RGB (Red+Green+Blue) = 248+246+25=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 246 (96.48% from 255 or 47.40% from 519); Blue value is 25 (10.16% from 255 or 4.82% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F619 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F619 is #0709E6. Grayscale: #DEDEDE. Windows color (decimal): -461287 or 1701624. OLE color: 1701624.
HSL color Cylindrical-coordinate representation of color #F8F619: hue angle of 59.46º 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 #F8F619 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 246 | 25 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.03 |
| HSL | 59.46º | 0.94% | 0.54% | - |
| HSV(B) | 59.46º | 0.9% | 0.97% | - |
| XYZ | 71.84 | 85.94 | 13.72 | - |
| YUV | 221.4 | 17.16 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 246 | 25 | 0 | 0.01 | 0.90 | 0.03 | 59.46 | 0.94 | 0.54 |
| Hex | F8 | F6 | 19 | 0 | 1 | 5A | 3 | 3B | 5E | 36 |
| Octal | 370 | 366 | 31 | 0 | 1 | 132 | 3 | 73 | 136 | 66 |
| Binary | 11111000 | 11110110 | 11001 | 0 | 1 | 1011010 | 11 | 111011 | 1011110 | 110110 |
Color Harmonies of #F8F619
Complementary color
Monochromatic Colors of #F8F619
Black with #F8F619
Text Example
Text Example
White with #F8F619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F619; }
p { color: rgb(248,246,25); }
H1.HeaderClassName
{
color: #F8F619;
}
.AnyTagClassName
{
color: #F8F619;
}
</style>
background-color css
<style>
a { background-color: #F8F619; }
a { background-color: rgb(248,246,25); }
div.DivClassName
{
background-color: #F8F619;
}
.BgClassName
{
background-color: #F8F619;
}
</style>
border-color css
<style>
span { border-color: #F8F619; }
span { border-color: rgb(248,246,25); }
td.TdClassName
{
border-color: #F8F619;
}
.TagClassName
{
border-color: #F8F619;
}
</style>