Html Css Color HEX #95200F Mandarian Orange

📋 copy color: '#95200F'

red 149 ◦ green 32 ◦ blue 15

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

Shades of Mandarian Orange #95200F

Tints of Mandarian Orange #95200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.65%

R = 76.02%
G = 16.33%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95200F (or 0x95200F) is known color: Mandarian Orange. HEX triplet: 95, 20 and 0F. RGB value is (149,32,15). Sum of RGB (Red+Green+Blue) = 149+32+15=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #95200F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95200F is #6ADFF0. Grayscale: #414141. Windows color (decimal): -7004145 or 991381. OLE color: 991381.

HSL color Cylindrical-coordinate representation of color #95200F: hue angle of 7.61º 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 #95200F is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 32 15 -
CMYK 0 0.79 0.90 0.42
HSL 7.61º 0.82% 0.32% -
HSV(B) 7.61º 0.9% 0.58% -
XYZ 13 7.46 1.21 -
YUV 65.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 149 32 15 0 0.79 0.90 0.42 7.61 0.82 0.32
Hex 95 20 F 0 4F 5A 2A 8 52 20
Octal 225 40 17 0 117 132 52 10 122 40
Binary 10010101 100000 1111 0 1001111 1011010 101010 1000 1010010 100000

Color Harmonies of #95200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95200F

Black with #95200F

Text Example


Text Example

White with #95200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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