Shades of Mandarian Orange #8F231A
Tints of Mandarian Orange #8F231A
RGB
CMYK
RGB Variations
Color information
#8F231A (or 0x8F231A) is known color: Mandarian Orange. HEX triplet: 8F, 23 and 1A. RGB value is (143,35,26). Sum of RGB (Red+Green+Blue) = 143+35+26=204 (27% of max value = 765). Red value is 143 (56.25% from 255 or 70.10% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 143 - color contains mainly: red. Hex color #8F231A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F231A is #70DCE5. Grayscale: #424242. Windows color (decimal): -7396582 or 1713039. OLE color: 1713039.
HSL color Cylindrical-coordinate representation of color #8F231A: hue angle of 4.62º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F231A is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 35 | 26 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.44 |
| HSL | 4.62º | 0.69% | 0.33% | - |
| HSV(B) | 4.62º | 0.82% | 0.56% | - |
| XYZ | 12.12 | 7.12 | 1.71 | - |
| YUV | 66.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 35 | 26 | 0 | 0.76 | 0.82 | 0.44 | 4.62 | 0.69 | 0.33 |
| Hex | 8F | 23 | 1A | 0 | 4C | 52 | 2C | 5 | 45 | 21 |
| Octal | 217 | 43 | 32 | 0 | 114 | 122 | 54 | 5 | 105 | 41 |
| Binary | 10001111 | 100011 | 11010 | 0 | 1001100 | 1010010 | 101100 | 101 | 1000101 | 100001 |
Color Harmonies of #8F231A
Complementary color
Monochromatic Colors of #8F231A
Black with #8F231A
Text Example
Text Example
White with #8F231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F231A; }
p { color: rgb(143,35,26); }
H1.HeaderClassName
{
color: #8F231A;
}
.AnyTagClassName
{
color: #8F231A;
}
</style>
background-color css
<style>
a { background-color: #8F231A; }
a { background-color: rgb(143,35,26); }
div.DivClassName
{
background-color: #8F231A;
}
.BgClassName
{
background-color: #8F231A;
}
</style>
border-color css
<style>
span { border-color: #8F231A; }
span { border-color: rgb(143,35,26); }
td.TdClassName
{
border-color: #8F231A;
}
.TagClassName
{
border-color: #8F231A;
}
</style>