#982502

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

Shades of Mandarian Orange #982502

Tints of Mandarian Orange #982502

Color information

#982502 (or 0x982502) is unknown color: approx Mandarian Orange. HEX triplet: 98, 25 and 02. RGB value is (152,37,2). Sum of RGB (Red+Green+Blue) = 152+37+2=191 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.58% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 152 - color contains mainly: red. Hex color #982502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982502 is #67DAFD. Grayscale: #434343. Windows color (decimal): -6806270 or 140696. OLE color: 140696.

HSL color Cylindrical-coordinate representation of color #982502: hue angle of 14º degrees, saturation: 0.97, 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 #982502 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB152372-
CMYK00.760.990.40
HSL14º97.4%30.2%-
HSV(B)14º98.68%59.61%-
XYZ13.6280.88-
YUV67.491.1188.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 79.58%
GREEN value IS 37 (14.84% from 255) = 19.37%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=79.58%
G=19.37%
B=1.05%

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
Decimal15237200.760.990.401497.430.2
Hex9825204C6328e611e
Octal2304520114143501614136
Binary10011000100101100100110011000111010001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982502; }

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

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

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

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

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

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

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

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