#98201C

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

Shades of Mandarian Orange #98201C

Tints of Mandarian Orange #98201C

Color information

#98201C (or 0x98201C) is unknown color: approx Mandarian Orange. HEX triplet: 98, 20 and 1C. RGB value is (152,32,28). Sum of RGB (Red+Green+Blue) = 152+32+28=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #98201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98201C is #67DFE3. Grayscale: #434343. Windows color (decimal): -6807524 or 1843352. OLE color: 1843352.

HSL color Cylindrical-coordinate representation of color #98201C: hue angle of 1.94º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98201C is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1523228-
CMYK00.790.820.40
HSL1.94º68.89%35.29%-
HSV(B)1.94º81.58%59.61%-
XYZ13.687.791.88-
YUV67.42105.76188.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 71.70%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 28 (11.33% from 255) = 13.21%
R=71.70%
G=15.09%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152322800.790.820.401.9468.8935.29
Hex98201C04F522824523
Octal2304034011712250210543
Binary1001100010000011100010011111010010101000101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98201C; }

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

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

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

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

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

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

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

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