Html Css Color HEX #9F2712 Mandarian Orange

📋 copy color: '#9F2712'

red 159 ◦ green 39 ◦ blue 18

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

Shades of Mandarian Orange #9F2712

Tints of Mandarian Orange #9F2712

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.06%

 BLUE value IS 18 (7.42% from 255) = 8.33%

R = 73.61%
G = 18.06%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F2712 (or 0x9F2712) is known color: Mandarian Orange. HEX triplet: 9F, 27 and 12. RGB value is (159,39,18). Sum of RGB (Red+Green+Blue) = 159+39+18=216 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.61% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2712 is #60D8ED. Grayscale: #484848. Windows color (decimal): -6346990 or 1189791. OLE color: 1189791.

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

Color convert

RGB 159 39 18 -
CMYK 0 0.75 0.89 0.38
HSL 8.94º 0.8% 0.35% -
HSV(B) 8.94º 0.89% 0.62% -
XYZ 15.13 8.87 1.49 -
YUV 72.49 97.26 189.71 -
System Red Green Blue C M Y K H S L
Decimal 159 39 18 0 0.75 0.89 0.38 8.94 0.8 0.35
Hex 9F 27 12 0 4B 59 26 9 50 23
Octal 237 47 22 0 113 131 46 11 120 43
Binary 10011111 100111 10010 0 1001011 1011001 100110 1001 1010000 100011

Color Harmonies of #9F2712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2712

Black with #9F2712

Text Example


Text Example

White with #9F2712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,39,18); }

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

background-color css

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

 a { background-color: rgb(159,39,18); }

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

border-color css

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

 span { border-color: rgb(159,39,18); }

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