#8F2111

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

Shades of Mandarian Orange #8F2111

Tints of Mandarian Orange #8F2111

Color information

#8F2111 (or 0x8F2111) is unknown color: approx Mandarian Orange. HEX triplet: 8F, 21 and 11. RGB value is (143,33,17). Sum of RGB (Red+Green+Blue) = 143+33+17=193 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.09% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2111 is #70DEEE. Grayscale: #404040. Windows color (decimal): -7397103 or 1122703. OLE color: 1122703.

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

Color convert

RGB1433317-
CMYK00.770.880.44
HSL7.62º78.75%31.37%-
HSV(B)7.62º88.11%56.08%-
XYZ11.976.971.24-
YUV64.07101.44184.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 74.09%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 17 (7.03% from 255) = 8.81%
R=74.09%
G=17.10%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143331700.770.880.447.6278.7531.37
Hex8F211104D582C84f1f
Octal21741210115130541011737
Binary10001111100001100010100110110110001011001000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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