Html Css Color HEX #95200E Mandarian Orange

📋 copy color: '#95200E'

red 149 ◦ green 32 ◦ blue 14

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

Shades of Mandarian Orange #95200E

Tints of Mandarian Orange #95200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.41%

 BLUE value IS 14 (5.86% from 255) = 7.18%

R = 76.41%
G = 16.41%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95200E (or 0x95200E) is known color: Mandarian Orange. HEX triplet: 95, 20 and 0E. RGB value is (149,32,14). Sum of RGB (Red+Green+Blue) = 149+32+14=195 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.41% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 149 - color contains mainly: red. Hex color #95200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95200E is #6ADFF1. Grayscale: #414141. Windows color (decimal): -7004146 or 925845. OLE color: 925845.

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

Color convert

RGB 149 32 14 -
CMYK 0 0.79 0.91 0.42
HSL 0.83% 0.32% -
HSV(B) 0.91% 0.58% -
XYZ 12.99 7.45 1.17 -
YUV 64.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 149 32 14 0 0.79 0.91 0.42 8 0.83 0.32
Hex 95 20 E 0 4F 5B 2A 8 53 20
Octal 225 40 16 0 117 133 52 10 123 40
Binary 10010101 100000 1110 0 1001111 1011011 101010 1000 1010011 100000

Color Harmonies of #95200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95200E

Black with #95200E

Text Example


Text Example

White with #95200E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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