#992401

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

Shades of Mandarian Orange #992401

Tints of Mandarian Orange #992401

Color information

#992401 (or 0x992401) is unknown color: approx Mandarian Orange. HEX triplet: 99, 24 and 01. RGB value is (153,36,1). Sum of RGB (Red+Green+Blue) = 153+36+1=190 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.53% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 153 - color contains mainly: red. Hex color #992401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992401 is #66DBFE. Grayscale: #434343. Windows color (decimal): -6740991 or 74905. OLE color: 74905.

HSL color Cylindrical-coordinate representation of color #992401: hue angle of 13.82º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #992401 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB153361-
CMYK00.760.990.4
HSL13.82º98.7%30.2%-
HSV(B)13.82º99.35%60%-
XYZ13.778.040.85-
YUV66.9990.76189.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 80.53%
GREEN value IS 36 (14.45% from 255) = 18.95%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=80.53%
G=18.95%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15336100.760.990.413.8298.730.2
Hex9924104C6328e631e
Octal2314410114143501614336
Binary1001100110010010100110011000111010001110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992401; }

 p { color: rgb(153,36,1); }

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

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

 a { background-color: rgb(153,36,1); }

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

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

 span { border-color: rgb(153,36,1); }

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