Html Css Color HEX #9E250A Mandarian Orange

📋 copy color: '#9E250A'

red 158 ◦ green 37 ◦ blue 10

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

Shades of Mandarian Orange #9E250A

Tints of Mandarian Orange #9E250A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.88%

R = 77.07%
G = 18.05%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9E250A (or 0x9E250A) is known color: Mandarian Orange. HEX triplet: 9E, 25 and 0A. RGB value is (158,37,10). Sum of RGB (Red+Green+Blue) = 158+37+10=205 (27% of max value = 765). Red value is 158 (62.11% from 255 or 77.07% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 158 - color contains mainly: red. Hex color #9E250A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E250A is #61DAF5. Grayscale: #464646. Windows color (decimal): -6413046 or 664990. OLE color: 664990.

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

Color convert

RGB 158 37 10 -
CMYK 0 0.77 0.94 0.38
HSL 10.95º 0.88% 0.33% -
HSV(B) 10.95º 0.94% 0.62% -
XYZ 14.82 8.61 1.17 -
YUV 70.1 94.09 190.7 -
System Red Green Blue C M Y K H S L
Decimal 158 37 10 0 0.77 0.94 0.38 10.95 0.88 0.33
Hex 9E 25 A 0 4D 5E 26 B 58 21
Octal 236 45 12 0 115 136 46 13 130 41
Binary 10011110 100101 1010 0 1001101 1011110 100110 1011 1011000 100001

Color Harmonies of #9E250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E250A

Black with #9E250A

Text Example


Text Example

White with #9E250A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,37,10); }

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

background-color css

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

 a { background-color: rgb(158,37,10); }

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

border-color css

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

 span { border-color: rgb(158,37,10); }

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