Html Css Color HEX #9F2416 Mandarian Orange

📋 copy color: '#9F2416'

red 159 ◦ green 36 ◦ blue 22

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

Shades of Mandarian Orange #9F2416

Tints of Mandarian Orange #9F2416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.59%

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

R = 73.27%
G = 16.59%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F2416 (or 0x9F2416) is known color: Mandarian Orange. HEX triplet: 9F, 24 and 16. RGB value is (159,36,22). Sum of RGB (Red+Green+Blue) = 159+36+22=217 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.27% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2416 is #60DBE9. Grayscale: #474747. Windows color (decimal): -6347754 or 1451167. OLE color: 1451167.

HSL color Cylindrical-coordinate representation of color #9F2416: hue angle of 6.13º 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 #9F2416 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 36 22 -
CMYK 0 0.77 0.86 0.38
HSL 6.13º 0.76% 0.35% -
HSV(B) 6.13º 0.86% 0.62% -
XYZ 15.07 8.69 1.64 -
YUV 71.18 100.25 190.64 -
System Red Green Blue C M Y K H S L
Decimal 159 36 22 0 0.77 0.86 0.38 6.13 0.76 0.35
Hex 9F 24 16 0 4D 56 26 6 4C 23
Octal 237 44 26 0 115 126 46 6 114 43
Binary 10011111 100100 10110 0 1001101 1010110 100110 110 1001100 100011

Color Harmonies of #9F2416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2416

Black with #9F2416

Text Example


Text Example

White with #9F2416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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