Shades of Mandarian Orange #8F2624
Tints of Mandarian Orange #8F2624
RGB
CMYK
RGB Variations
Color information
#8F2624 (or 0x8F2624) is known color: Mandarian Orange. HEX triplet: 8F, 26 and 24. RGB value is (143,38,36). Sum of RGB (Red+Green+Blue) = 143+38+36=217 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.90% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2624 is #70D9DB. Grayscale: #454545. Windows color (decimal): -7395804 or 2369167. OLE color: 2369167.
HSL color Cylindrical-coordinate representation of color #8F2624: hue angle of 1.12º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F2624 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 38 | 36 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.44 |
| HSL | 1.12º | 0.6% | 0.35% | - |
| HSV(B) | 1.12º | 0.75% | 0.56% | - |
| XYZ | 12.34 | 7.35 | 2.44 | - |
| YUV | 69.17 | 109.29 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 38 | 36 | 0 | 0.73 | 0.75 | 0.44 | 1.12 | 0.6 | 0.35 |
| Hex | 8F | 26 | 24 | 0 | 49 | 4B | 2C | 1 | 3C | 23 |
| Octal | 217 | 46 | 44 | 0 | 111 | 113 | 54 | 1 | 74 | 43 |
| Binary | 10001111 | 100110 | 100100 | 0 | 1001001 | 1001011 | 101100 | 1 | 111100 | 100011 |
Color Harmonies of #8F2624
Complementary color
Monochromatic Colors of #8F2624
Black with #8F2624
Text Example
Text Example
White with #8F2624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2624; }
p { color: rgb(143,38,36); }
H1.HeaderClassName
{
color: #8F2624;
}
.AnyTagClassName
{
color: #8F2624;
}
</style>
background-color css
<style>
a { background-color: #8F2624; }
a { background-color: rgb(143,38,36); }
div.DivClassName
{
background-color: #8F2624;
}
.BgClassName
{
background-color: #8F2624;
}
</style>
border-color css
<style>
span { border-color: #8F2624; }
span { border-color: rgb(143,38,36); }
td.TdClassName
{
border-color: #8F2624;
}
.TagClassName
{
border-color: #8F2624;
}
</style>