#982205

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

Shades of Mandarian Orange #982205

Tints of Mandarian Orange #982205

Color information

#982205 (or 0x982205) is unknown color: approx Mandarian Orange. HEX triplet: 98, 22 and 05. RGB value is (152,34,5). Sum of RGB (Red+Green+Blue) = 152+34+5=191 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.58% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 152 - color contains mainly: red. Hex color #982205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982205 is #67DDFA. Grayscale: #424242. Windows color (decimal): -6807035 or 336536. OLE color: 336536.

HSL color Cylindrical-coordinate representation of color #982205: hue angle of 11.84º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #982205 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB152345-
CMYK00.780.970.40
HSL11.84º93.63%30.78%-
HSV(B)11.84º96.71%59.61%-
XYZ13.557.830.94-
YUV65.9893.59189.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 79.58%
GREEN value IS 34 (13.67% from 255) = 17.80%
BLUE value IS 5 (2.34% from 255) = 2.62%
R=79.58%
G=17.80%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15234500.780.970.4011.8493.6330.78
Hex9822504E6128c5e1f
Octal2304250116141501413637
Binary100110001000101010100111011000011010001100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982205; }

 p { color: rgb(152,34,5); }

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

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

 a { background-color: rgb(152,34,5); }

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

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

 span { border-color: rgb(152,34,5); }

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