#95200A

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

Shades of Mandarian Orange #95200A

Tints of Mandarian Orange #95200A

Color information

#95200A (or 0x95200A) is unknown color: approx Mandarian Orange. HEX triplet: 95, 20 and 0A. RGB value is (149,32,10). Sum of RGB (Red+Green+Blue) = 149+32+10=191 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.01% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 149 - color contains mainly: red. Hex color #95200A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95200A is #6ADFF5. Grayscale: #404040. Windows color (decimal): -7004150 or 663701. OLE color: 663701.

HSL color Cylindrical-coordinate representation of color #95200A: hue angle of 9.5º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95200A is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1493210-
CMYK00.790.930.42
HSL9.5º87.42%31.18%-
HSV(B)9.5º93.29%58.43%-
XYZ12.977.441.04-
YUV64.4797.26188.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 78.01%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 10 (4.30% from 255) = 5.24%
R=78.01%
G=16.75%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149321000.790.930.429.587.4231.18
Hex9520A04F5D2A9571f
Octal22540120117135521112737
Binary1001010110000010100100111110111011010101001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95200A; }

 p { color: rgb(149,32,10); }

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

<style>
 a { background-color: #95200A; }

 a { background-color: rgb(149,32,10); }

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

<style>
 span { border-color: #95200A; }

 span { border-color: rgb(149,32,10); }

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