Html Css Color HEX #9F2012 Mandarian Orange

📋 copy color: '#9F2012'

red 159 ◦ green 32 ◦ blue 18

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

Shades of Mandarian Orange #9F2012

Tints of Mandarian Orange #9F2012

RGB

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

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

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

R = 76.08%
G = 15.31%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F2012 (or 0x9F2012) is known color: Mandarian Orange. HEX triplet: 9F, 20 and 12. RGB value is (159,32,18). Sum of RGB (Red+Green+Blue) = 159+32+18=209 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.08% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2012 is #60DFED. Grayscale: #444444. Windows color (decimal): -6348782 or 1187999. OLE color: 1187999.

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

Color convert

RGB 159 32 18 -
CMYK 0 0.80 0.89 0.38
HSL 5.96º 0.8% 0.35% -
HSV(B) 5.96º 0.89% 0.62% -
XYZ 14.92 8.45 1.42 -
YUV 68.38 99.58 192.64 -
System Red Green Blue C M Y K H S L
Decimal 159 32 18 0 0.80 0.89 0.38 5.96 0.8 0.35
Hex 9F 20 12 0 50 59 26 6 50 23
Octal 237 40 22 0 120 131 46 6 120 43
Binary 10011111 100000 10010 0 1010000 1011001 100110 110 1010000 100011

Color Harmonies of #9F2012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2012

Black with #9F2012

Text Example


Text Example

White with #9F2012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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