Shades of Lemon #F8F211
Tints of Lemon #F8F211
RGB
CMYK
RGB Variations
Color information
#F8F211 (or 0xF8F211) is known color: Lemon. HEX triplet: F8, F2 and 11. RGB value is (248,242,17). Sum of RGB (Red+Green+Blue) = 248+242+17=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 17 (7.03% from 255 or 3.35% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F211 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F211 is #070DEE. Grayscale: #DBDBDB. Windows color (decimal): -462319 or 1176312. OLE color: 1176312.
HSL color Cylindrical-coordinate representation of color #F8F211: hue angle of 58.44º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8F211 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 242 | 17 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.03 |
| HSL | 58.44º | 0.94% | 0.52% | - |
| HSV(B) | 58.44º | 0.93% | 0.97% | - |
| XYZ | 70.56 | 83.5 | 12.93 | - |
| YUV | 218.14 | 14.49 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 242 | 17 | 0 | 0.02 | 0.93 | 0.03 | 58.44 | 0.94 | 0.52 |
| Hex | F8 | F2 | 11 | 0 | 2 | 5D | 3 | 3A | 5E | 34 |
| Octal | 370 | 362 | 21 | 0 | 2 | 135 | 3 | 72 | 136 | 64 |
| Binary | 11111000 | 11110010 | 10001 | 0 | 10 | 1011101 | 11 | 111010 | 1011110 | 110100 |
Color Harmonies of #F8F211
Complementary color
Monochromatic Colors of #F8F211
Black with #F8F211
Text Example
Text Example
White with #F8F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F211; }
p { color: rgb(248,242,17); }
H1.HeaderClassName
{
color: #F8F211;
}
.AnyTagClassName
{
color: #F8F211;
}
</style>
background-color css
<style>
a { background-color: #F8F211; }
a { background-color: rgb(248,242,17); }
div.DivClassName
{
background-color: #F8F211;
}
.BgClassName
{
background-color: #F8F211;
}
</style>
border-color css
<style>
span { border-color: #F8F211; }
span { border-color: rgb(248,242,17); }
td.TdClassName
{
border-color: #F8F211;
}
.TagClassName
{
border-color: #F8F211;
}
</style>