Html Css Color HEX #9F2011 Mandarian Orange

📋 copy color: '#9F2011'

red 159 ◦ green 32 ◦ blue 17

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

Shades of Mandarian Orange #9F2011

Tints of Mandarian Orange #9F2011

RGB

 RED value IS 159 (62.5% from 255) = 76.44%

 GREEN value IS 32 (12.89% from 255) = 15.38%

 BLUE value IS 17 (7.03% from 255) = 8.17%

R = 76.44%
G = 15.38%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F2011 (or 0x9F2011) is known color: Mandarian Orange. HEX triplet: 9F, 20 and 11. RGB value is (159,32,17). Sum of RGB (Red+Green+Blue) = 159+32+17=208 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.44% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2011 is #60DFEE. Grayscale: #444444. Windows color (decimal): -6348783 or 1122463. OLE color: 1122463.

HSL color Cylindrical-coordinate representation of color #9F2011: hue angle of 6.34º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F2011 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 32 17 -
CMYK 0 0.80 0.89 0.38
HSL 6.34º 0.81% 0.35% -
HSV(B) 6.34º 0.89% 0.62% -
XYZ 14.92 8.44 1.37 -
YUV 68.26 99.08 192.72 -
System Red Green Blue C M Y K H S L
Decimal 159 32 17 0 0.80 0.89 0.38 6.34 0.81 0.35
Hex 9F 20 11 0 50 59 26 6 51 23
Octal 237 40 21 0 120 131 46 6 121 43
Binary 10011111 100000 10001 0 1010000 1011001 100110 110 1010001 100011

Color Harmonies of #9F2011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2011

Black with #9F2011

Text Example


Text Example

White with #9F2011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,32,17); }

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

background-color css

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

 a { background-color: rgb(159,32,17); }

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

border-color css

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

 span { border-color: rgb(159,32,17); }

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