Html Css Color HEX #8F2A20 Mandarian Orange

📋 copy color: '#8F2A20'

red 143 ◦ green 42 ◦ blue 32

#8F2A20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #8F2A20

Tints of Mandarian Orange #8F2A20

RGB

 RED value IS 143 (56.25% from 255) = 65.9%

 GREEN value IS 42 (16.8% from 255) = 19.35%

 BLUE value IS 32 (12.89% from 255) = 14.75%

R = 65.9%
G = 19.35%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8F2A20 (or 0x8F2A20) is known color: Mandarian Orange. HEX triplet: 8F, 2A and 20. RGB value is (143,42,32). Sum of RGB (Red+Green+Blue) = 143+42+32=217 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.90% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2A20 is #70D5DF. Grayscale: #474747. Windows color (decimal): -7394784 or 2108047. OLE color: 2108047.

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

Color convert

RGB 143 42 32 -
CMYK 0 0.71 0.78 0.44
HSL 5.41º 0.63% 0.34% -
HSV(B) 5.41º 0.78% 0.56% -
XYZ 12.42 7.6 2.18 -
YUV 71.06 105.96 179.31 -
System Red Green Blue C M Y K H S L
Decimal 143 42 32 0 0.71 0.78 0.44 5.41 0.63 0.34
Hex 8F 2A 20 0 47 4E 2C 5 3F 22
Octal 217 52 40 0 107 116 54 5 77 42
Binary 10001111 101010 100000 0 1000111 1001110 101100 101 111111 100010

Color Harmonies of #8F2A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2A20

Black with #8F2A20

Text Example


Text Example

White with #8F2A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F2A20;
 }
 .AnyTagClassName
 {
   color: #8F2A20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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