#9F2009

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

Shades of Mandarian Orange #9F2009

Tints of Mandarian Orange #9F2009

Color information

#9F2009 (or 0x9F2009) is unknown color: approx Mandarian Orange. HEX triplet: 9F, 20 and 09. RGB value is (159,32,9). Sum of RGB (Red+Green+Blue) = 159+32+9=200 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2009 is #60DFF6. Grayscale: #434343. Windows color (decimal): -6348791 or 598175. OLE color: 598175.

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

Color convert

RGB159329-
CMYK00.800.940.38
HSL9.2º89.29%32.94%-
HSV(B)9.2º94.34%62.35%-
XYZ14.868.421.1-
YUV67.3595.08193.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 79.5%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 9 (3.91% from 255) = 4.5%
R=79.5%
G=16%
B=4.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15932900.800.940.389.289.2932.94
Hex9F2090505E2695921
Octal23740110120136461113141
Binary10011111100000100101010000101111010011010011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,32,9); }

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

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

 a { background-color: rgb(159,32,9); }

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

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

 span { border-color: rgb(159,32,9); }

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