Shades of Mandarian Orange #8F2210
Tints of Mandarian Orange #8F2210
RGB
CMYK
RGB Variations
Color information
#8F2210 (or 0x8F2210) is known color: Mandarian Orange. HEX triplet: 8F, 22 and 10. RGB value is (143,34,16). Sum of RGB (Red+Green+Blue) = 143+34+16=193 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.09% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2210 is #70DDEF. Grayscale: #404040. Windows color (decimal): -7396848 or 1057423. OLE color: 1057423.
HSL color Cylindrical-coordinate representation of color #8F2210: hue angle of 8.5º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F2210 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 34 | 16 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.44 |
| HSL | 8.5º | 0.8% | 0.31% | - |
| HSV(B) | 8.5º | 0.89% | 0.56% | - |
| XYZ | 11.99 | 7.02 | 1.21 | - |
| YUV | 64.54 | 100.61 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 34 | 16 | 0 | 0.76 | 0.89 | 0.44 | 8.5 | 0.8 | 0.31 |
| Hex | 8F | 22 | 10 | 0 | 4C | 59 | 2C | 9 | 50 | 1F |
| Octal | 217 | 42 | 20 | 0 | 114 | 131 | 54 | 11 | 120 | 37 |
| Binary | 10001111 | 100010 | 10000 | 0 | 1001100 | 1011001 | 101100 | 1001 | 1010000 | 11111 |
Color Harmonies of #8F2210
Complementary color
Monochromatic Colors of #8F2210
Black with #8F2210
Text Example
Text Example
White with #8F2210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2210; }
p { color: rgb(143,34,16); }
H1.HeaderClassName
{
color: #8F2210;
}
.AnyTagClassName
{
color: #8F2210;
}
</style>
background-color css
<style>
a { background-color: #8F2210; }
a { background-color: rgb(143,34,16); }
div.DivClassName
{
background-color: #8F2210;
}
.BgClassName
{
background-color: #8F2210;
}
</style>
border-color css
<style>
span { border-color: #8F2210; }
span { border-color: rgb(143,34,16); }
td.TdClassName
{
border-color: #8F2210;
}
.TagClassName
{
border-color: #8F2210;
}
</style>