Html Css Color HEX #8C251A Mandarian Orange

📋 copy color: '#8C251A'

red 140 ◦ green 37 ◦ blue 26

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

Shades of Mandarian Orange #8C251A

Tints of Mandarian Orange #8C251A

RGB

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

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

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

R = 68.97%
G = 18.23%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C251A (or 0x8C251A) is known color: Mandarian Orange. HEX triplet: 8C, 25 and 1A. RGB value is (140,37,26). Sum of RGB (Red+Green+Blue) = 140+37+26=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C251A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C251A is #73DAE5. Grayscale: #424242. Windows color (decimal): -7592678 or 1713548. OLE color: 1713548.

HSL color Cylindrical-coordinate representation of color #8C251A: hue angle of 5.79º 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 #8C251A is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 37 26 -
CMYK 0 0.74 0.81 0.45
HSL 5.79º 0.69% 0.33% -
HSV(B) 5.79º 0.81% 0.55% -
XYZ 11.66 6.97 1.71 -
YUV 66.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 140 37 26 0 0.74 0.81 0.45 5.79 0.69 0.33
Hex 8C 25 1A 0 4A 51 2D 6 45 21
Octal 214 45 32 0 112 121 55 6 105 41
Binary 10001100 100101 11010 0 1001010 1010001 101101 110 1000101 100001

Color Harmonies of #8C251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C251A

Black with #8C251A

Text Example


Text Example

White with #8C251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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