#98240B

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

Shades of Mandarian Orange #98240B

Tints of Mandarian Orange #98240B

Color information

#98240B (or 0x98240B) is unknown color: approx Mandarian Orange. HEX triplet: 98, 24 and 0B. RGB value is (152,36,11). Sum of RGB (Red+Green+Blue) = 152+36+11=199 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.38% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 152 - color contains mainly: red. Hex color #98240B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98240B is #67DBF4. Grayscale: #444444. Windows color (decimal): -6806517 or 730264. OLE color: 730264.

HSL color Cylindrical-coordinate representation of color #98240B: hue angle of 10.64º 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 #98240B is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB1523611-
CMYK00.760.930.40
HSL10.64º86.5%31.96%-
HSV(B)10.64º92.76%59.61%-
XYZ13.647.961.13-
YUV67.8395.93188.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 76.38%
GREEN value IS 36 (14.45% from 255) = 18.09%
BLUE value IS 11 (4.69% from 255) = 5.53%
R=76.38%
G=18.09%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152361100.760.930.4010.6486.531.96
Hex9824B04C5D28b5720
Octal23044130114135501312740
Binary10011000100100101101001100101110110100010111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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