#982212

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

Shades of Mandarian Orange #982212

Tints of Mandarian Orange #982212

Color information

#982212 (or 0x982212) is unknown color: approx Mandarian Orange. HEX triplet: 98, 22 and 12. RGB value is (152,34,18). Sum of RGB (Red+Green+Blue) = 152+34+18=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #982212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982212 is #67DDED. Grayscale: #434343. Windows color (decimal): -6807022 or 1188504. OLE color: 1188504.

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

Color convert

RGB1523418-
CMYK00.780.880.40
HSL7.16º78.82%33.33%-
HSV(B)7.16º88.16%59.61%-
XYZ13.637.861.37-
YUV67.46100.09188.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 74.51%
GREEN value IS 34 (13.67% from 255) = 16.67%
BLUE value IS 18 (7.42% from 255) = 8.82%
R=74.51%
G=16.67%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152341800.780.880.407.1678.8233.33
Hex98221204E582874f21
Octal2304222011613050711741
Binary10011000100010100100100111010110001010001111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982212; }

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

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

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

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

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

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

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

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