#982305

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

Shades of Mandarian Orange #982305

Tints of Mandarian Orange #982305

Color information

#982305 (or 0x982305) is unknown color: approx Mandarian Orange. HEX triplet: 98, 23 and 05. RGB value is (152,35,5). Sum of RGB (Red+Green+Blue) = 152+35+5=192 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.17% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 152 - color contains mainly: red. Hex color #982305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982305 is #67DCFA. Grayscale: #424242. Windows color (decimal): -6806779 or 336792. OLE color: 336792.

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

Color convert

RGB152355-
CMYK00.770.970.40
HSL12.24º93.63%30.78%-
HSV(B)12.24º96.71%59.61%-
XYZ13.587.890.95-
YUV66.5693.26188.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 79.17%
GREEN value IS 35 (14.06% from 255) = 18.23%
BLUE value IS 5 (2.34% from 255) = 2.60%
R=79.17%
G=18.23%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15235500.770.970.4012.2493.6330.78
Hex9823504D6128c5e1f
Octal2304350115141501413637
Binary100110001000111010100110111000011010001100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982305; }

 p { color: rgb(152,35,5); }

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

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

 a { background-color: rgb(152,35,5); }

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

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

 span { border-color: rgb(152,35,5); }

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