#9F2607

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

Shades of Mandarian Orange #9F2607

Tints of Mandarian Orange #9F2607

Color information

#9F2607 (or 0x9F2607) is unknown color: approx Mandarian Orange. HEX triplet: 9F, 26 and 07. RGB value is (159,38,7). Sum of RGB (Red+Green+Blue) = 159+38+7=204 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.94% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2607 is #60D9F8. Grayscale: #464646. Windows color (decimal): -6347257 or 468639. OLE color: 468639.

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

Color convert

RGB159387-
CMYK00.760.960.38
HSL12.24º91.57%32.55%-
HSV(B)12.24º95.6%62.35%-
XYZ15.038.771.1-
YUV70.6492.09191.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 77.94%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 7 (3.12% from 255) = 3.43%
R=77.94%
G=18.63%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15938700.760.960.3812.2491.5732.55
Hex9F26704C6026c5c21
Octal2374670114140461413441
Binary1001111110011011101001100110000010011011001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,38,7); }

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

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

 a { background-color: rgb(159,38,7); }

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

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

 span { border-color: rgb(159,38,7); }

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