#98200A

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

Shades of Mandarian Orange #98200A

Tints of Mandarian Orange #98200A

Color information

#98200A (or 0x98200A) is unknown color: approx Mandarian Orange. HEX triplet: 98, 20 and 0A. RGB value is (152,32,10). Sum of RGB (Red+Green+Blue) = 152+32+10=194 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.35% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 152 - color contains mainly: red. Hex color #98200A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98200A is #67DFF5. Grayscale: #414141. Windows color (decimal): -6807542 or 663704. OLE color: 663704.

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

Color convert

RGB1523210-
CMYK00.790.930.40
HSL9.3º87.65%31.76%-
HSV(B)9.3º93.42%59.61%-
XYZ13.527.731.07-
YUV65.3796.76189.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 78.35%
GREEN value IS 32 (12.89% from 255) = 16.49%
BLUE value IS 10 (4.30% from 255) = 5.15%
R=78.35%
G=16.49%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152321000.790.930.409.387.6531.76
Hex9820A04F5D2895820
Octal23040120117135501113040
Binary10011000100000101001001111101110110100010011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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