Html Css Color HEX #96200F Mandarian Orange

📋 copy color: '#96200F'

red 150 ◦ green 32 ◦ blue 15

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

Shades of Mandarian Orange #96200F

Tints of Mandarian Orange #96200F

RGB

 RED value IS 150 (58.98% from 255) = 76.14%

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

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

R = 76.14%
G = 16.24%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96200F (or 0x96200F) is known color: Mandarian Orange. HEX triplet: 96, 20 and 0F. RGB value is (150,32,15). Sum of RGB (Red+Green+Blue) = 150+32+15=197 (26% of max value = 765). Red value is 150 (58.98% from 255 or 76.14% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 150 - color contains mainly: red. Hex color #96200F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96200F is #69DFF0. Grayscale: #414141. Windows color (decimal): -6938609 or 991382. OLE color: 991382.

HSL color Cylindrical-coordinate representation of color #96200F: hue angle of 7.56º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96200F is Cyan = 0, Magento = 0.79, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 32 15 -
CMYK 0 0.79 0.9 0.41
HSL 7.56º 0.82% 0.32% -
HSV(B) 7.56º 0.9% 0.59% -
XYZ 13.18 7.55 1.21 -
YUV 65.34 99.59 188.38 -
System Red Green Blue C M Y K H S L
Decimal 150 32 15 0 0.79 0.9 0.41 7.56 0.82 0.32
Hex 96 20 F 0 4F 5A 29 8 52 20
Octal 226 40 17 0 117 132 51 10 122 40
Binary 10010110 100000 1111 0 1001111 1011010 101001 1000 1010010 100000

Color Harmonies of #96200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96200F

Black with #96200F

Text Example


Text Example

White with #96200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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