#8F2A21

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

Shades of Mandarian Orange #8F2A21

Tints of Mandarian Orange #8F2A21

Color information

#8F2A21 (or 0x8F2A21) is unknown color: approx Mandarian Orange. HEX triplet: 8F, 2A and 21. RGB value is (143,42,33). Sum of RGB (Red+Green+Blue) = 143+42+33=218 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.60% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2A21 is #70D5DE. Grayscale: #474747. Windows color (decimal): -7394783 or 2173583. OLE color: 2173583.

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

Color convert

RGB1434233-
CMYK00.710.770.44
HSL4.91º62.5%34.51%-
HSV(B)4.91º76.92%56.08%-
XYZ12.437.612.25-
YUV71.17106.46179.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 65.60%
GREEN value IS 42 (16.80% from 255) = 19.27%
BLUE value IS 33 (13.28% from 255) = 15.14%
R=65.60%
G=19.27%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143423300.710.770.444.9162.534.51
Hex8F2A210474D2C53e23
Octal217524101071155457643
Binary10001111101010100001010001111001101101100101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,42,33); }

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

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

 a { background-color: rgb(143,42,33); }

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

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

 span { border-color: rgb(143,42,33); }

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