#98260B

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

Shades of Mandarian Orange #98260B

Tints of Mandarian Orange #98260B

Color information

#98260B (or 0x98260B) is unknown color: approx Mandarian Orange. HEX triplet: 98, 26 and 0B. RGB value is (152,38,11). Sum of RGB (Red+Green+Blue) = 152+38+11=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #98260B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98260B is #67D9F4. Grayscale: #454545. Windows color (decimal): -6806005 or 730776. OLE color: 730776.

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

Color convert

RGB1523811-
CMYK00.750.930.40
HSL11.49º86.5%31.96%-
HSV(B)11.49º92.76%59.61%-
XYZ13.78.091.16-
YUV69.0195.27187.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 75.62%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 11 (4.69% from 255) = 5.47%
R=75.62%
G=18.91%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152381100.750.930.4011.4986.531.96
Hex9826B04B5D28b5720
Octal23046130113135501312740
Binary10011000100110101101001011101110110100010111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98260B; }

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

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

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

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

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

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

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

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