#8F2619

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

Shades of Mandarian Orange #8F2619

Tints of Mandarian Orange #8F2619

Color information

#8F2619 (or 0x8F2619) is unknown color: approx Mandarian Orange. HEX triplet: 8F, 26 and 19. RGB value is (143,38,25). Sum of RGB (Red+Green+Blue) = 143+38+25=206 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.42% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2619 is #70D9E6. Grayscale: #444444. Windows color (decimal): -7395815 or 1648271. OLE color: 1648271.

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

Color convert

RGB1433825-
CMYK00.730.830.44
HSL6.61º70.24%32.94%-
HSV(B)6.61º82.52%56.08%-
XYZ12.27.31.69-
YUV67.91103.79181.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 69.42%
GREEN value IS 38 (15.23% from 255) = 18.45%
BLUE value IS 25 (10.16% from 255) = 12.14%
R=69.42%
G=18.45%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143382500.730.830.446.6170.2432.94
Hex8F2619049532C74621
Octal2174631011112354710641
Binary10001111100110110010100100110100111011001111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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