#982209

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

Shades of Mandarian Orange #982209

Tints of Mandarian Orange #982209

Color information

#982209 (or 0x982209) is unknown color: approx Mandarian Orange. HEX triplet: 98, 22 and 09. RGB value is (152,34,9). Sum of RGB (Red+Green+Blue) = 152+34+9=195 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.95% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 152 - color contains mainly: red. Hex color #982209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982209 is #67DDF6. Grayscale: #424242. Windows color (decimal): -6807031 or 598680. OLE color: 598680.

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

Color convert

RGB152349-
CMYK00.780.940.40
HSL10.49º88.82%31.57%-
HSV(B)10.49º94.08%59.61%-
XYZ13.577.841.06-
YUV66.4395.59189.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 77.95%
GREEN value IS 34 (13.67% from 255) = 17.44%
BLUE value IS 9 (3.91% from 255) = 4.62%
R=77.95%
G=17.44%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15234900.780.940.4010.4988.8231.57
Hex9822904E5E28a5920
Octal23042110116136501213140
Binary10011000100010100101001110101111010100010101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982209; }

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

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

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

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

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

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

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

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