#99240E

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

Shades of Mandarian Orange #99240E

Tints of Mandarian Orange #99240E

Color information

#99240E (or 0x99240E) is unknown color: approx Mandarian Orange. HEX triplet: 99, 24 and 0E. RGB value is (153,36,14). Sum of RGB (Red+Green+Blue) = 153+36+14=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #99240E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99240E is #66DBF1. Grayscale: #444444. Windows color (decimal): -6740978 or 926873. OLE color: 926873.

HSL color Cylindrical-coordinate representation of color #99240E: hue angle of 9.5º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99240E is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB1533614-
CMYK00.760.910.4
HSL9.5º83.23%32.75%-
HSV(B)9.5º90.85%60%-
XYZ13.858.071.24-
YUV68.4797.26188.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 75.37%
GREEN value IS 36 (14.45% from 255) = 17.73%
BLUE value IS 14 (5.86% from 255) = 6.90%
R=75.37%
G=17.73%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153361400.760.910.49.583.2332.75
Hex9924E04C5B2895321
Octal23144160114133501112341
Binary10011001100100111001001100101101110100010011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99240E; }

 p { color: rgb(153,36,14); }

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

<style>
 a { background-color: #99240E; }

 a { background-color: rgb(153,36,14); }

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

<style>
 span { border-color: #99240E; }

 span { border-color: rgb(153,36,14); }

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