#9F1412

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

Shades of Mandarian Orange #9F1412

Tints of Mandarian Orange #9F1412

Color information

#9F1412 (or 0x9F1412) is unknown color: approx Mandarian Orange. HEX triplet: 9F, 14 and 12. RGB value is (159,20,18). Sum of RGB (Red+Green+Blue) = 159+20+18=197 (26% of max value = 765). Red value is 159 (62.5% from 255 or 80.71% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1412 is #60EBED. Grayscale: #3D3D3D. Windows color (decimal): -6351854 or 1184927. OLE color: 1184927.

HSL color Cylindrical-coordinate representation of color #9F1412: hue angle of 0.85º degrees, saturation: 0.8, 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 #9F1412 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1592018-
CMYK00.870.890.38
HSL0.85º79.66%34.71%-
HSV(B)0.85º88.68%62.35%-
XYZ14.667.911.33-
YUV61.33103.55197.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 80.71%
GREEN value IS 20 (8.20% from 255) = 10.15%
BLUE value IS 18 (7.42% from 255) = 9.14%
R=80.71%
G=10.15%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159201800.870.890.380.8579.6634.71
Hex9F1412057592615023
Octal2372422012713146112043
Binary10011111101001001001010111101100110011011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,20,18); }

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

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

 a { background-color: rgb(159,20,18); }

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

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

 span { border-color: rgb(159,20,18); }

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