Html Css Color HEX #8F231E Mandarian Orange

📋 copy color: '#8F231E'

red 143 ◦ green 35 ◦ blue 30

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

Shades of Mandarian Orange #8F231E

Tints of Mandarian Orange #8F231E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.83%

 BLUE value IS 30 (12.11% from 255) = 14.42%

R = 68.75%
G = 16.83%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#8F231E (or 0x8F231E) is known color: Mandarian Orange. HEX triplet: 8F, 23 and 1E. RGB value is (143,35,30). Sum of RGB (Red+Green+Blue) = 143+35+30=208 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.75% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 143 - color contains mainly: red. Hex color #8F231E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F231E is #70DCE1. Grayscale: #424242. Windows color (decimal): -7396578 or 1975183. OLE color: 1975183.

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

Color convert

RGB 143 35 30 -
CMYK 0 0.76 0.79 0.44
HSL 2.65º 0.65% 0.34% -
HSV(B) 2.65º 0.79% 0.56% -
XYZ 12.16 7.14 1.96 -
YUV 66.72 107.28 182.41 -
System Red Green Blue C M Y K H S L
Decimal 143 35 30 0 0.76 0.79 0.44 2.65 0.65 0.34
Hex 8F 23 1E 0 4C 4F 2C 3 41 22
Octal 217 43 36 0 114 117 54 3 101 42
Binary 10001111 100011 11110 0 1001100 1001111 101100 11 1000001 100010

Color Harmonies of #8F231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F231E

Black with #8F231E

Text Example


Text Example

White with #8F231E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,35,30); }

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

background-color css

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

 a { background-color: rgb(143,35,30); }

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

border-color css

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

 span { border-color: rgb(143,35,30); }

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