#982501

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

Shades of Mandarian Orange #982501

Tints of Mandarian Orange #982501

Color information

#982501 (or 0x982501) is unknown color: approx Mandarian Orange. HEX triplet: 98, 25 and 01. RGB value is (152,37,1). Sum of RGB (Red+Green+Blue) = 152+37+1=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #982501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982501 is #67DAFE. Grayscale: #434343. Windows color (decimal): -6806271 or 75160. OLE color: 75160.

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

Color convert

RGB152371-
CMYK00.760.990.40
HSL14.3º98.69%30%-
HSV(B)14.3º99.34%59.61%-
XYZ13.6280.86-
YUV67.2890.6188.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 80%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=80%
G=19.47%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15237100.760.990.4014.398.6930
Hex9825104C6328e631e
Octal2304510114143501614336
Binary1001100010010110100110011000111010001110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982501; }

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

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

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

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

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

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

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

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