#8F261A

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

Shades of Mandarian Orange #8F261A

Tints of Mandarian Orange #8F261A

Color information

#8F261A (or 0x8F261A) is unknown color: approx Mandarian Orange. HEX triplet: 8F, 26 and 1A. RGB value is (143,38,26). Sum of RGB (Red+Green+Blue) = 143+38+26=207 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.08% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 143 - color contains mainly: red. Hex color #8F261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F261A is #70D9E5. Grayscale: #444444. Windows color (decimal): -7395814 or 1713807. OLE color: 1713807.

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

Color convert

RGB1433826-
CMYK00.730.820.44
HSL6.15º69.23%33.14%-
HSV(B)6.15º81.82%56.08%-
XYZ12.217.31.74-
YUV68.03104.29181.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 69.08%
GREEN value IS 38 (15.23% from 255) = 18.36%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=69.08%
G=18.36%
B=12.56%

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
Decimal143382600.730.820.446.1569.2333.14
Hex8F261A049522C64521
Octal2174632011112254610541
Binary10001111100110110100100100110100101011001101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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