Html Css Color HEX #96250C Mandarian Orange

📋 copy color: '#96250C'

red 150 ◦ green 37 ◦ blue 12

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

Shades of Mandarian Orange #96250C

Tints of Mandarian Orange #96250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.59%

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

R = 75.38%
G = 18.59%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96250C (or 0x96250C) is known color: Mandarian Orange. HEX triplet: 96, 25 and 0C. RGB value is (150,37,12). Sum of RGB (Red+Green+Blue) = 150+37+12=199 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.38% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 150 - color contains mainly: red. Hex color #96250C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96250C is #69DAF3. Grayscale: #444444. Windows color (decimal): -6937332 or 796054. OLE color: 796054.

HSL color Cylindrical-coordinate representation of color #96250C: hue angle of 10.87º 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 #96250C is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 37 12 -
CMYK 0 0.75 0.92 0.41
HSL 10.87º 0.85% 0.32% -
HSV(B) 10.87º 0.92% 0.59% -
XYZ 13.31 7.83 1.16 -
YUV 67.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 150 37 12 0 0.75 0.92 0.41 10.87 0.85 0.32
Hex 96 25 C 0 4B 5C 29 B 55 20
Octal 226 45 14 0 113 134 51 13 125 40
Binary 10010110 100101 1100 0 1001011 1011100 101001 1011 1010101 100000

Color Harmonies of #96250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96250C

Black with #96250C

Text Example


Text Example

White with #96250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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