Shades of Lemon #F9D912
Tints of Lemon #F9D912
RGB
CMYK
RGB Variations
Color information
#F9D912 (or 0xF9D912) is known color: Lemon. HEX triplet: F9, D9 and 12. RGB value is (249,217,18). Sum of RGB (Red+Green+Blue) = 249+217+18=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 18 (7.42% from 255 or 3.72% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D912 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D912 is #0626ED. Grayscale: #CCCCCC. Windows color (decimal): -403182 or 1235449. OLE color: 1235449.
HSL color Cylindrical-coordinate representation of color #F9D912: hue angle of 51.69º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F9D912 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 217 | 18 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.02 |
| HSL | 51.69º | 0.95% | 0.52% | - |
| HSV(B) | 51.69º | 0.93% | 0.98% | - |
| XYZ | 63.99 | 69.81 | 10.67 | - |
| YUV | 203.88 | 23.1 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 217 | 18 | 0 | 0.13 | 0.93 | 0.02 | 51.69 | 0.95 | 0.52 |
| Hex | F9 | D9 | 12 | 0 | D | 5D | 2 | 34 | 5F | 34 |
| Octal | 371 | 331 | 22 | 0 | 15 | 135 | 2 | 64 | 137 | 64 |
| Binary | 11111001 | 11011001 | 10010 | 0 | 1101 | 1011101 | 10 | 110100 | 1011111 | 110100 |
Color Harmonies of #F9D912
Complementary color
Monochromatic Colors of #F9D912
Black with #F9D912
Text Example
Text Example
White with #F9D912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D912; }
p { color: rgb(249,217,18); }
H1.HeaderClassName
{
color: #F9D912;
}
.AnyTagClassName
{
color: #F9D912;
}
</style>
background-color css
<style>
a { background-color: #F9D912; }
a { background-color: rgb(249,217,18); }
div.DivClassName
{
background-color: #F9D912;
}
.BgClassName
{
background-color: #F9D912;
}
</style>
border-color css
<style>
span { border-color: #F9D912; }
span { border-color: rgb(249,217,18); }
td.TdClassName
{
border-color: #F9D912;
}
.TagClassName
{
border-color: #F9D912;
}
</style>