Html Css Color HEX #95261E Mandarian Orange

📋 copy color: '#95261E'

red 149 ◦ green 38 ◦ blue 30

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

Shades of Mandarian Orange #95261E

Tints of Mandarian Orange #95261E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.82%

R = 68.66%
G = 17.51%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#95261E (or 0x95261E) is known color: Mandarian Orange. HEX triplet: 95, 26 and 1E. RGB value is (149,38,30). Sum of RGB (Red+Green+Blue) = 149+38+30=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #95261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95261E is #6AD9E1. Grayscale: #464646. Windows color (decimal): -7002594 or 1975957. OLE color: 1975957.

HSL color Cylindrical-coordinate representation of color #95261E: hue angle of 4.03º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95261E is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 38 30 -
CMYK 0 0.74 0.80 0.42
HSL 4.03º 0.66% 0.35% -
HSV(B) 4.03º 0.8% 0.58% -
XYZ 13.32 7.87 2.05 -
YUV 70.28 105.27 184.15 -
System Red Green Blue C M Y K H S L
Decimal 149 38 30 0 0.74 0.80 0.42 4.03 0.66 0.35
Hex 95 26 1E 0 4A 50 2A 4 42 23
Octal 225 46 36 0 112 120 52 4 102 43
Binary 10010101 100110 11110 0 1001010 1010000 101010 100 1000010 100011

Color Harmonies of #95261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95261E

Black with #95261E

Text Example


Text Example

White with #95261E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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