Shades of Lemon #FFD912
Tints of Lemon #FFD912
RGB
CMYK
RGB Variations
Color information
#FFD912 (or 0xFFD912) is known color: Lemon. HEX triplet: FF, D9 and 12. RGB value is (255,217,18). Sum of RGB (Red+Green+Blue) = 255+217+18=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 18 (7.42% from 255 or 3.67% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD912 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD912 is #0026ED. Grayscale: #CECECE. Windows color (decimal): -9966 or 1235455. OLE color: 1235455.
HSL color Cylindrical-coordinate representation of color #FFD912: hue angle of 50.38º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFD912 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 18 | - |
| CMYK | 0 | 0.15 | 0.93 | 0 |
| HSL | 50.38º | 1% | 0.54% | - |
| HSV(B) | 50.38º | 0.93% | 1% | - |
| XYZ | 66.16 | 70.93 | 10.78 | - |
| YUV | 205.68 | 22.09 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 18 | 0 | 0.15 | 0.93 | 0 | 50.38 | 1 | 0.54 |
| Hex | FF | D9 | 12 | 0 | F | 5D | 0 | 32 | 64 | 36 |
| Octal | 377 | 331 | 22 | 0 | 17 | 135 | 0 | 62 | 144 | 66 |
| Binary | 11111111 | 11011001 | 10010 | 0 | 1111 | 1011101 | 0 | 110010 | 1100100 | 110110 |
Color Harmonies of #FFD912
Complementary color
Monochromatic Colors of #FFD912
Black with #FFD912
Text Example
Text Example
White with #FFD912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD912; }
p { color: rgb(255,217,18); }
H1.HeaderClassName
{
color: #FFD912;
}
.AnyTagClassName
{
color: #FFD912;
}
</style>
background-color css
<style>
a { background-color: #FFD912; }
a { background-color: rgb(255,217,18); }
div.DivClassName
{
background-color: #FFD912;
}
.BgClassName
{
background-color: #FFD912;
}
</style>
border-color css
<style>
span { border-color: #FFD912; }
span { border-color: rgb(255,217,18); }
td.TdClassName
{
border-color: #FFD912;
}
.TagClassName
{
border-color: #FFD912;
}
</style>