Shades of Lemon Ginger #8F8414
Tints of Lemon Ginger #8F8414
RGB
CMYK
RGB Variations
Color information
#8F8414 (or 0x8F8414) is known color: Lemon Ginger. HEX triplet: 8F, 84 and 14. RGB value is (143,132,20). Sum of RGB (Red+Green+Blue) = 143+132+20=295 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.47% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F8414 is #707BEB. Grayscale: #7A7A7A. Windows color (decimal): -7371756 or 1344655. OLE color: 1344655.
HSL color Cylindrical-coordinate representation of color #8F8414: hue angle of 54.63º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F8414 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 132 | 20 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.44 |
| HSL | 54.63º | 0.75% | 0.32% | - |
| HSV(B) | 54.63º | 0.86% | 0.56% | - |
| XYZ | 19.71 | 22.39 | 3.95 | - |
| YUV | 122.52 | 70.14 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 20 | 0 | 0.08 | 0.86 | 0.44 | 54.63 | 0.75 | 0.32 |
| Hex | 8F | 84 | 14 | 0 | 8 | 56 | 2C | 37 | 4B | 20 |
| Octal | 217 | 204 | 24 | 0 | 10 | 126 | 54 | 67 | 113 | 40 |
| Binary | 10001111 | 10000100 | 10100 | 0 | 1000 | 1010110 | 101100 | 110111 | 1001011 | 100000 |
Color Harmonies of #8F8414
Complementary color
Monochromatic Colors of #8F8414
Black with #8F8414
Text Example
Text Example
White with #8F8414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8414; }
p { color: rgb(143,132,20); }
H1.HeaderClassName
{
color: #8F8414;
}
.AnyTagClassName
{
color: #8F8414;
}
</style>
background-color css
<style>
a { background-color: #8F8414; }
a { background-color: rgb(143,132,20); }
div.DivClassName
{
background-color: #8F8414;
}
.BgClassName
{
background-color: #8F8414;
}
</style>
border-color css
<style>
span { border-color: #8F8414; }
span { border-color: rgb(143,132,20); }
td.TdClassName
{
border-color: #8F8414;
}
.TagClassName
{
border-color: #8F8414;
}
</style>