Shades of Lemon #F8F51E
Tints of Lemon #F8F51E
RGB
CMYK
RGB Variations
Color information
#F8F51E (or 0xF8F51E) is known color: Lemon. HEX triplet: F8, F5 and 1E. RGB value is (248,245,30). Sum of RGB (Red+Green+Blue) = 248+245+30=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 30 (12.11% from 255 or 5.74% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F51E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F51E is #070AE1. Grayscale: #DEDEDE. Windows color (decimal): -461538 or 2029048. OLE color: 2029048.
HSL color Cylindrical-coordinate representation of color #F8F51E: hue angle of 59.17º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8F51E is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 30 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.03 |
| HSL | 59.17º | 0.94% | 0.55% | - |
| HSV(B) | 59.17º | 0.88% | 0.97% | - |
| XYZ | 71.6 | 85.36 | 13.93 | - |
| YUV | 221.39 | 19.99 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 30 | 0 | 0.01 | 0.88 | 0.03 | 59.17 | 0.94 | 0.55 |
| Hex | F8 | F5 | 1E | 0 | 1 | 58 | 3 | 3B | 5E | 37 |
| Octal | 370 | 365 | 36 | 0 | 1 | 130 | 3 | 73 | 136 | 67 |
| Binary | 11111000 | 11110101 | 11110 | 0 | 1 | 1011000 | 11 | 111011 | 1011110 | 110111 |
Color Harmonies of #F8F51E
Complementary color
Monochromatic Colors of #F8F51E
Black with #F8F51E
Text Example
Text Example
White with #F8F51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F51E; }
p { color: rgb(248,245,30); }
H1.HeaderClassName
{
color: #F8F51E;
}
.AnyTagClassName
{
color: #F8F51E;
}
</style>
background-color css
<style>
a { background-color: #F8F51E; }
a { background-color: rgb(248,245,30); }
div.DivClassName
{
background-color: #F8F51E;
}
.BgClassName
{
background-color: #F8F51E;
}
</style>
border-color css
<style>
span { border-color: #F8F51E; }
span { border-color: rgb(248,245,30); }
td.TdClassName
{
border-color: #F8F51E;
}
.TagClassName
{
border-color: #F8F51E;
}
</style>