Shades of Lemon #F8F11B
Tints of Lemon #F8F11B
RGB
CMYK
RGB Variations
Color information
#F8F11B (or 0xF8F11B) is known color: Lemon. HEX triplet: F8, F1 and 1B. RGB value is (248,241,27). Sum of RGB (Red+Green+Blue) = 248+241+27=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 27 (10.94% from 255 or 5.23% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F11B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F11B is #070EE4. Grayscale: #DBDBDB. Windows color (decimal): -462565 or 1831416. OLE color: 1831416.
HSL color Cylindrical-coordinate representation of color #F8F11B: hue angle of 58.1º 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 #F8F11B is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 241 | 27 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.03 |
| HSL | 58.1º | 0.94% | 0.54% | - |
| HSV(B) | 58.1º | 0.89% | 0.97% | - |
| XYZ | 70.36 | 82.95 | 13.34 | - |
| YUV | 218.7 | 19.82 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 241 | 27 | 0 | 0.03 | 0.89 | 0.03 | 58.1 | 0.94 | 0.54 |
| Hex | F8 | F1 | 1B | 0 | 3 | 59 | 3 | 3A | 5E | 36 |
| Octal | 370 | 361 | 33 | 0 | 3 | 131 | 3 | 72 | 136 | 66 |
| Binary | 11111000 | 11110001 | 11011 | 0 | 11 | 1011001 | 11 | 111010 | 1011110 | 110110 |
Color Harmonies of #F8F11B
Complementary color
Monochromatic Colors of #F8F11B
Black with #F8F11B
Text Example
Text Example
White with #F8F11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F11B; }
p { color: rgb(248,241,27); }
H1.HeaderClassName
{
color: #F8F11B;
}
.AnyTagClassName
{
color: #F8F11B;
}
</style>
background-color css
<style>
a { background-color: #F8F11B; }
a { background-color: rgb(248,241,27); }
div.DivClassName
{
background-color: #F8F11B;
}
.BgClassName
{
background-color: #F8F11B;
}
</style>
border-color css
<style>
span { border-color: #F8F11B; }
span { border-color: rgb(248,241,27); }
td.TdClassName
{
border-color: #F8F11B;
}
.TagClassName
{
border-color: #F8F11B;
}
</style>