Shades of Lemon #F8E705
Tints of Lemon #F8E705
RGB
CMYK
RGB Variations
Color information
#F8E705 (or 0xF8E705) is known color: Lemon. HEX triplet: F8, E7 and 05. RGB value is (248,231,5). Sum of RGB (Red+Green+Blue) = 248+231+5=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 231 (90.62% from 255 or 47.73% from 484); Blue value is 5 (2.34% from 255 or 1.03% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E705 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8E705 is #0718FA. Grayscale: #D3D3D3. Windows color (decimal): -465147 or 387064. OLE color: 387064.
HSL color Cylindrical-coordinate representation of color #F8E705: hue angle of 55.8º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8E705 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 231 | 5 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.03 |
| HSL | 55.8º | 0.96% | 0.5% | - |
| HSV(B) | 55.8º | 0.98% | 0.97% | - |
| XYZ | 67.31 | 77.12 | 11.48 | - |
| YUV | 210.32 | 12.13 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 231 | 5 | 0 | 0.07 | 0.98 | 0.03 | 55.8 | 0.96 | 0.5 |
| Hex | F8 | E7 | 5 | 0 | 7 | 62 | 3 | 38 | 60 | 32 |
| Octal | 370 | 347 | 5 | 0 | 7 | 142 | 3 | 70 | 140 | 62 |
| Binary | 11111000 | 11100111 | 101 | 0 | 111 | 1100010 | 11 | 111000 | 1100000 | 110010 |
Color Harmonies of #F8E705
Complementary color
Monochromatic Colors of #F8E705
Black with #F8E705
Text Example
Text Example
White with #F8E705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E705; }
p { color: rgb(248,231,5); }
H1.HeaderClassName
{
color: #F8E705;
}
.AnyTagClassName
{
color: #F8E705;
}
</style>
background-color css
<style>
a { background-color: #F8E705; }
a { background-color: rgb(248,231,5); }
div.DivClassName
{
background-color: #F8E705;
}
.BgClassName
{
background-color: #F8E705;
}
</style>
border-color css
<style>
span { border-color: #F8E705; }
span { border-color: rgb(248,231,5); }
td.TdClassName
{
border-color: #F8E705;
}
.TagClassName
{
border-color: #F8E705;
}
</style>