Html Css Color HEX #8F271A Mandarian Orange

📋 copy color: '#8F271A'

red 143 ◦ green 39 ◦ blue 26

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

Shades of Mandarian Orange #8F271A

Tints of Mandarian Orange #8F271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.75%

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

R = 68.75%
G = 18.75%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8F271A (or 0x8F271A) is known color: Mandarian Orange. HEX triplet: 8F, 27 and 1A. RGB value is (143,39,26). Sum of RGB (Red+Green+Blue) = 143+39+26=208 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.75% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 143 - color contains mainly: red. Hex color #8F271A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F271A is #70D8E5. Grayscale: #444444. Windows color (decimal): -7395558 or 1714063. OLE color: 1714063.

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

Color convert

RGB 143 39 26 -
CMYK 0 0.73 0.82 0.44
HSL 6.67º 0.69% 0.33% -
HSV(B) 6.67º 0.82% 0.56% -
XYZ 12.24 7.37 1.75 -
YUV 68.61 103.96 181.06 -
System Red Green Blue C M Y K H S L
Decimal 143 39 26 0 0.73 0.82 0.44 6.67 0.69 0.33
Hex 8F 27 1A 0 49 52 2C 7 45 21
Octal 217 47 32 0 111 122 54 7 105 41
Binary 10001111 100111 11010 0 1001001 1010010 101100 111 1000101 100001

Color Harmonies of #8F271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F271A

Black with #8F271A

Text Example


Text Example

White with #8F271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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