Shades of Mandarian Orange #8F2924
Tints of Mandarian Orange #8F2924
RGB
CMYK
RGB Variations
Color information
#8F2924 (or 0x8F2924) is known color: Mandarian Orange. HEX triplet: 8F, 29 and 24. RGB value is (143,41,36). Sum of RGB (Red+Green+Blue) = 143+41+36=220 (29% of max value = 765). Red value is 143 (56.25% from 255 or 65% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2924 is #70D6DB. Grayscale: #474747. Windows color (decimal): -7395036 or 2369935. OLE color: 2369935.
HSL color Cylindrical-coordinate representation of color #8F2924: hue angle of 2.8º 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 #8F2924 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 41 | 36 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.44 |
| HSL | 2.8º | 0.6% | 0.35% | - |
| HSV(B) | 2.8º | 0.75% | 0.56% | - |
| XYZ | 12.44 | 7.55 | 2.47 | - |
| YUV | 70.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 41 | 36 | 0 | 0.71 | 0.75 | 0.44 | 2.8 | 0.6 | 0.35 |
| Hex | 8F | 29 | 24 | 0 | 47 | 4B | 2C | 3 | 3C | 23 |
| Octal | 217 | 51 | 44 | 0 | 107 | 113 | 54 | 3 | 74 | 43 |
| Binary | 10001111 | 101001 | 100100 | 0 | 1000111 | 1001011 | 101100 | 11 | 111100 | 100011 |
Color Harmonies of #8F2924
Complementary color
Monochromatic Colors of #8F2924
Black with #8F2924
Text Example
Text Example
White with #8F2924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2924; }
p { color: rgb(143,41,36); }
H1.HeaderClassName
{
color: #8F2924;
}
.AnyTagClassName
{
color: #8F2924;
}
</style>
background-color css
<style>
a { background-color: #8F2924; }
a { background-color: rgb(143,41,36); }
div.DivClassName
{
background-color: #8F2924;
}
.BgClassName
{
background-color: #8F2924;
}
</style>
border-color css
<style>
span { border-color: #8F2924; }
span { border-color: rgb(143,41,36); }
td.TdClassName
{
border-color: #8F2924;
}
.TagClassName
{
border-color: #8F2924;
}
</style>