#9F210B

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

Shades of Mandarian Orange #9F210B

Tints of Mandarian Orange #9F210B

Color information

#9F210B (or 0x9F210B) is unknown color: approx Mandarian Orange. HEX triplet: 9F, 21 and 0B. RGB value is (159,33,11). Sum of RGB (Red+Green+Blue) = 159+33+11=203 (26% of max value = 765). Red value is 159 (62.5% from 255 or 78.33% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 159 - color contains mainly: red. Hex color #9F210B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F210B is #60DEF4. Grayscale: #444444. Windows color (decimal): -6348533 or 729503. OLE color: 729503.

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

Color convert

RGB1593311-
CMYK00.790.930.38
HSL8.92º87.06%33.33%-
HSV(B)8.92º93.08%62.35%-
XYZ14.98.481.17-
YUV68.1795.74192.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 78.33%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 11 (4.69% from 255) = 5.42%
R=78.33%
G=16.26%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159331100.790.930.388.9287.0633.33
Hex9F21B04F5D2695721
Octal23741130117135461112741
Binary10011111100001101101001111101110110011010011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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