Shades of Mandarian Orange #8F271E
Tints of Mandarian Orange #8F271E
RGB
CMYK
RGB Variations
Color information
#8F271E (or 0x8F271E) is known color: Mandarian Orange. HEX triplet: 8F, 27 and 1E. RGB value is (143,39,30). Sum of RGB (Red+Green+Blue) = 143+39+30=212 (28% of max value = 765). Red value is 143 (56.25% from 255 or 67.45% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 143 - color contains mainly: red. Hex color #8F271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F271E is #70D8E1. Grayscale: #454545. Windows color (decimal): -7395554 or 1976207. OLE color: 1976207.
HSL color Cylindrical-coordinate representation of color #8F271E: hue angle of 4.78º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F271E is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 39 | 30 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.44 |
| HSL | 4.78º | 0.65% | 0.34% | - |
| HSV(B) | 4.78º | 0.79% | 0.56% | - |
| XYZ | 12.29 | 7.38 | 2.01 | - |
| YUV | 69.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 39 | 30 | 0 | 0.73 | 0.79 | 0.44 | 4.78 | 0.65 | 0.34 |
| Hex | 8F | 27 | 1E | 0 | 49 | 4F | 2C | 5 | 41 | 22 |
| Octal | 217 | 47 | 36 | 0 | 111 | 117 | 54 | 5 | 101 | 42 |
| Binary | 10001111 | 100111 | 11110 | 0 | 1001001 | 1001111 | 101100 | 101 | 1000001 | 100010 |
Color Harmonies of #8F271E
Complementary color
Monochromatic Colors of #8F271E
Black with #8F271E
Text Example
Text Example
White with #8F271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F271E; }
p { color: rgb(143,39,30); }
H1.HeaderClassName
{
color: #8F271E;
}
.AnyTagClassName
{
color: #8F271E;
}
</style>
background-color css
<style>
a { background-color: #8F271E; }
a { background-color: rgb(143,39,30); }
div.DivClassName
{
background-color: #8F271E;
}
.BgClassName
{
background-color: #8F271E;
}
</style>
border-color css
<style>
span { border-color: #8F271E; }
span { border-color: rgb(143,39,30); }
td.TdClassName
{
border-color: #8F271E;
}
.TagClassName
{
border-color: #8F271E;
}
</style>