#99240C

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

Shades of Mandarian Orange #99240C

Tints of Mandarian Orange #99240C

Color information

#99240C (or 0x99240C) is unknown color: approx Mandarian Orange. HEX triplet: 99, 24 and 0C. RGB value is (153,36,12). Sum of RGB (Red+Green+Blue) = 153+36+12=201 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.12% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 153 - color contains mainly: red. Hex color #99240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99240C is #66DBF3. Grayscale: #444444. Windows color (decimal): -6740980 or 795801. OLE color: 795801.

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

Color convert

RGB1533612-
CMYK00.760.920.4
HSL10.21º85.45%32.35%-
HSV(B)10.21º92.16%60%-
XYZ13.838.061.17-
YUV68.2596.26188.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 76.12%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 12 (5.08% from 255) = 5.97%
R=76.12%
G=17.91%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153361200.760.920.410.2185.4532.35
Hex9924C04C5C28a5520
Octal23144140114134501212540
Binary10011001100100110001001100101110010100010101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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