#962305

Color #962305 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #962305

Tints of Mandarian Orange #962305

Color information

#962305 (or 0x962305) is unknown color: approx Mandarian Orange. HEX triplet: 96, 23 and 05. RGB value is (150,35,5). Sum of RGB (Red+Green+Blue) = 150+35+5=190 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.95% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 150 - color contains mainly: red. Hex color #962305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962305 is #69DCFA. Grayscale: #424242. Windows color (decimal): -6937851 or 336790. OLE color: 336790.

HSL color Cylindrical-coordinate representation of color #962305: hue angle of 12.41º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #962305 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB150355-
CMYK00.770.970.41
HSL12.41º93.55%30.39%-
HSV(B)12.41º96.67%58.82%-
XYZ13.217.70.93-
YUV65.9693.6187.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 78.95%
GREEN value IS 35 (14.06% from 255) = 18.42%
BLUE value IS 5 (2.34% from 255) = 2.63%
R=78.95%
G=18.42%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15035500.770.970.4112.4193.5530.39
Hex9623504D6129c5e1e
Octal2264350115141511413636
Binary100101101000111010100110111000011010011100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962305; }

 p { color: rgb(150,35,5); }

 H1.HeaderClassName
 {
   color: #962305;
 }
 .AnyTagClassName
 {
   color: #962305;
 }
</style>
background-color css

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

 a { background-color: rgb(150,35,5); }

 div.DivClassName
 {
   background-color: #962305;
 }
 .BgClassName
 {
   background-color: #962305;
 }
</style>
border-color css

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

 span { border-color: rgb(150,35,5); }

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