Html Css Color HEX #8F1E16 Mandarian Orange

📋 copy color: '#8F1E16'

red 143 ◦ green 30 ◦ blue 22

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

Shades of Mandarian Orange #8F1E16

Tints of Mandarian Orange #8F1E16

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.38%

 BLUE value IS 22 (8.98% from 255) = 11.28%

R = 73.33%
G = 15.38%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#8F1E16 (or 0x8F1E16) is known color: Mandarian Orange. HEX triplet: 8F, 1E and 16. RGB value is (143,30,22). Sum of RGB (Red+Green+Blue) = 143+30+22=195 (25% of max value = 765). Red value is 143 (56.25% from 255 or 73.33% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F1E16 is #70E1E9. Grayscale: #3F3F3F. Windows color (decimal): -7397866 or 1449615. OLE color: 1449615.

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

Color convert

RGB 143 30 22 -
CMYK 0 0.79 0.85 0.44
HSL 3.97º 0.73% 0.32% -
HSV(B) 3.97º 0.85% 0.56% -
XYZ 11.94 6.83 1.45 -
YUV 62.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 143 30 22 0 0.79 0.85 0.44 3.97 0.73 0.32
Hex 8F 1E 16 0 4F 55 2C 4 49 20
Octal 217 36 26 0 117 125 54 4 111 40
Binary 10001111 11110 10110 0 1001111 1010101 101100 100 1001001 100000

Color Harmonies of #8F1E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1E16

Black with #8F1E16

Text Example


Text Example

White with #8F1E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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