Html Css Color HEX #95261A Mandarian Orange

📋 copy color: '#95261A'

red 149 ◦ green 38 ◦ blue 26

#95261A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #95261A

Tints of Mandarian Orange #95261A

RGB

 RED value IS 149 (58.59% from 255) = 69.95%

 GREEN value IS 38 (15.23% from 255) = 17.84%

 BLUE value IS 26 (10.55% from 255) = 12.21%

R = 69.95%
G = 17.84%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#95261A (or 0x95261A) is known color: Mandarian Orange. HEX triplet: 95, 26 and 1A. RGB value is (149,38,26). Sum of RGB (Red+Green+Blue) = 149+38+26=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #95261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95261A is #6AD9E5. Grayscale: #454545. Windows color (decimal): -7002598 or 1713813. OLE color: 1713813.

HSL color Cylindrical-coordinate representation of color #95261A: hue angle of 5.85º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95261A is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 38 26 -
CMYK 0 0.74 0.83 0.42
HSL 5.85º 0.7% 0.34% -
HSV(B) 5.85º 0.83% 0.58% -
XYZ 13.27 7.85 1.79 -
YUV 69.82 103.27 184.48 -
System Red Green Blue C M Y K H S L
Decimal 149 38 26 0 0.74 0.83 0.42 5.85 0.7 0.34
Hex 95 26 1A 0 4A 53 2A 6 46 22
Octal 225 46 32 0 112 123 52 6 106 42
Binary 10010101 100110 11010 0 1001010 1010011 101010 110 1000110 100010

Color Harmonies of #95261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95261A

Black with #95261A

Text Example


Text Example

White with #95261A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95261A;
 }
 .AnyTagClassName
 {
   color: #95261A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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