Shades of Mandarian Orange #8F2016
Tints of Mandarian Orange #8F2016
RGB
CMYK
RGB Variations
Color information
#8F2016 (or 0x8F2016) is known color: Mandarian Orange. HEX triplet: 8F, 20 and 16. RGB value is (143,32,22). Sum of RGB (Red+Green+Blue) = 143+32+22=197 (26% of max value = 765). Red value is 143 (56.25% from 255 or 72.59% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2016 is #70DFE9. Grayscale: #404040. Windows color (decimal): -7397354 or 1450127. OLE color: 1450127.
HSL color Cylindrical-coordinate representation of color #8F2016: hue angle of 4.96º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F2016 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 22 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.44 |
| HSL | 4.96º | 0.73% | 0.32% | - |
| HSV(B) | 4.96º | 0.85% | 0.56% | - |
| XYZ | 11.99 | 6.93 | 1.46 | - |
| YUV | 64.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 22 | 0 | 0.78 | 0.85 | 0.44 | 4.96 | 0.73 | 0.32 |
| Hex | 8F | 20 | 16 | 0 | 4E | 55 | 2C | 5 | 49 | 20 |
| Octal | 217 | 40 | 26 | 0 | 116 | 125 | 54 | 5 | 111 | 40 |
| Binary | 10001111 | 100000 | 10110 | 0 | 1001110 | 1010101 | 101100 | 101 | 1001001 | 100000 |
Color Harmonies of #8F2016
Complementary color
Monochromatic Colors of #8F2016
Black with #8F2016
Text Example
Text Example
White with #8F2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2016; }
p { color: rgb(143,32,22); }
H1.HeaderClassName
{
color: #8F2016;
}
.AnyTagClassName
{
color: #8F2016;
}
</style>
background-color css
<style>
a { background-color: #8F2016; }
a { background-color: rgb(143,32,22); }
div.DivClassName
{
background-color: #8F2016;
}
.BgClassName
{
background-color: #8F2016;
}
</style>
border-color css
<style>
span { border-color: #8F2016; }
span { border-color: rgb(143,32,22); }
td.TdClassName
{
border-color: #8F2016;
}
.TagClassName
{
border-color: #8F2016;
}
</style>