Shades of Mandarian Orange #8E251A
Tints of Mandarian Orange #8E251A
RGB
CMYK
RGB Variations
Color information
#8E251A (or 0x8E251A) is known color: Mandarian Orange. HEX triplet: 8E, 25 and 1A. RGB value is (142,37,26). Sum of RGB (Red+Green+Blue) = 142+37+26=205 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.27% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 142 - color contains mainly: red. Hex color #8E251A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E251A is #71DAE5. Grayscale: #434343. Windows color (decimal): -7461606 or 1713550. OLE color: 1713550.
HSL color Cylindrical-coordinate representation of color #8E251A: hue angle of 5.69º 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 #8E251A is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 37 | 26 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.44 |
| HSL | 5.69º | 0.69% | 0.33% | - |
| HSV(B) | 5.69º | 0.82% | 0.56% | - |
| XYZ | 12 | 7.15 | 1.72 | - |
| YUV | 67.14 | 104.79 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 37 | 26 | 0 | 0.74 | 0.82 | 0.44 | 5.69 | 0.69 | 0.33 |
| Hex | 8E | 25 | 1A | 0 | 4A | 52 | 2C | 6 | 45 | 21 |
| Octal | 216 | 45 | 32 | 0 | 112 | 122 | 54 | 6 | 105 | 41 |
| Binary | 10001110 | 100101 | 11010 | 0 | 1001010 | 1010010 | 101100 | 110 | 1000101 | 100001 |
Color Harmonies of #8E251A
Complementary color
Monochromatic Colors of #8E251A
Black with #8E251A
Text Example
Text Example
White with #8E251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E251A; }
p { color: rgb(142,37,26); }
H1.HeaderClassName
{
color: #8E251A;
}
.AnyTagClassName
{
color: #8E251A;
}
</style>
background-color css
<style>
a { background-color: #8E251A; }
a { background-color: rgb(142,37,26); }
div.DivClassName
{
background-color: #8E251A;
}
.BgClassName
{
background-color: #8E251A;
}
</style>
border-color css
<style>
span { border-color: #8E251A; }
span { border-color: rgb(142,37,26); }
td.TdClassName
{
border-color: #8E251A;
}
.TagClassName
{
border-color: #8E251A;
}
</style>