#982609

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

Shades of Mandarian Orange #982609

Tints of Mandarian Orange #982609

Color information

#982609 (or 0x982609) is unknown color: approx Mandarian Orange. HEX triplet: 98, 26 and 09. RGB value is (152,38,9). Sum of RGB (Red+Green+Blue) = 152+38+9=199 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.38% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 9 (3.91% from 255 or 4.52% from 199); Max value from RGB is 152 - color contains mainly: red. Hex color #982609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982609 is #67D9F6. Grayscale: #454545. Windows color (decimal): -6806007 or 599704. OLE color: 599704.

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

Color convert

RGB152389-
CMYK00.750.940.40
HSL12.17º88.82%31.57%-
HSV(B)12.17º94.08%59.61%-
XYZ13.698.081.1-
YUV68.7894.27187.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 76.38%
GREEN value IS 38 (15.23% from 255) = 19.10%
BLUE value IS 9 (3.91% from 255) = 4.52%
R=76.38%
G=19.10%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15238900.750.940.4012.1788.8231.57
Hex9826904B5E28c5920
Octal23046110113136501413140
Binary10011000100110100101001011101111010100011001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982609; }

 p { color: rgb(152,38,9); }

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

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

 a { background-color: rgb(152,38,9); }

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

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

 span { border-color: rgb(152,38,9); }

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