Html Css Color HEX #9E280B Mandarian Orange

📋 copy color: '#9E280B'

red 158 ◦ green 40 ◦ blue 11

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

Shades of Mandarian Orange #9E280B

Tints of Mandarian Orange #9E280B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.26%

R = 75.6%
G = 19.14%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.38

RGB Variations

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

Color information

#9E280B (or 0x9E280B) is known color: Mandarian Orange. HEX triplet: 9E, 28 and 0B. RGB value is (158,40,11). Sum of RGB (Red+Green+Blue) = 158+40+11=209 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.60% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 158 - color contains mainly: red. Hex color #9E280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E280B is #61D7F4. Grayscale: #484848. Windows color (decimal): -6412277 or 731294. OLE color: 731294.

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

Color convert

RGB 158 40 11 -
CMYK 0 0.75 0.93 0.38
HSL 11.84º 0.87% 0.33% -
HSV(B) 11.84º 0.93% 0.62% -
XYZ 14.92 8.81 1.23 -
YUV 71.98 93.59 189.36 -
System Red Green Blue C M Y K H S L
Decimal 158 40 11 0 0.75 0.93 0.38 11.84 0.87 0.33
Hex 9E 28 B 0 4B 5D 26 C 57 21
Octal 236 50 13 0 113 135 46 14 127 41
Binary 10011110 101000 1011 0 1001011 1011101 100110 1100 1010111 100001

Color Harmonies of #9E280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E280B

Black with #9E280B

Text Example


Text Example

White with #9E280B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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