#9F2109

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

Shades of Mandarian Orange #9F2109

Tints of Mandarian Orange #9F2109

Color information

#9F2109 (or 0x9F2109) is unknown color: approx Mandarian Orange. HEX triplet: 9F, 21 and 09. RGB value is (159,33,9). Sum of RGB (Red+Green+Blue) = 159+33+9=201 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.10% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2109 is #60DEF6. Grayscale: #444444. Windows color (decimal): -6348535 or 598431. OLE color: 598431.

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

Color convert

RGB159339-
CMYK00.790.940.38
HSL9.6º89.29%32.94%-
HSV(B)9.6º94.34%62.35%-
XYZ14.898.481.11-
YUV67.9494.74192.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 79.10%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 9 (3.91% from 255) = 4.48%
R=79.10%
G=16.42%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15933900.790.940.389.689.2932.94
Hex9F21904F5E26a5921
Octal23741110117136461213141
Binary10011111100001100101001111101111010011010101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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