Html Css Color HEX #8C261A Mandarian Orange

📋 copy color: '#8C261A'

red 140 ◦ green 38 ◦ blue 26

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

Shades of Mandarian Orange #8C261A

Tints of Mandarian Orange #8C261A

RGB

 RED value IS 140 (55.08% from 255) = 68.63%

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

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

R = 68.63%
G = 18.63%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C261A (or 0x8C261A) is known color: Mandarian Orange. HEX triplet: 8C, 26 and 1A. RGB value is (140,38,26). Sum of RGB (Red+Green+Blue) = 140+38+26=204 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.63% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 140 - color contains mainly: red. Hex color #8C261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C261A is #73D9E5. Grayscale: #434343. Windows color (decimal): -7592422 or 1713804. OLE color: 1713804.

HSL color Cylindrical-coordinate representation of color #8C261A: hue angle of 6.32º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C261A is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 38 26 -
CMYK 0 0.73 0.81 0.45
HSL 6.32º 0.69% 0.33% -
HSV(B) 6.32º 0.81% 0.55% -
XYZ 11.69 7.04 1.72 -
YUV 67.13 104.79 179.98 -
System Red Green Blue C M Y K H S L
Decimal 140 38 26 0 0.73 0.81 0.45 6.32 0.69 0.33
Hex 8C 26 1A 0 49 51 2D 6 45 21
Octal 214 46 32 0 111 121 55 6 105 41
Binary 10001100 100110 11010 0 1001001 1010001 101101 110 1000101 100001

Color Harmonies of #8C261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C261A

Black with #8C261A

Text Example


Text Example

White with #8C261A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,38,26); }

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

background-color css

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

 a { background-color: rgb(140,38,26); }

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

border-color css

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

 span { border-color: rgb(140,38,26); }

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