Html Css Color HEX #9F2512 Mandarian Orange

📋 copy color: '#9F2512'

red 159 ◦ green 37 ◦ blue 18

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

Shades of Mandarian Orange #9F2512

Tints of Mandarian Orange #9F2512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.29%

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

R = 74.3%
G = 17.29%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F2512 (or 0x9F2512) is known color: Mandarian Orange. HEX triplet: 9F, 25 and 12. RGB value is (159,37,18). Sum of RGB (Red+Green+Blue) = 159+37+18=214 (28% of max value = 765). Red value is 159 (62.5% from 255 or 74.30% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2512 is #60DAED. Grayscale: #474747. Windows color (decimal): -6347502 or 1189279. OLE color: 1189279.

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

Color convert

RGB 159 37 18 -
CMYK 0 0.77 0.89 0.38
HSL 8.09º 0.8% 0.35% -
HSV(B) 8.09º 0.89% 0.62% -
XYZ 15.07 8.74 1.46 -
YUV 71.31 97.92 190.54 -
System Red Green Blue C M Y K H S L
Decimal 159 37 18 0 0.77 0.89 0.38 8.09 0.8 0.35
Hex 9F 25 12 0 4D 59 26 8 50 23
Octal 237 45 22 0 115 131 46 10 120 43
Binary 10011111 100101 10010 0 1001101 1011001 100110 1000 1010000 100011

Color Harmonies of #9F2512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2512

Black with #9F2512

Text Example


Text Example

White with #9F2512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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