#982C25

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

Shades of Mandarian Orange #982C25

Tints of Mandarian Orange #982C25

Color information

#982C25 (or 0x982C25) is unknown color: approx Mandarian Orange. HEX triplet: 98, 2C and 25. RGB value is (152,44,37). Sum of RGB (Red+Green+Blue) = 152+44+37=233 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.24% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 152 - color contains mainly: red. Hex color #982C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C25 is #67D3DA. Grayscale: #4B4B4B. Windows color (decimal): -6804443 or 2436248. OLE color: 2436248.

HSL color Cylindrical-coordinate representation of color #982C25: hue angle of 3.65º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982C25 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB1524437-
CMYK00.710.760.40
HSL3.65º60.85%37.06%-
HSV(B)3.65º75.66%59.61%-
XYZ14.188.612.66-
YUV75.49106.28182.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 65.24%
GREEN value IS 44 (17.58% from 255) = 18.88%
BLUE value IS 37 (14.84% from 255) = 15.88%
R=65.24%
G=18.88%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152443700.710.760.403.6560.8537.06
Hex982C250474C2843d25
Octal230544501071145047545
Binary10011000101100100101010001111001100101000100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982C25; }

 p { color: rgb(152,44,37); }

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

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

 a { background-color: rgb(152,44,37); }

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

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

 span { border-color: rgb(152,44,37); }

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