#98241C

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

Shades of Mandarian Orange #98241C

Tints of Mandarian Orange #98241C

Color information

#98241C (or 0x98241C) is unknown color: approx Mandarian Orange. HEX triplet: 98, 24 and 1C. RGB value is (152,36,28). Sum of RGB (Red+Green+Blue) = 152+36+28=216 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.37% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 152 - color contains mainly: red. Hex color #98241C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98241C is #67DBE3. Grayscale: #454545. Windows color (decimal): -6806500 or 1844376. OLE color: 1844376.

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

Color convert

RGB1523628-
CMYK00.760.820.40
HSL3.87º68.89%35.29%-
HSV(B)3.87º81.58%59.61%-
XYZ13.798.021.92-
YUV69.77104.43186.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 70.37%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 28 (11.33% from 255) = 12.96%
R=70.37%
G=16.67%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152362800.760.820.403.8768.8935.29
Hex98241C04C522844523
Octal2304434011412250410543
Binary10011000100100111000100110010100101010001001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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