Html Css Color HEX #9F260C Mandarian Orange

📋 copy color: '#9F260C'

red 159 ◦ green 38 ◦ blue 12

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

Shades of Mandarian Orange #9F260C

Tints of Mandarian Orange #9F260C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.74%

R = 76.08%
G = 18.18%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9F260C (or 0x9F260C) is known color: Mandarian Orange. HEX triplet: 9F, 26 and 0C. RGB value is (159,38,12). Sum of RGB (Red+Green+Blue) = 159+38+12=209 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.08% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 159 - color contains mainly: red. Hex color #9F260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F260C is #60D9F3. Grayscale: #474747. Windows color (decimal): -6347252 or 796319. OLE color: 796319.

HSL color Cylindrical-coordinate representation of color #9F260C: hue angle of 10.61º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F260C is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 38 12 -
CMYK 0 0.76 0.92 0.38
HSL 10.61º 0.86% 0.34% -
HSV(B) 10.61º 0.92% 0.62% -
XYZ 15.06 8.78 1.25 -
YUV 71.22 94.59 190.61 -
System Red Green Blue C M Y K H S L
Decimal 159 38 12 0 0.76 0.92 0.38 10.61 0.86 0.34
Hex 9F 26 C 0 4C 5C 26 B 56 22
Octal 237 46 14 0 114 134 46 13 126 42
Binary 10011111 100110 1100 0 1001100 1011100 100110 1011 1010110 100010

Color Harmonies of #9F260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F260C

Black with #9F260C

Text Example


Text Example

White with #9F260C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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