Shades of Lemon #F8E708
Tints of Lemon #F8E708
RGB
CMYK
RGB Variations
Color information
#F8E708 (or 0xF8E708) is known color: Lemon. HEX triplet: F8, E7 and 08. RGB value is (248,231,8). Sum of RGB (Red+Green+Blue) = 248+231+8=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 8 (3.52% from 255 or 1.64% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E708 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8E708 is #0718F7. Grayscale: #D3D3D3. Windows color (decimal): -465144 or 583672. OLE color: 583672.
HSL color Cylindrical-coordinate representation of color #F8E708: hue angle of 55.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8E708 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 231 | 8 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.03 |
| HSL | 55.75º | 0.94% | 0.5% | - |
| HSV(B) | 55.75º | 0.97% | 0.97% | - |
| XYZ | 67.33 | 77.13 | 11.57 | - |
| YUV | 210.66 | 13.63 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 231 | 8 | 0 | 0.07 | 0.97 | 0.03 | 55.75 | 0.94 | 0.5 |
| Hex | F8 | E7 | 8 | 0 | 7 | 61 | 3 | 38 | 5E | 32 |
| Octal | 370 | 347 | 10 | 0 | 7 | 141 | 3 | 70 | 136 | 62 |
| Binary | 11111000 | 11100111 | 1000 | 0 | 111 | 1100001 | 11 | 111000 | 1011110 | 110010 |
Color Harmonies of #F8E708
Complementary color
Monochromatic Colors of #F8E708
Black with #F8E708
Text Example
Text Example
White with #F8E708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E708; }
p { color: rgb(248,231,8); }
H1.HeaderClassName
{
color: #F8E708;
}
.AnyTagClassName
{
color: #F8E708;
}
</style>
background-color css
<style>
a { background-color: #F8E708; }
a { background-color: rgb(248,231,8); }
div.DivClassName
{
background-color: #F8E708;
}
.BgClassName
{
background-color: #F8E708;
}
</style>
border-color css
<style>
span { border-color: #F8E708; }
span { border-color: rgb(248,231,8); }
td.TdClassName
{
border-color: #F8E708;
}
.TagClassName
{
border-color: #F8E708;
}
</style>