Shades of Mandarian Orange #8F2611
Tints of Mandarian Orange #8F2611
RGB
CMYK
RGB Variations
Color information
#8F2611 (or 0x8F2611) is known color: Mandarian Orange. HEX triplet: 8F, 26 and 11. RGB value is (143,38,17). Sum of RGB (Red+Green+Blue) = 143+38+17=198 (26% of max value = 765). Red value is 143 (56.25% from 255 or 72.22% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2611 is #70D9EE. Grayscale: #434343. Windows color (decimal): -7395823 or 1123983. OLE color: 1123983.
HSL color Cylindrical-coordinate representation of color #8F2611: hue angle of 10º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F2611 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 38 | 17 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.44 |
| HSL | 10º | 0.79% | 0.31% | - |
| HSV(B) | 10º | 0.88% | 0.56% | - |
| XYZ | 12.12 | 7.27 | 1.29 | - |
| YUV | 67 | 99.79 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 38 | 17 | 0 | 0.73 | 0.88 | 0.44 | 10 | 0.79 | 0.31 |
| Hex | 8F | 26 | 11 | 0 | 49 | 58 | 2C | A | 4F | 1F |
| Octal | 217 | 46 | 21 | 0 | 111 | 130 | 54 | 12 | 117 | 37 |
| Binary | 10001111 | 100110 | 10001 | 0 | 1001001 | 1011000 | 101100 | 1010 | 1001111 | 11111 |
Color Harmonies of #8F2611
Complementary color
Monochromatic Colors of #8F2611
Black with #8F2611
Text Example
Text Example
White with #8F2611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2611; }
p { color: rgb(143,38,17); }
H1.HeaderClassName
{
color: #8F2611;
}
.AnyTagClassName
{
color: #8F2611;
}
</style>
background-color css
<style>
a { background-color: #8F2611; }
a { background-color: rgb(143,38,17); }
div.DivClassName
{
background-color: #8F2611;
}
.BgClassName
{
background-color: #8F2611;
}
</style>
border-color css
<style>
span { border-color: #8F2611; }
span { border-color: rgb(143,38,17); }
td.TdClassName
{
border-color: #8F2611;
}
.TagClassName
{
border-color: #8F2611;
}
</style>