#982011

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

Shades of Mandarian Orange #982011

Tints of Mandarian Orange #982011

Color information

#982011 (or 0x982011) is unknown color: approx Mandarian Orange. HEX triplet: 98, 20 and 11. RGB value is (152,32,17). Sum of RGB (Red+Green+Blue) = 152+32+17=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #982011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982011 is #67DFEE. Grayscale: #424242. Windows color (decimal): -6807535 or 1122456. OLE color: 1122456.

HSL color Cylindrical-coordinate representation of color #982011: hue angle of 6.67º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #982011 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB1523217-
CMYK00.790.890.40
HSL6.67º79.88%33.14%-
HSV(B)6.67º88.82%59.61%-
XYZ13.577.751.31-
YUV66.17100.26189.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 75.62%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 17 (7.03% from 255) = 8.46%
R=75.62%
G=15.92%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152321700.790.890.406.6779.8833.14
Hex98201104F592875021
Octal2304021011713150712041
Binary10011000100000100010100111110110011010001111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982011; }

 p { color: rgb(152,32,17); }

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

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

 a { background-color: rgb(152,32,17); }

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

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

 span { border-color: rgb(152,32,17); }

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