Html Css Color HEX #9C240A Mandarian Orange

📋 copy color: '#9C240A'

red 156 ◦ green 36 ◦ blue 10

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

Shades of Mandarian Orange #9C240A

Tints of Mandarian Orange #9C240A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.82%

 BLUE value IS 10 (4.3% from 255) = 4.95%

R = 77.23%
G = 17.82%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9C240A (or 0x9C240A) is known color: Mandarian Orange. HEX triplet: 9C, 24 and 0A. RGB value is (156,36,10). Sum of RGB (Red+Green+Blue) = 156+36+10=202 (26% of max value = 765). Red value is 156 (61.33% from 255 or 77.23% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 156 - color contains mainly: red. Hex color #9C240A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C240A is #63DBF5. Grayscale: #454545. Windows color (decimal): -6544374 or 664732. OLE color: 664732.

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

Color convert

RGB 156 36 10 -
CMYK 0 0.77 0.94 0.39
HSL 10.68º 0.88% 0.33% -
HSV(B) 10.68º 0.94% 0.61% -
XYZ 14.4 8.35 1.14 -
YUV 68.92 94.76 190.11 -
System Red Green Blue C M Y K H S L
Decimal 156 36 10 0 0.77 0.94 0.39 10.68 0.88 0.33
Hex 9C 24 A 0 4D 5E 27 B 58 21
Octal 234 44 12 0 115 136 47 13 130 41
Binary 10011100 100100 1010 0 1001101 1011110 100111 1011 1011000 100001

Color Harmonies of #9C240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C240A

Black with #9C240A

Text Example


Text Example

White with #9C240A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,36,10); }

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

background-color css

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

 a { background-color: rgb(156,36,10); }

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

border-color css

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

 span { border-color: rgb(156,36,10); }

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