#8F2613

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

Shades of Mandarian Orange #8F2613

Tints of Mandarian Orange #8F2613

Color information

#8F2613 (or 0x8F2613) is unknown color: approx Mandarian Orange. HEX triplet: 8F, 26 and 13. RGB value is (143,38,19). Sum of RGB (Red+Green+Blue) = 143+38+19=200 (26% of max value = 765). Red value is 143 (56.25% from 255 or 71.5% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2613 is #70D9EC. Grayscale: #434343. Windows color (decimal): -7395821 or 1255055. OLE color: 1255055.

HSL color Cylindrical-coordinate representation of color #8F2613: hue angle of 9.19º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F2613 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB1433819-
CMYK00.730.870.44
HSL9.19º76.54%31.76%-
HSV(B)9.19º86.71%56.08%-
XYZ12.147.271.38-
YUV67.23100.79182.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 71.5%
GREEN value IS 38 (15.23% from 255) = 19%
BLUE value IS 19 (7.81% from 255) = 9.5%
R=71.5%
G=19%
B=9.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143381900.730.870.449.1976.5431.76
Hex8F2613049572C94d20
Octal21746230111127541111540
Binary100011111001101001101001001101011110110010011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,38,19); }

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

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

 a { background-color: rgb(143,38,19); }

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

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

 span { border-color: rgb(143,38,19); }

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