#99260B

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

Shades of Mandarian Orange #99260B

Tints of Mandarian Orange #99260B

Color information

#99260B (or 0x99260B) is unknown color: approx Mandarian Orange. HEX triplet: 99, 26 and 0B. RGB value is (153,38,11). Sum of RGB (Red+Green+Blue) = 153+38+11=202 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.74% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 153 - color contains mainly: red. Hex color #99260B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99260B is #66D9F4. Grayscale: #454545. Windows color (decimal): -6740469 or 730777. OLE color: 730777.

HSL color Cylindrical-coordinate representation of color #99260B: hue angle of 11.41º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99260B is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB1533811-
CMYK00.750.930.4
HSL11.41º86.59%32.16%-
HSV(B)11.41º92.81%60%-
XYZ13.898.181.16-
YUV69.3195.1187.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 75.74%
GREEN value IS 38 (15.23% from 255) = 18.81%
BLUE value IS 11 (4.69% from 255) = 5.45%
R=75.74%
G=18.81%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153381100.750.930.411.4186.5932.16
Hex9926B04B5D28b5720
Octal23146130113135501312740
Binary10011001100110101101001011101110110100010111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99260B; }

 p { color: rgb(153,38,11); }

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

<style>
 a { background-color: #99260B; }

 a { background-color: rgb(153,38,11); }

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

<style>
 span { border-color: #99260B; }

 span { border-color: rgb(153,38,11); }

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