Shades of Lemon #F8F11C
Tints of Lemon #F8F11C
RGB
CMYK
RGB Variations
Color information
#F8F11C (or 0xF8F11C) is known color: Lemon. HEX triplet: F8, F1 and 1C. RGB value is (248,241,28). Sum of RGB (Red+Green+Blue) = 248+241+28=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 28 (11.33% from 255 or 5.42% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F11C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F11C is #070EE3. Grayscale: #DBDBDB. Windows color (decimal): -462564 or 1896952. OLE color: 1896952.
HSL color Cylindrical-coordinate representation of color #F8F11C: hue angle of 58.09º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F8F11C is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 241 | 28 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.03 |
| HSL | 58.09º | 0.94% | 0.54% | - |
| HSV(B) | 58.09º | 0.89% | 0.97% | - |
| XYZ | 70.38 | 82.95 | 13.4 | - |
| YUV | 218.81 | 20.32 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 241 | 28 | 0 | 0.03 | 0.89 | 0.03 | 58.09 | 0.94 | 0.54 |
| Hex | F8 | F1 | 1C | 0 | 3 | 59 | 3 | 3A | 5E | 36 |
| Octal | 370 | 361 | 34 | 0 | 3 | 131 | 3 | 72 | 136 | 66 |
| Binary | 11111000 | 11110001 | 11100 | 0 | 11 | 1011001 | 11 | 111010 | 1011110 | 110110 |
Color Harmonies of #F8F11C
Complementary color
Monochromatic Colors of #F8F11C
Black with #F8F11C
Text Example
Text Example
White with #F8F11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F11C; }
p { color: rgb(248,241,28); }
H1.HeaderClassName
{
color: #F8F11C;
}
.AnyTagClassName
{
color: #F8F11C;
}
</style>
background-color css
<style>
a { background-color: #F8F11C; }
a { background-color: rgb(248,241,28); }
div.DivClassName
{
background-color: #F8F11C;
}
.BgClassName
{
background-color: #F8F11C;
}
</style>
border-color css
<style>
span { border-color: #F8F11C; }
span { border-color: rgb(248,241,28); }
td.TdClassName
{
border-color: #F8F11C;
}
.TagClassName
{
border-color: #F8F11C;
}
</style>