Shades of Lemon #F8ED04
Tints of Lemon #F8ED04
RGB
CMYK
RGB Variations
Color information
#F8ED04 (or 0xF8ED04) is known color: Lemon. HEX triplet: F8, ED and 04. RGB value is (248,237,4). Sum of RGB (Red+Green+Blue) = 248+237+4=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 4 (1.95% from 255 or 0.82% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ED04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8ED04 is #0712FB. Grayscale: #D6D6D6. Windows color (decimal): -463612 or 323064. OLE color: 323064.
HSL color Cylindrical-coordinate representation of color #F8ED04: hue angle of 57.3º 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 #F8ED04 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 237 | 4 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.03 |
| HSL | 57.3º | 0.97% | 0.49% | - |
| HSV(B) | 57.3º | 0.98% | 0.97% | - |
| XYZ | 69.02 | 80.53 | 12.02 | - |
| YUV | 213.73 | 9.64 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 237 | 4 | 0 | 0.04 | 0.98 | 0.03 | 57.3 | 0.97 | 0.49 |
| Hex | F8 | ED | 4 | 0 | 4 | 62 | 3 | 39 | 61 | 31 |
| Octal | 370 | 355 | 4 | 0 | 4 | 142 | 3 | 71 | 141 | 61 |
| Binary | 11111000 | 11101101 | 100 | 0 | 100 | 1100010 | 11 | 111001 | 1100001 | 110001 |
Color Harmonies of #F8ED04
Complementary color
Monochromatic Colors of #F8ED04
Black with #F8ED04
Text Example
Text Example
White with #F8ED04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ED04; }
p { color: rgb(248,237,4); }
H1.HeaderClassName
{
color: #F8ED04;
}
.AnyTagClassName
{
color: #F8ED04;
}
</style>
background-color css
<style>
a { background-color: #F8ED04; }
a { background-color: rgb(248,237,4); }
div.DivClassName
{
background-color: #F8ED04;
}
.BgClassName
{
background-color: #F8ED04;
}
</style>
border-color css
<style>
span { border-color: #F8ED04; }
span { border-color: rgb(248,237,4); }
td.TdClassName
{
border-color: #F8ED04;
}
.TagClassName
{
border-color: #F8ED04;
}
</style>