Shades of Lemon #F8F11D
Tints of Lemon #F8F11D
RGB
CMYK
RGB Variations
Color information
#F8F11D (or 0xF8F11D) is known color: Lemon. HEX triplet: F8, F1 and 1D. RGB value is (248,241,29). Sum of RGB (Red+Green+Blue) = 248+241+29=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 29 (11.72% from 255 or 5.60% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F11D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F11D is #070EE2. Grayscale: #DBDBDB. Windows color (decimal): -462563 or 1962488. OLE color: 1962488.
HSL color Cylindrical-coordinate representation of color #F8F11D: hue angle of 58.08º 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 #F8F11D is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 241 | 29 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.03 |
| HSL | 58.08º | 0.94% | 0.54% | - |
| HSV(B) | 58.08º | 0.88% | 0.97% | - |
| XYZ | 70.39 | 82.96 | 13.46 | - |
| YUV | 218.93 | 20.82 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 241 | 29 | 0 | 0.03 | 0.88 | 0.03 | 58.08 | 0.94 | 0.54 |
| Hex | F8 | F1 | 1D | 0 | 3 | 58 | 3 | 3A | 5E | 36 |
| Octal | 370 | 361 | 35 | 0 | 3 | 130 | 3 | 72 | 136 | 66 |
| Binary | 11111000 | 11110001 | 11101 | 0 | 11 | 1011000 | 11 | 111010 | 1011110 | 110110 |
Color Harmonies of #F8F11D
Complementary color
Monochromatic Colors of #F8F11D
Black with #F8F11D
Text Example
Text Example
White with #F8F11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F11D; }
p { color: rgb(248,241,29); }
H1.HeaderClassName
{
color: #F8F11D;
}
.AnyTagClassName
{
color: #F8F11D;
}
</style>
background-color css
<style>
a { background-color: #F8F11D; }
a { background-color: rgb(248,241,29); }
div.DivClassName
{
background-color: #F8F11D;
}
.BgClassName
{
background-color: #F8F11D;
}
</style>
border-color css
<style>
span { border-color: #F8F11D; }
span { border-color: rgb(248,241,29); }
td.TdClassName
{
border-color: #F8F11D;
}
.TagClassName
{
border-color: #F8F11D;
}
</style>