Html Css Color HEX #9F2612 Mandarian Orange

📋 copy color: '#9F2612'

red 159 ◦ green 38 ◦ blue 18

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

Shades of Mandarian Orange #9F2612

Tints of Mandarian Orange #9F2612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.67%

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

R = 73.95%
G = 17.67%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F2612 (or 0x9F2612) is known color: Mandarian Orange. HEX triplet: 9F, 26 and 12. RGB value is (159,38,18). Sum of RGB (Red+Green+Blue) = 159+38+18=215 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.95% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2612 is #60D9ED. Grayscale: #484848. Windows color (decimal): -6347246 or 1189535. OLE color: 1189535.

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

Color convert

RGB 159 38 18 -
CMYK 0 0.76 0.89 0.38
HSL 8.51º 0.8% 0.35% -
HSV(B) 8.51º 0.89% 0.62% -
XYZ 15.1 8.8 1.48 -
YUV 71.9 97.59 190.13 -
System Red Green Blue C M Y K H S L
Decimal 159 38 18 0 0.76 0.89 0.38 8.51 0.8 0.35
Hex 9F 26 12 0 4C 59 26 9 50 23
Octal 237 46 22 0 114 131 46 11 120 43
Binary 10011111 100110 10010 0 1001100 1011001 100110 1001 1010000 100011

Color Harmonies of #9F2612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2612

Black with #9F2612

Text Example


Text Example

White with #9F2612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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