#9F2612

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

Shades of Mandarian Orange #9F2612

Tints of Mandarian Orange #9F2612

Color information

#9F2612 (or 0x9F2612) is unknown color: approx Mandarian Orange. HEX triplet: 9F, 26 and 12. RGB value is (159,38,18). Sum of RGB (Red+Green+Blue) = 159+38+18=215 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.95% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2612 is #60D9ED. Grayscale: #484848. Windows color (decimal): -6347246 or 1189535. OLE color: 1189535.

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

Color convert

RGB1593818-
CMYK00.760.890.38
HSL8.51º79.66%34.71%-
HSV(B)8.51º88.68%62.35%-
XYZ15.18.81.48-
YUV71.997.59190.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 73.95%
GREEN value IS 38 (15.23% from 255) = 17.67%
BLUE value IS 18 (7.42% from 255) = 8.37%
R=73.95%
G=17.67%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159381800.760.890.388.5179.6634.71
Hex9F261204C592695023
Octal23746220114131461112043
Binary100111111001101001001001100101100110011010011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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