Html Css Color HEX #8F211A Mandarian Orange

📋 copy color: '#8F211A'

red 143 ◦ green 33 ◦ blue 26

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

Shades of Mandarian Orange #8F211A

Tints of Mandarian Orange #8F211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.34%

 BLUE value IS 26 (10.55% from 255) = 12.87%

R = 70.79%
G = 16.34%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8F211A (or 0x8F211A) is known color: Mandarian Orange. HEX triplet: 8F, 21 and 1A. RGB value is (143,33,26). Sum of RGB (Red+Green+Blue) = 143+33+26=202 (26% of max value = 765). Red value is 143 (56.25% from 255 or 70.79% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 143 - color contains mainly: red. Hex color #8F211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F211A is #70DEE5. Grayscale: #414141. Windows color (decimal): -7397094 or 1712527. OLE color: 1712527.

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

Color convert

RGB 143 33 26 -
CMYK 0 0.77 0.82 0.44
HSL 3.59º 0.69% 0.33% -
HSV(B) 3.59º 0.82% 0.56% -
XYZ 12.06 7 1.69 -
YUV 65.09 105.94 183.57 -
System Red Green Blue C M Y K H S L
Decimal 143 33 26 0 0.77 0.82 0.44 3.59 0.69 0.33
Hex 8F 21 1A 0 4D 52 2C 4 45 21
Octal 217 41 32 0 115 122 54 4 105 41
Binary 10001111 100001 11010 0 1001101 1010010 101100 100 1000101 100001

Color Harmonies of #8F211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F211A

Black with #8F211A

Text Example


Text Example

White with #8F211A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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