Shades of Lemon #F8EE1D
Tints of Lemon #F8EE1D
RGB
CMYK
RGB Variations
Color information
#F8EE1D (or 0xF8EE1D) is known color: Lemon. HEX triplet: F8, EE and 1D. RGB value is (248,238,29). Sum of RGB (Red+Green+Blue) = 248+238+29=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 238 (93.36% from 255 or 46.21% from 515); Blue value is 29 (11.72% from 255 or 5.63% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EE1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8EE1D is #0711E2. Grayscale: #DADADA. Windows color (decimal): -463331 or 1961720. OLE color: 1961720.
HSL color Cylindrical-coordinate representation of color #F8EE1D: hue angle of 57.26º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8EE1D is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 238 | 29 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.03 |
| HSL | 57.26º | 0.94% | 0.54% | - |
| HSV(B) | 57.26º | 0.88% | 0.97% | - |
| XYZ | 69.51 | 81.19 | 13.17 | - |
| YUV | 217.16 | 21.81 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 238 | 29 | 0 | 0.04 | 0.88 | 0.03 | 57.26 | 0.94 | 0.54 |
| Hex | F8 | EE | 1D | 0 | 4 | 58 | 3 | 39 | 5E | 36 |
| Octal | 370 | 356 | 35 | 0 | 4 | 130 | 3 | 71 | 136 | 66 |
| Binary | 11111000 | 11101110 | 11101 | 0 | 100 | 1011000 | 11 | 111001 | 1011110 | 110110 |
Color Harmonies of #F8EE1D
Complementary color
Monochromatic Colors of #F8EE1D
Black with #F8EE1D
Text Example
Text Example
White with #F8EE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EE1D; }
p { color: rgb(248,238,29); }
H1.HeaderClassName
{
color: #F8EE1D;
}
.AnyTagClassName
{
color: #F8EE1D;
}
</style>
background-color css
<style>
a { background-color: #F8EE1D; }
a { background-color: rgb(248,238,29); }
div.DivClassName
{
background-color: #F8EE1D;
}
.BgClassName
{
background-color: #F8EE1D;
}
</style>
border-color css
<style>
span { border-color: #F8EE1D; }
span { border-color: rgb(248,238,29); }
td.TdClassName
{
border-color: #F8EE1D;
}
.TagClassName
{
border-color: #F8EE1D;
}
</style>