#8F2419

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

Shades of Mandarian Orange #8F2419

Tints of Mandarian Orange #8F2419

Color information

#8F2419 (or 0x8F2419) is unknown color: approx Mandarian Orange. HEX triplet: 8F, 24 and 19. RGB value is (143,36,25). Sum of RGB (Red+Green+Blue) = 143+36+25=204 (27% of max value = 765). Red value is 143 (56.25% from 255 or 70.10% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2419 is #70DBE6. Grayscale: #424242. Windows color (decimal): -7396327 or 1647759. OLE color: 1647759.

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

Color convert

RGB1433625-
CMYK00.750.830.44
HSL5.59º70.24%32.94%-
HSV(B)5.59º82.52%56.08%-
XYZ12.137.171.66-
YUV66.74104.45182.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 70.10%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 25 (10.16% from 255) = 12.25%
R=70.10%
G=17.65%
B=12.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143362500.750.830.445.5970.2432.94
Hex8F241904B532C64621
Octal2174431011312354610641
Binary10001111100100110010100101110100111011001101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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