#982408

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

Shades of Mandarian Orange #982408

Tints of Mandarian Orange #982408

Color information

#982408 (or 0x982408) is unknown color: approx Mandarian Orange. HEX triplet: 98, 24 and 08. RGB value is (152,36,8). Sum of RGB (Red+Green+Blue) = 152+36+8=196 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.55% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 152 - color contains mainly: red. Hex color #982408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982408 is #67DBF7. Grayscale: #434343. Windows color (decimal): -6806520 or 533656. OLE color: 533656.

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

Color convert

RGB152368-
CMYK00.760.950.40
HSL11.67º90%31.37%-
HSV(B)11.67º94.74%59.61%-
XYZ13.627.951.05-
YUV67.4994.43188.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 77.55%
GREEN value IS 36 (14.45% from 255) = 18.37%
BLUE value IS 8 (3.52% from 255) = 4.08%
R=77.55%
G=18.37%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15236800.760.950.4011.679031.37
Hex9824804C5F28c5a1f
Octal23044100114137501413237
Binary1001100010010010000100110010111111010001100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982408; }

 p { color: rgb(152,36,8); }

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

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

 a { background-color: rgb(152,36,8); }

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

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

 span { border-color: rgb(152,36,8); }

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