Shades of Mandarian Orange #8F2013
Tints of Mandarian Orange #8F2013
RGB
CMYK
RGB Variations
Color information
#8F2013 (or 0x8F2013) is known color: Mandarian Orange. HEX triplet: 8F, 20 and 13. RGB value is (143,32,19). Sum of RGB (Red+Green+Blue) = 143+32+19=194 (25% of max value = 765). Red value is 143 (56.25% from 255 or 73.71% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2013 is #70DFEC. Grayscale: #3F3F3F. Windows color (decimal): -7397357 or 1253519. OLE color: 1253519.
HSL color Cylindrical-coordinate representation of color #8F2013: hue angle of 6.29º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F2013 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 19 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.44 |
| HSL | 6.29º | 0.77% | 0.32% | - |
| HSV(B) | 6.29º | 0.87% | 0.56% | - |
| XYZ | 11.96 | 6.92 | 1.32 | - |
| YUV | 63.71 | 102.77 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 19 | 0 | 0.78 | 0.87 | 0.44 | 6.29 | 0.77 | 0.32 |
| Hex | 8F | 20 | 13 | 0 | 4E | 57 | 2C | 6 | 4D | 20 |
| Octal | 217 | 40 | 23 | 0 | 116 | 127 | 54 | 6 | 115 | 40 |
| Binary | 10001111 | 100000 | 10011 | 0 | 1001110 | 1010111 | 101100 | 110 | 1001101 | 100000 |
Color Harmonies of #8F2013
Complementary color
Monochromatic Colors of #8F2013
Black with #8F2013
Text Example
Text Example
White with #8F2013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2013; }
p { color: rgb(143,32,19); }
H1.HeaderClassName
{
color: #8F2013;
}
.AnyTagClassName
{
color: #8F2013;
}
</style>
background-color css
<style>
a { background-color: #8F2013; }
a { background-color: rgb(143,32,19); }
div.DivClassName
{
background-color: #8F2013;
}
.BgClassName
{
background-color: #8F2013;
}
</style>
border-color css
<style>
span { border-color: #8F2013; }
span { border-color: rgb(143,32,19); }
td.TdClassName
{
border-color: #8F2013;
}
.TagClassName
{
border-color: #8F2013;
}
</style>