Html Css Color HEX #96240C Mandarian Orange

📋 copy color: '#96240C'

red 150 ◦ green 36 ◦ blue 12

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

Shades of Mandarian Orange #96240C

Tints of Mandarian Orange #96240C

RGB

 RED value IS 150 (58.98% from 255) = 75.76%

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

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

R = 75.76%
G = 18.18%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96240C (or 0x96240C) is known color: Mandarian Orange. HEX triplet: 96, 24 and 0C. RGB value is (150,36,12). Sum of RGB (Red+Green+Blue) = 150+36+12=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #96240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96240C is #69DBF3. Grayscale: #434343. Windows color (decimal): -6937588 or 795798. OLE color: 795798.

HSL color Cylindrical-coordinate representation of color #96240C: hue angle of 10.43º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96240C is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 36 12 -
CMYK 0 0.76 0.92 0.41
HSL 10.43º 0.85% 0.32% -
HSV(B) 10.43º 0.92% 0.59% -
XYZ 13.27 7.77 1.15 -
YUV 67.35 96.77 186.95 -
System Red Green Blue C M Y K H S L
Decimal 150 36 12 0 0.76 0.92 0.41 10.43 0.85 0.32
Hex 96 24 C 0 4C 5C 29 A 55 20
Octal 226 44 14 0 114 134 51 12 125 40
Binary 10010110 100100 1100 0 1001100 1011100 101001 1010 1010101 100000

Color Harmonies of #96240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96240C

Black with #96240C

Text Example


Text Example

White with #96240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96240C; }

 p { color: rgb(150,36,12); }

 H1.HeaderClassName
 {
   color: #96240C;
 }
 .AnyTagClassName
 {
   color: #96240C;
 }
</style>

background-color css

<style>
 a { background-color: #96240C; }

 a { background-color: rgb(150,36,12); }

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

border-color css

<style>
 span { border-color: #96240C; }

 span { border-color: rgb(150,36,12); }

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