Html Css Color HEX #8F2513 Mandarian Orange

📋 copy color: '#8F2513'

red 143 ◦ green 37 ◦ blue 19

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

Shades of Mandarian Orange #8F2513

Tints of Mandarian Orange #8F2513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.59%

 BLUE value IS 19 (7.81% from 255) = 9.55%

R = 71.86%
G = 18.59%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#8F2513 (or 0x8F2513) is known color: Mandarian Orange. HEX triplet: 8F, 25 and 13. RGB value is (143,37,19). Sum of RGB (Red+Green+Blue) = 143+37+19=199 (26% of max value = 765). Red value is 143 (56.25% from 255 or 71.86% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2513 is #70DAEC. Grayscale: #424242. Windows color (decimal): -7396077 or 1254799. OLE color: 1254799.

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

Color convert

RGB 143 37 19 -
CMYK 0 0.74 0.87 0.44
HSL 8.71º 0.77% 0.32% -
HSV(B) 8.71º 0.87% 0.56% -
XYZ 12.11 7.21 1.37 -
YUV 66.64 101.12 182.46 -
System Red Green Blue C M Y K H S L
Decimal 143 37 19 0 0.74 0.87 0.44 8.71 0.77 0.32
Hex 8F 25 13 0 4A 57 2C 9 4D 20
Octal 217 45 23 0 112 127 54 11 115 40
Binary 10001111 100101 10011 0 1001010 1010111 101100 1001 1001101 100000

Color Harmonies of #8F2513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2513

Black with #8F2513

Text Example


Text Example

White with #8F2513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,37,19); }

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

background-color css

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

 a { background-color: rgb(143,37,19); }

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

border-color css

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

 span { border-color: rgb(143,37,19); }

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