Shades of Lemon #F8F612
Tints of Lemon #F8F612
RGB
CMYK
RGB Variations
Color information
#F8F612 (or 0xF8F612) is known color: Lemon. HEX triplet: F8, F6 and 12. RGB value is (248,246,18). Sum of RGB (Red+Green+Blue) = 248+246+18=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 18 (7.42% from 255 or 3.52% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F612 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F612 is #0709ED. Grayscale: #DDDDDD. Windows color (decimal): -461294 or 1242872. OLE color: 1242872.
HSL color Cylindrical-coordinate representation of color #F8F612: hue angle of 59.48º 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 #F8F612 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 246 | 18 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.03 |
| HSL | 59.48º | 0.94% | 0.52% | - |
| HSV(B) | 59.48º | 0.93% | 0.97% | - |
| XYZ | 71.78 | 85.91 | 13.37 | - |
| YUV | 220.61 | 13.66 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 246 | 18 | 0 | 0.01 | 0.93 | 0.03 | 59.48 | 0.94 | 0.52 |
| Hex | F8 | F6 | 12 | 0 | 1 | 5D | 3 | 3B | 5E | 34 |
| Octal | 370 | 366 | 22 | 0 | 1 | 135 | 3 | 73 | 136 | 64 |
| Binary | 11111000 | 11110110 | 10010 | 0 | 1 | 1011101 | 11 | 111011 | 1011110 | 110100 |
Color Harmonies of #F8F612
Complementary color
Monochromatic Colors of #F8F612
Black with #F8F612
Text Example
Text Example
White with #F8F612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F612; }
p { color: rgb(248,246,18); }
H1.HeaderClassName
{
color: #F8F612;
}
.AnyTagClassName
{
color: #F8F612;
}
</style>
background-color css
<style>
a { background-color: #F8F612; }
a { background-color: rgb(248,246,18); }
div.DivClassName
{
background-color: #F8F612;
}
.BgClassName
{
background-color: #F8F612;
}
</style>
border-color css
<style>
span { border-color: #F8F612; }
span { border-color: rgb(248,246,18); }
td.TdClassName
{
border-color: #F8F612;
}
.TagClassName
{
border-color: #F8F612;
}
</style>