#8E261A

Color #8E261A Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #8E261A

Tints of Mandarian Orange #8E261A

Color information

#8E261A (or 0x8E261A) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 26 and 1A. RGB value is (142,38,26). Sum of RGB (Red+Green+Blue) = 142+38+26=206 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.93% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 142 - color contains mainly: red. Hex color #8E261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E261A is #71D9E5. Grayscale: #434343. Windows color (decimal): -7461350 or 1713806. OLE color: 1713806.

HSL color Cylindrical-coordinate representation of color #8E261A: hue angle of 6.21º 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 #8E261A is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB1423826-
CMYK00.730.820.44
HSL6.21º69.05%32.94%-
HSV(B)6.21º81.69%55.69%-
XYZ12.037.211.73-
YUV67.73104.46180.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 68.93%
GREEN value IS 38 (15.23% from 255) = 18.45%
BLUE value IS 26 (10.55% from 255) = 12.62%
R=68.93%
G=18.45%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142382600.730.820.446.2169.0532.94
Hex8E261A049522C64521
Octal2164632011112254610541
Binary10001110100110110100100100110100101011001101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E261A; }

 p { color: rgb(142,38,26); }

 H1.HeaderClassName
 {
   color: #8E261A;
 }
 .AnyTagClassName
 {
   color: #8E261A;
 }
</style>
background-color css

<style>
 a { background-color: #8E261A; }

 a { background-color: rgb(142,38,26); }

 div.DivClassName
 {
   background-color: #8E261A;
 }
 .BgClassName
 {
   background-color: #8E261A;
 }
</style>
border-color css

<style>
 span { border-color: #8E261A; }

 span { border-color: rgb(142,38,26); }

 td.TdClassName
 {
   border-color: #8E261A;
 }
 .TagClassName
 {
   border-color: #8E261A;
 }
</style>