Html Css Color HEX #8F201A Mandarian Orange

📋 copy color: '#8F201A'

red 143 ◦ green 32 ◦ blue 26

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

Shades of Mandarian Orange #8F201A

Tints of Mandarian Orange #8F201A

RGB

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

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

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

R = 71.14%
G = 15.92%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8F201A (or 0x8F201A) is known color: Mandarian Orange. HEX triplet: 8F, 20 and 1A. RGB value is (143,32,26). Sum of RGB (Red+Green+Blue) = 143+32+26=201 (26% of max value = 765). Red value is 143 (56.25% from 255 or 71.14% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 143 - color contains mainly: red. Hex color #8F201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F201A is #70DFE5. Grayscale: #404040. Windows color (decimal): -7397350 or 1712271. OLE color: 1712271.

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

Color convert

RGB 143 32 26 -
CMYK 0 0.78 0.82 0.44
HSL 3.08º 0.69% 0.33% -
HSV(B) 3.08º 0.82% 0.56% -
XYZ 12.03 6.95 1.68 -
YUV 64.51 106.27 183.99 -
System Red Green Blue C M Y K H S L
Decimal 143 32 26 0 0.78 0.82 0.44 3.08 0.69 0.33
Hex 8F 20 1A 0 4E 52 2C 3 45 21
Octal 217 40 32 0 116 122 54 3 105 41
Binary 10001111 100000 11010 0 1001110 1010010 101100 11 1000101 100001

Color Harmonies of #8F201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F201A

Black with #8F201A

Text Example


Text Example

White with #8F201A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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