Shades of Lemon Ginger #8F801A
Tints of Lemon Ginger #8F801A
RGB
CMYK
RGB Variations
Color information
#8F801A (or 0x8F801A) is known color: Lemon Ginger. HEX triplet: 8F, 80 and 1A. RGB value is (143,128,26). Sum of RGB (Red+Green+Blue) = 143+128+26=297 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.15% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 143 - color contains mainly: red. Hex color #8F801A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F801A is #707FE5. Grayscale: #797979. Windows color (decimal): -7372774 or 1736847. OLE color: 1736847.
HSL color Cylindrical-coordinate representation of color #8F801A: hue angle of 52.31º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F801A is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 128 | 26 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.44 |
| HSL | 52.31º | 0.69% | 0.33% | - |
| HSV(B) | 52.31º | 0.82% | 0.56% | - |
| XYZ | 19.23 | 21.35 | 4.09 | - |
| YUV | 120.86 | 74.47 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 26 | 0 | 0.10 | 0.82 | 0.44 | 52.31 | 0.69 | 0.33 |
| Hex | 8F | 80 | 1A | 0 | A | 52 | 2C | 34 | 45 | 21 |
| Octal | 217 | 200 | 32 | 0 | 12 | 122 | 54 | 64 | 105 | 41 |
| Binary | 10001111 | 10000000 | 11010 | 0 | 1010 | 1010010 | 101100 | 110100 | 1000101 | 100001 |
Color Harmonies of #8F801A
Complementary color
Monochromatic Colors of #8F801A
Black with #8F801A
Text Example
Text Example
White with #8F801A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F801A; }
p { color: rgb(143,128,26); }
H1.HeaderClassName
{
color: #8F801A;
}
.AnyTagClassName
{
color: #8F801A;
}
</style>
background-color css
<style>
a { background-color: #8F801A; }
a { background-color: rgb(143,128,26); }
div.DivClassName
{
background-color: #8F801A;
}
.BgClassName
{
background-color: #8F801A;
}
</style>
border-color css
<style>
span { border-color: #8F801A; }
span { border-color: rgb(143,128,26); }
td.TdClassName
{
border-color: #8F801A;
}
.TagClassName
{
border-color: #8F801A;
}
</style>