#98240A

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

Shades of Mandarian Orange #98240A

Tints of Mandarian Orange #98240A

Color information

#98240A (or 0x98240A) is unknown color: approx Mandarian Orange. HEX triplet: 98, 24 and 0A. RGB value is (152,36,10). Sum of RGB (Red+Green+Blue) = 152+36+10=198 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.77% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 152 - color contains mainly: red. Hex color #98240A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98240A is #67DBF5. Grayscale: #434343. Windows color (decimal): -6806518 or 664728. OLE color: 664728.

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

Color convert

RGB1523610-
CMYK00.760.930.40
HSL10.99º87.65%31.76%-
HSV(B)10.99º93.42%59.61%-
XYZ13.637.961.1-
YUV67.7295.43188.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 76.77%
GREEN value IS 36 (14.45% from 255) = 18.18%
BLUE value IS 10 (4.30% from 255) = 5.05%
R=76.77%
G=18.18%
B=5.05%

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
Decimal152361000.760.930.4010.9987.6531.76
Hex9824A04C5D28b5820
Octal23044120114135501313040
Binary10011000100100101001001100101110110100010111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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