Shades of Mandarian Orange #8F201F
Tints of Mandarian Orange #8F201F
RGB
CMYK
RGB Variations
Color information
#8F201F (or 0x8F201F) is known color: Mandarian Orange. HEX triplet: 8F, 20 and 1F. RGB value is (143,32,31). Sum of RGB (Red+Green+Blue) = 143+32+31=206 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.42% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 143 - color contains mainly: red. Hex color #8F201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F201F is #70DFE0. Grayscale: #414141. Windows color (decimal): -7397345 or 2039951. OLE color: 2039951.
HSL color Cylindrical-coordinate representation of color #8F201F: hue angle of 0.54º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F201F is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 31 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.44 |
| HSL | 0.54º | 0.64% | 0.34% | - |
| HSV(B) | 0.54º | 0.78% | 0.56% | - |
| XYZ | 12.09 | 6.97 | 2 | - |
| YUV | 65.08 | 108.77 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 31 | 0 | 0.78 | 0.78 | 0.44 | 0.54 | 0.64 | 0.34 |
| Hex | 8F | 20 | 1F | 0 | 4E | 4E | 2C | 1 | 40 | 22 |
| Octal | 217 | 40 | 37 | 0 | 116 | 116 | 54 | 1 | 100 | 42 |
| Binary | 10001111 | 100000 | 11111 | 0 | 1001110 | 1001110 | 101100 | 1 | 1000000 | 100010 |
Color Harmonies of #8F201F
Complementary color
Monochromatic Colors of #8F201F
Black with #8F201F
Text Example
Text Example
White with #8F201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F201F; }
p { color: rgb(143,32,31); }
H1.HeaderClassName
{
color: #8F201F;
}
.AnyTagClassName
{
color: #8F201F;
}
</style>
background-color css
<style>
a { background-color: #8F201F; }
a { background-color: rgb(143,32,31); }
div.DivClassName
{
background-color: #8F201F;
}
.BgClassName
{
background-color: #8F201F;
}
</style>
border-color css
<style>
span { border-color: #8F201F; }
span { border-color: rgb(143,32,31); }
td.TdClassName
{
border-color: #8F201F;
}
.TagClassName
{
border-color: #8F201F;
}
</style>