Html Css Color HEX #9C260C Mandarian Orange

📋 copy color: '#9C260C'

red 156 ◦ green 38 ◦ blue 12

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

Shades of Mandarian Orange #9C260C

Tints of Mandarian Orange #9C260C

RGB

 RED value IS 156 (61.33% from 255) = 75.73%

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

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

R = 75.73%
G = 18.45%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C260C (or 0x9C260C) is known color: Mandarian Orange. HEX triplet: 9C, 26 and 0C. RGB value is (156,38,12). Sum of RGB (Red+Green+Blue) = 156+38+12=206 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.73% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 156 - color contains mainly: red. Hex color #9C260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C260C is #63D9F3. Grayscale: #464646. Windows color (decimal): -6543860 or 796316. OLE color: 796316.

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

Color convert

RGB 156 38 12 -
CMYK 0 0.76 0.92 0.39
HSL 10.83º 0.86% 0.33% -
HSV(B) 10.83º 0.92% 0.61% -
XYZ 14.47 8.48 1.22 -
YUV 70.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 156 38 12 0 0.76 0.92 0.39 10.83 0.86 0.33
Hex 9C 26 C 0 4C 5C 27 B 56 21
Octal 234 46 14 0 114 134 47 13 126 41
Binary 10011100 100110 1100 0 1001100 1011100 100111 1011 1010110 100001

Color Harmonies of #9C260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C260C

Black with #9C260C

Text Example


Text Example

White with #9C260C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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