Html Css Color HEX #9E280F Mandarian Orange

📋 copy color: '#9E280F'

red 158 ◦ green 40 ◦ blue 15

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

Shades of Mandarian Orange #9E280F

Tints of Mandarian Orange #9E280F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.04%

R = 74.18%
G = 18.78%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9E280F (or 0x9E280F) is known color: Mandarian Orange. HEX triplet: 9E, 28 and 0F. RGB value is (158,40,15). Sum of RGB (Red+Green+Blue) = 158+40+15=213 (28% of max value = 765). Red value is 158 (62.11% from 255 or 74.18% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 158 - color contains mainly: red. Hex color #9E280F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E280F is #61D7F0. Grayscale: #484848. Windows color (decimal): -6412273 or 993438. OLE color: 993438.

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

Color convert

RGB 158 40 15 -
CMYK 0 0.75 0.91 0.38
HSL 10.49º 0.83% 0.34% -
HSV(B) 10.49º 0.91% 0.62% -
XYZ 14.95 8.82 1.37 -
YUV 72.43 95.59 189.03 -
System Red Green Blue C M Y K H S L
Decimal 158 40 15 0 0.75 0.91 0.38 10.49 0.83 0.34
Hex 9E 28 F 0 4B 5B 26 A 53 22
Octal 236 50 17 0 113 133 46 12 123 42
Binary 10011110 101000 1111 0 1001011 1011011 100110 1010 1010011 100010

Color Harmonies of #9E280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E280F

Black with #9E280F

Text Example


Text Example

White with #9E280F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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