#9A2009

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

Shades of Mandarian Orange #9A2009

Tints of Mandarian Orange #9A2009

Color information

#9A2009 (or 0x9A2009) is unknown color: approx Mandarian Orange. HEX triplet: 9A, 20 and 09. RGB value is (154,32,9). Sum of RGB (Red+Green+Blue) = 154+32+9=195 (25% of max value = 765). Red value is 154 (60.55% from 255 or 78.97% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2009 is #65DFF6. Grayscale: #424242. Windows color (decimal): -6676471 or 598170. OLE color: 598170.

HSL color Cylindrical-coordinate representation of color #9A2009: hue angle of 9.52º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A2009 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB154329-
CMYK00.790.940.40
HSL9.52º88.96%31.96%-
HSV(B)9.52º94.16%60.39%-
XYZ13.897.921.06-
YUV65.8695.92190.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 78.97%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 9 (3.91% from 255) = 4.62%
R=78.97%
G=16.41%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15432900.790.940.409.5288.9631.96
Hex9A20904F5E28a5920
Octal23240110117136501213140
Binary10011010100000100101001111101111010100010101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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