#99240f

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

Shades of Mandarian Orange #99240F

Tints of Mandarian Orange #99240F

Color information

#99240F (or 0x99240F) is unknown color: approx Mandarian Orange. HEX triplet: 99, 24 and 0F. RGB value is (153,36,15). Sum of RGB (Red+Green+Blue) = 153+36+15=204 (27% of max value = 765). Red value is 153 (60.16% from 255 or 75% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 153 - color contains mainly: red. Hex color #99240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99240F is #66DBF0. Grayscale: #444444. Windows color (decimal): -6740977 or 992409. OLE color: 992409.

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

Color convert

RGB1533615-
CMYK00.760.900.4
HSL9.13º82.14%32.94%-
HSV(B)9.13º90.2%60%-
XYZ13.858.071.28-
YUV68.5997.76188.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 75%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 15 (6.25% from 255) = 7.35%
R=75%
G=17.65%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153361500.760.900.49.1382.1432.94
Hex9924F04C5A2895221
Octal23144170114132501112241
Binary10011001100100111101001100101101010100010011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99240f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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