Shades of Mandarian Orange #8F2419
Tints of Mandarian Orange #8F2419
RGB
CMYK
RGB Variations
Color information
#8F2419 (or 0x8F2419) is known color: Mandarian Orange. HEX triplet: 8F, 24 and 19. RGB value is (143,36,25). Sum of RGB (Red+Green+Blue) = 143+36+25=204 (27% of max value = 765). Red value is 143 (56.25% from 255 or 70.10% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2419 is #70DBE6. Grayscale: #424242. Windows color (decimal): -7396327 or 1647759. OLE color: 1647759.
HSL color Cylindrical-coordinate representation of color #8F2419: hue angle of 5.59º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F2419 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 36 | 25 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.44 |
| HSL | 5.59º | 0.7% | 0.33% | - |
| HSV(B) | 5.59º | 0.83% | 0.56% | - |
| XYZ | 12.13 | 7.17 | 1.66 | - |
| YUV | 66.74 | 104.45 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 25 | 0 | 0.75 | 0.83 | 0.44 | 5.59 | 0.7 | 0.33 |
| Hex | 8F | 24 | 19 | 0 | 4B | 53 | 2C | 6 | 46 | 21 |
| Octal | 217 | 44 | 31 | 0 | 113 | 123 | 54 | 6 | 106 | 41 |
| Binary | 10001111 | 100100 | 11001 | 0 | 1001011 | 1010011 | 101100 | 110 | 1000110 | 100001 |
Color Harmonies of #8F2419
Complementary color
Monochromatic Colors of #8F2419
Black with #8F2419
Text Example
Text Example
White with #8F2419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2419; }
p { color: rgb(143,36,25); }
H1.HeaderClassName
{
color: #8F2419;
}
.AnyTagClassName
{
color: #8F2419;
}
</style>
background-color css
<style>
a { background-color: #8F2419; }
a { background-color: rgb(143,36,25); }
div.DivClassName
{
background-color: #8F2419;
}
.BgClassName
{
background-color: #8F2419;
}
</style>
border-color css
<style>
span { border-color: #8F2419; }
span { border-color: rgb(143,36,25); }
td.TdClassName
{
border-color: #8F2419;
}
.TagClassName
{
border-color: #8F2419;
}
</style>