#95260F

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

Shades of Mandarian Orange #95260F

Tints of Mandarian Orange #95260F

Color information

#95260F (or 0x95260F) is unknown color: approx Mandarian Orange. HEX triplet: 95, 26 and 0F. RGB value is (149,38,15). Sum of RGB (Red+Green+Blue) = 149+38+15=202 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.76% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 149 - color contains mainly: red. Hex color #95260F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95260F is #6AD9F0. Grayscale: #444444. Windows color (decimal): -7002609 or 992917. OLE color: 992917.

HSL color Cylindrical-coordinate representation of color #95260F: hue angle of 10.3º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95260F is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1493815-
CMYK00.740.900.42
HSL10.3º81.71%32.16%-
HSV(B)10.3º89.93%58.43%-
XYZ13.177.811.27-
YUV68.5797.77185.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 73.76%
GREEN value IS 38 (15.23% from 255) = 18.81%
BLUE value IS 15 (6.25% from 255) = 7.43%
R=73.76%
G=18.81%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149381500.740.900.4210.381.7132.16
Hex9526F04A5A2Aa5220
Octal22546170112132521212240
Binary10010101100110111101001010101101010101010101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95260F; }

 p { color: rgb(149,38,15); }

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

<style>
 a { background-color: #95260F; }

 a { background-color: rgb(149,38,15); }

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

<style>
 span { border-color: #95260F; }

 span { border-color: rgb(149,38,15); }

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