Html Css Color HEX #9F2316 Mandarian Orange

📋 copy color: '#9F2316'

red 159 ◦ green 35 ◦ blue 22

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

Shades of Mandarian Orange #9F2316

Tints of Mandarian Orange #9F2316

RGB

 RED value IS 159 (62.5% from 255) = 73.61%

 GREEN value IS 35 (14.06% from 255) = 16.2%

 BLUE value IS 22 (8.98% from 255) = 10.19%

R = 73.61%
G = 16.2%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F2316 (or 0x9F2316) is known color: Mandarian Orange. HEX triplet: 9F, 23 and 16. RGB value is (159,35,22). Sum of RGB (Red+Green+Blue) = 159+35+22=216 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.61% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2316 is #60DCE9. Grayscale: #464646. Windows color (decimal): -6348010 or 1450911. OLE color: 1450911.

HSL color Cylindrical-coordinate representation of color #9F2316: hue angle of 5.69º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F2316 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 35 22 -
CMYK 0 0.78 0.86 0.38
HSL 5.69º 0.76% 0.35% -
HSV(B) 5.69º 0.86% 0.62% -
XYZ 15.04 8.63 1.63 -
YUV 70.59 100.58 191.06 -
System Red Green Blue C M Y K H S L
Decimal 159 35 22 0 0.78 0.86 0.38 5.69 0.76 0.35
Hex 9F 23 16 0 4E 56 26 6 4C 23
Octal 237 43 26 0 116 126 46 6 114 43
Binary 10011111 100011 10110 0 1001110 1010110 100110 110 1001100 100011

Color Harmonies of #9F2316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2316

Black with #9F2316

Text Example


Text Example

White with #9F2316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F2316; }

 p { color: rgb(159,35,22); }

 H1.HeaderClassName
 {
   color: #9F2316;
 }
 .AnyTagClassName
 {
   color: #9F2316;
 }
</style>

background-color css

<style>
 a { background-color: #9F2316; }

 a { background-color: rgb(159,35,22); }

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

border-color css

<style>
 span { border-color: #9F2316; }

 span { border-color: rgb(159,35,22); }

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