#95230A

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

Shades of Mandarian Orange #95230A

Tints of Mandarian Orange #95230A

Color information

#95230A (or 0x95230A) is unknown color: approx Mandarian Orange. HEX triplet: 95, 23 and 0A. RGB value is (149,35,10). Sum of RGB (Red+Green+Blue) = 149+35+10=194 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.80% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 149 - color contains mainly: red. Hex color #95230A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95230A is #6ADCF5. Grayscale: #424242. Windows color (decimal): -7003382 or 664469. OLE color: 664469.

HSL color Cylindrical-coordinate representation of color #95230A: hue angle of 10.79º 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 #95230A is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1493510-
CMYK00.770.930.42
HSL10.79º87.42%31.18%-
HSV(B)10.79º93.29%58.43%-
XYZ13.057.611.07-
YUV66.2496.27187.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 76.80%
GREEN value IS 35 (14.06% from 255) = 18.04%
BLUE value IS 10 (4.30% from 255) = 5.15%
R=76.80%
G=18.04%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149351000.770.930.4210.7987.4231.18
Hex9523A04D5D2Ab571f
Octal22543120115135521312737
Binary1001010110001110100100110110111011010101011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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