Html Css Color HEX #8F201B Mandarian Orange

📋 copy color: '#8F201B'

red 143 ◦ green 32 ◦ blue 27

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

Shades of Mandarian Orange #8F201B

Tints of Mandarian Orange #8F201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.84%

 BLUE value IS 27 (10.94% from 255) = 13.37%

R = 70.79%
G = 15.84%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#8F201B (or 0x8F201B) is known color: Mandarian Orange. HEX triplet: 8F, 20 and 1B. RGB value is (143,32,27). Sum of RGB (Red+Green+Blue) = 143+32+27=202 (26% of max value = 765). Red value is 143 (56.25% from 255 or 70.79% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 143 - color contains mainly: red. Hex color #8F201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F201B is #70DFE4. Grayscale: #404040. Windows color (decimal): -7397349 or 1777807. OLE color: 1777807.

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

Color convert

RGB 143 32 27 -
CMYK 0 0.78 0.81 0.44
HSL 2.59º 0.68% 0.33% -
HSV(B) 2.59º 0.81% 0.56% -
XYZ 12.04 6.95 1.74 -
YUV 64.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 143 32 27 0 0.78 0.81 0.44 2.59 0.68 0.33
Hex 8F 20 1B 0 4E 51 2C 3 44 21
Octal 217 40 33 0 116 121 54 3 104 41
Binary 10001111 100000 11011 0 1001110 1010001 101100 11 1000100 100001

Color Harmonies of #8F201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F201B

Black with #8F201B

Text Example


Text Example

White with #8F201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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