#9F1C0C

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

Shades of Mandarian Orange #9F1C0C

Tints of Mandarian Orange #9F1C0C

Color information

#9F1C0C (or 0x9F1C0C) is unknown color: approx Mandarian Orange. HEX triplet: 9F, 1C and 0C. RGB value is (159,28,12). Sum of RGB (Red+Green+Blue) = 159+28+12=199 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.90% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F1C0C is #60E3F3. Grayscale: #414141. Windows color (decimal): -6349812 or 793759. OLE color: 793759.

HSL color Cylindrical-coordinate representation of color #9F1C0C: hue angle of 6.53º 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 #9F1C0C is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB1592812-
CMYK00.820.920.38
HSL6.53º85.96%33.53%-
HSV(B)6.53º92.45%62.35%-
XYZ14.788.231.16-
YUV65.3497.9194.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 79.90%
GREEN value IS 28 (11.33% from 255) = 14.07%
BLUE value IS 12 (5.08% from 255) = 6.03%
R=79.90%
G=14.07%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159281200.820.920.386.5385.9633.53
Hex9F1CC0525C2675622
Octal2373414012213446712642
Binary100111111110011000101001010111001001101111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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