#9F1E0B

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

Shades of Mandarian Orange #9F1E0B

Tints of Mandarian Orange #9F1E0B

Color information

#9F1E0B (or 0x9F1E0B) is unknown color: approx Mandarian Orange. HEX triplet: 9F, 1E and 0B. RGB value is (159,30,11). Sum of RGB (Red+Green+Blue) = 159+30+11=200 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.5% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F1E0B is #60E1F4. Grayscale: #424242. Windows color (decimal): -6349301 or 728735. OLE color: 728735.

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

Color convert

RGB1593011-
CMYK00.810.930.38
HSL7.7º87.06%33.33%-
HSV(B)7.7º93.08%62.35%-
XYZ14.828.321.14-
YUV66.496.74194.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 79.5%
GREEN value IS 30 (12.11% from 255) = 15%
BLUE value IS 11 (4.69% from 255) = 5.5%
R=79.5%
G=15%
B=5.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159301100.810.930.387.787.0633.33
Hex9F1EB0515D2685721
Octal23736130121135461012741
Binary1001111111110101101010001101110110011010001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,30,11); }

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

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

 a { background-color: rgb(159,30,11); }

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

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

 span { border-color: rgb(159,30,11); }

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