Html Css Color HEX #9E280C Mandarian Orange

📋 copy color: '#9E280C'

red 158 ◦ green 40 ◦ blue 12

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

Shades of Mandarian Orange #9E280C

Tints of Mandarian Orange #9E280C

RGB

 RED value IS 158 (62.11% from 255) = 75.24%

 GREEN value IS 40 (16.02% from 255) = 19.05%

 BLUE value IS 12 (5.08% from 255) = 5.71%

R = 75.24%
G = 19.05%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9E280C (or 0x9E280C) is known color: Mandarian Orange. HEX triplet: 9E, 28 and 0C. RGB value is (158,40,12). Sum of RGB (Red+Green+Blue) = 158+40+12=210 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.24% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 158 - color contains mainly: red. Hex color #9E280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E280C is #61D7F3. Grayscale: #484848. Windows color (decimal): -6412276 or 796830. OLE color: 796830.

HSL color Cylindrical-coordinate representation of color #9E280C: hue angle of 11.51º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E280C is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 40 12 -
CMYK 0 0.75 0.92 0.38
HSL 11.51º 0.86% 0.33% -
HSV(B) 11.51º 0.92% 0.62% -
XYZ 14.93 8.81 1.26 -
YUV 72.09 94.09 189.28 -
System Red Green Blue C M Y K H S L
Decimal 158 40 12 0 0.75 0.92 0.38 11.51 0.86 0.33
Hex 9E 28 C 0 4B 5C 26 C 56 21
Octal 236 50 14 0 113 134 46 14 126 41
Binary 10011110 101000 1100 0 1001011 1011100 100110 1100 1010110 100001

Color Harmonies of #9E280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E280C

Black with #9E280C

Text Example


Text Example

White with #9E280C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E280C; }

 p { color: rgb(158,40,12); }

 H1.HeaderClassName
 {
   color: #9E280C;
 }
 .AnyTagClassName
 {
   color: #9E280C;
 }
</style>

background-color css

<style>
 a { background-color: #9E280C; }

 a { background-color: rgb(158,40,12); }

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

border-color css

<style>
 span { border-color: #9E280C; }

 span { border-color: rgb(158,40,12); }

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