Shades of Lemon #F8ED0D
Tints of Lemon #F8ED0D
RGB
CMYK
RGB Variations
Color information
#F8ED0D (or 0xF8ED0D) is known color: Lemon. HEX triplet: F8, ED and 0D. RGB value is (248,237,13). Sum of RGB (Red+Green+Blue) = 248+237+13=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 13 (5.47% from 255 or 2.61% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ED0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8ED0D is #0712F2. Grayscale: #D7D7D7. Windows color (decimal): -463603 or 912888. OLE color: 912888.
HSL color Cylindrical-coordinate representation of color #F8ED0D: hue angle of 57.19º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8ED0D is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 237 | 13 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.03 |
| HSL | 57.19º | 0.94% | 0.51% | - |
| HSV(B) | 57.19º | 0.95% | 0.97% | - |
| XYZ | 69.07 | 80.55 | 12.29 | - |
| YUV | 214.75 | 14.14 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 237 | 13 | 0 | 0.04 | 0.95 | 0.03 | 57.19 | 0.94 | 0.51 |
| Hex | F8 | ED | D | 0 | 4 | 5F | 3 | 39 | 5E | 33 |
| Octal | 370 | 355 | 15 | 0 | 4 | 137 | 3 | 71 | 136 | 63 |
| Binary | 11111000 | 11101101 | 1101 | 0 | 100 | 1011111 | 11 | 111001 | 1011110 | 110011 |
Color Harmonies of #F8ED0D
Complementary color
Monochromatic Colors of #F8ED0D
Black with #F8ED0D
Text Example
Text Example
White with #F8ED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ED0D; }
p { color: rgb(248,237,13); }
H1.HeaderClassName
{
color: #F8ED0D;
}
.AnyTagClassName
{
color: #F8ED0D;
}
</style>
background-color css
<style>
a { background-color: #F8ED0D; }
a { background-color: rgb(248,237,13); }
div.DivClassName
{
background-color: #F8ED0D;
}
.BgClassName
{
background-color: #F8ED0D;
}
</style>
border-color css
<style>
span { border-color: #F8ED0D; }
span { border-color: rgb(248,237,13); }
td.TdClassName
{
border-color: #F8ED0D;
}
.TagClassName
{
border-color: #F8ED0D;
}
</style>