Html Css Color HEX #96260F Mandarian Orange

📋 copy color: '#96260F'

red 150 ◦ green 38 ◦ blue 15

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

Shades of Mandarian Orange #96260F

Tints of Mandarian Orange #96260F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.39%

R = 73.89%
G = 18.72%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96260F (or 0x96260F) is known color: Mandarian Orange. HEX triplet: 96, 26 and 0F. RGB value is (150,38,15). Sum of RGB (Red+Green+Blue) = 150+38+15=203 (26% of max value = 765). Red value is 150 (58.98% from 255 or 73.89% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 150 - color contains mainly: red. Hex color #96260F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96260F is #69D9F0. Grayscale: #454545. Windows color (decimal): -6937073 or 992918. OLE color: 992918.

HSL color Cylindrical-coordinate representation of color #96260F: hue angle of 10.22º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96260F is Cyan = 0, Magento = 0.75, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 38 15 -
CMYK 0 0.75 0.9 0.41
HSL 10.22º 0.82% 0.32% -
HSV(B) 10.22º 0.9% 0.59% -
XYZ 13.36 7.9 1.27 -
YUV 68.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 150 38 15 0 0.75 0.9 0.41 10.22 0.82 0.32
Hex 96 26 F 0 4B 5A 29 A 52 20
Octal 226 46 17 0 113 132 51 12 122 40
Binary 10010110 100110 1111 0 1001011 1011010 101001 1010 1010010 100000

Color Harmonies of #96260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96260F

Black with #96260F

Text Example


Text Example

White with #96260F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96260F; }

 p { color: rgb(150,38,15); }

 H1.HeaderClassName
 {
   color: #96260F;
 }
 .AnyTagClassName
 {
   color: #96260F;
 }
</style>

background-color css

<style>
 a { background-color: #96260F; }

 a { background-color: rgb(150,38,15); }

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

border-color css

<style>
 span { border-color: #96260F; }

 span { border-color: rgb(150,38,15); }

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