Html Css Color HEX #8F2618 Mandarian Orange

📋 copy color: '#8F2618'

red 143 ◦ green 38 ◦ blue 24

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

Shades of Mandarian Orange #8F2618

Tints of Mandarian Orange #8F2618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.54%

 BLUE value IS 24 (9.77% from 255) = 11.71%

R = 69.76%
G = 18.54%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#8F2618 (or 0x8F2618) is known color: Mandarian Orange. HEX triplet: 8F, 26 and 18. RGB value is (143,38,24). Sum of RGB (Red+Green+Blue) = 143+38+24=205 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.76% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2618 is #70D9E7. Grayscale: #434343. Windows color (decimal): -7395816 or 1582735. OLE color: 1582735.

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

Color convert

RGB 143 38 24 -
CMYK 0 0.73 0.83 0.44
HSL 7.06º 0.71% 0.33% -
HSV(B) 7.06º 0.83% 0.56% -
XYZ 12.19 7.29 1.63 -
YUV 67.8 103.29 181.64 -
System Red Green Blue C M Y K H S L
Decimal 143 38 24 0 0.73 0.83 0.44 7.06 0.71 0.33
Hex 8F 26 18 0 49 53 2C 7 47 21
Octal 217 46 30 0 111 123 54 7 107 41
Binary 10001111 100110 11000 0 1001001 1010011 101100 111 1000111 100001

Color Harmonies of #8F2618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2618

Black with #8F2618

Text Example


Text Example

White with #8F2618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,38,24); }

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

background-color css

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

 a { background-color: rgb(143,38,24); }

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

border-color css

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

 span { border-color: rgb(143,38,24); }

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