#9F160C

Color #9F160C Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #9F160C

Tints of Mandarian Orange #9F160C

Color information

#9F160C (or 0x9F160C) is unknown color: approx Mandarian Orange. HEX triplet: 9F, 16 and 0C. RGB value is (159,22,12). Sum of RGB (Red+Green+Blue) = 159+22+12=193 (25% of max value = 765). Red value is 159 (62.5% from 255 or 82.38% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 159 - color contains mainly: red. Hex color #9F160C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F160C is #60E9F3. Grayscale: #3D3D3D. Windows color (decimal): -6351348 or 792223. OLE color: 792223.

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

Color convert

RGB1592212-
CMYK00.860.920.38
HSL4.08º85.96%33.53%-
HSV(B)4.08º92.45%62.35%-
XYZ14.657.971.11-
YUV61.8299.89197.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 82.38%
GREEN value IS 22 (8.98% from 255) = 11.40%
BLUE value IS 12 (5.08% from 255) = 6.22%
R=82.38%
G=11.40%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159221200.860.920.384.0885.9633.53
Hex9F16C0565C2645622
Octal2372614012613446412642
Binary100111111011011000101011010111001001101001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,22,12); }

 H1.HeaderClassName
 {
   color: #9F160C;
 }
 .AnyTagClassName
 {
   color: #9F160C;
 }
</style>
background-color css

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

 a { background-color: rgb(159,22,12); }

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

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

 span { border-color: rgb(159,22,12); }

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