Shades of Lemon #F8D912
Tints of Lemon #F8D912
RGB
CMYK
RGB Variations
Color information
#F8D912 (or 0xF8D912) is known color: Lemon. HEX triplet: F8, D9 and 12. RGB value is (248,217,18). Sum of RGB (Red+Green+Blue) = 248+217+18=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 18 (7.42% from 255 or 3.73% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D912 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D912 is #0726ED. Grayscale: #CCCCCC. Windows color (decimal): -468718 or 1235448. OLE color: 1235448.
HSL color Cylindrical-coordinate representation of color #F8D912: hue angle of 51.91º 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 #F8D912 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 217 | 18 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.03 |
| HSL | 51.91º | 0.94% | 0.52% | - |
| HSV(B) | 51.91º | 0.93% | 0.97% | - |
| XYZ | 63.63 | 69.63 | 10.66 | - |
| YUV | 203.58 | 23.27 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 18 | 0 | 0.12 | 0.93 | 0.03 | 51.91 | 0.94 | 0.52 |
| Hex | F8 | D9 | 12 | 0 | C | 5D | 3 | 34 | 5E | 34 |
| Octal | 370 | 331 | 22 | 0 | 14 | 135 | 3 | 64 | 136 | 64 |
| Binary | 11111000 | 11011001 | 10010 | 0 | 1100 | 1011101 | 11 | 110100 | 1011110 | 110100 |
Color Harmonies of #F8D912
Complementary color
Monochromatic Colors of #F8D912
Black with #F8D912
Text Example
Text Example
White with #F8D912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D912; }
p { color: rgb(248,217,18); }
H1.HeaderClassName
{
color: #F8D912;
}
.AnyTagClassName
{
color: #F8D912;
}
</style>
background-color css
<style>
a { background-color: #F8D912; }
a { background-color: rgb(248,217,18); }
div.DivClassName
{
background-color: #F8D912;
}
.BgClassName
{
background-color: #F8D912;
}
</style>
border-color css
<style>
span { border-color: #F8D912; }
span { border-color: rgb(248,217,18); }
td.TdClassName
{
border-color: #F8D912;
}
.TagClassName
{
border-color: #F8D912;
}
</style>