Shades of Lemon #F8EC04
Tints of Lemon #F8EC04
RGB
CMYK
RGB Variations
Color information
#F8EC04 (or 0xF8EC04) is known color: Lemon. HEX triplet: F8, EC and 04. RGB value is (248,236,4). Sum of RGB (Red+Green+Blue) = 248+236+4=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 4 (1.95% from 255 or 0.82% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EC04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8EC04 is #0713FB. Grayscale: #D6D6D6. Windows color (decimal): -463868 or 322808. OLE color: 322808.
HSL color Cylindrical-coordinate representation of color #F8EC04: hue angle of 57.05º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8EC04 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 4 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.03 |
| HSL | 57.05º | 0.97% | 0.49% | - |
| HSV(B) | 57.05º | 0.98% | 0.97% | - |
| XYZ | 68.73 | 79.96 | 11.93 | - |
| YUV | 213.14 | 9.98 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 4 | 0 | 0.05 | 0.98 | 0.03 | 57.05 | 0.97 | 0.49 |
| Hex | F8 | EC | 4 | 0 | 5 | 62 | 3 | 39 | 61 | 31 |
| Octal | 370 | 354 | 4 | 0 | 5 | 142 | 3 | 71 | 141 | 61 |
| Binary | 11111000 | 11101100 | 100 | 0 | 101 | 1100010 | 11 | 111001 | 1100001 | 110001 |
Color Harmonies of #F8EC04
Complementary color
Monochromatic Colors of #F8EC04
Black with #F8EC04
Text Example
Text Example
White with #F8EC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EC04; }
p { color: rgb(248,236,4); }
H1.HeaderClassName
{
color: #F8EC04;
}
.AnyTagClassName
{
color: #F8EC04;
}
</style>
background-color css
<style>
a { background-color: #F8EC04; }
a { background-color: rgb(248,236,4); }
div.DivClassName
{
background-color: #F8EC04;
}
.BgClassName
{
background-color: #F8EC04;
}
</style>
border-color css
<style>
span { border-color: #F8EC04; }
span { border-color: rgb(248,236,4); }
td.TdClassName
{
border-color: #F8EC04;
}
.TagClassName
{
border-color: #F8EC04;
}
</style>