#9B2602

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

Shades of Mandarian Orange #9B2602

Tints of Mandarian Orange #9B2602

Color information

#9B2602 (or 0x9B2602) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 26 and 02. RGB value is (155,38,2). Sum of RGB (Red+Green+Blue) = 155+38+2=195 (25% of max value = 765). Red value is 155 (60.94% from 255 or 79.49% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2602 is #64D9FD. Grayscale: #454545. Windows color (decimal): -6609406 or 140955. OLE color: 140955.

HSL color Cylindrical-coordinate representation of color #9B2602: hue angle of 14.12º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B2602 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB155382-
CMYK00.750.990.39
HSL14.12º97.45%30.78%-
HSV(B)14.12º98.71%60.78%-
XYZ14.228.360.92-
YUV68.8890.26189.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 79.49%
GREEN value IS 38 (15.23% from 255) = 19.49%
BLUE value IS 2 (1.17% from 255) = 1.03%
R=79.49%
G=19.49%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15538200.750.990.3914.1297.4530.78
Hex9B26204B6327e611f
Octal2334620113143471614137
Binary10011011100110100100101111000111001111110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,38,2); }

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

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

 a { background-color: rgb(155,38,2); }

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

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

 span { border-color: rgb(155,38,2); }

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