Shades of Mandarian Orange #8E250E
Tints of Mandarian Orange #8E250E
RGB
CMYK
RGB Variations
Color information
#8E250E (or 0x8E250E) is known color: Mandarian Orange. HEX triplet: 8E, 25 and 0E. RGB value is (142,37,14). Sum of RGB (Red+Green+Blue) = 142+37+14=193 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.58% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 142 - color contains mainly: red. Hex color #8E250E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E250E is #71DAF1. Grayscale: #414141. Windows color (decimal): -7461618 or 927118. OLE color: 927118.
HSL color Cylindrical-coordinate representation of color #8E250E: hue angle of 10.78º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E250E is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 37 | 14 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.44 |
| HSL | 10.78º | 0.82% | 0.31% | - |
| HSV(B) | 10.78º | 0.9% | 0.56% | - |
| XYZ | 11.9 | 7.11 | 1.16 | - |
| YUV | 65.77 | 98.79 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 37 | 14 | 0 | 0.74 | 0.90 | 0.44 | 10.78 | 0.82 | 0.31 |
| Hex | 8E | 25 | E | 0 | 4A | 5A | 2C | B | 52 | 1F |
| Octal | 216 | 45 | 16 | 0 | 112 | 132 | 54 | 13 | 122 | 37 |
| Binary | 10001110 | 100101 | 1110 | 0 | 1001010 | 1011010 | 101100 | 1011 | 1010010 | 11111 |
Color Harmonies of #8E250E
Complementary color
Monochromatic Colors of #8E250E
Black with #8E250E
Text Example
Text Example
White with #8E250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E250E; }
p { color: rgb(142,37,14); }
H1.HeaderClassName
{
color: #8E250E;
}
.AnyTagClassName
{
color: #8E250E;
}
</style>
background-color css
<style>
a { background-color: #8E250E; }
a { background-color: rgb(142,37,14); }
div.DivClassName
{
background-color: #8E250E;
}
.BgClassName
{
background-color: #8E250E;
}
</style>
border-color css
<style>
span { border-color: #8E250E; }
span { border-color: rgb(142,37,14); }
td.TdClassName
{
border-color: #8E250E;
}
.TagClassName
{
border-color: #8E250E;
}
</style>