#9F240A

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

Shades of Mandarian Orange #9F240A

Tints of Mandarian Orange #9F240A

Color information

#9F240A (or 0x9F240A) is unknown color: approx Mandarian Orange. HEX triplet: 9F, 24 and 0A. RGB value is (159,36,10). Sum of RGB (Red+Green+Blue) = 159+36+10=205 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.56% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 159 - color contains mainly: red. Hex color #9F240A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F240A is #60DBF5. Grayscale: #464646. Windows color (decimal): -6347766 or 664735. OLE color: 664735.

HSL color Cylindrical-coordinate representation of color #9F240A: hue angle of 10.47º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F240A is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB1593610-
CMYK00.770.940.38
HSL10.47º88.17%33.14%-
HSV(B)10.47º93.71%62.35%-
XYZ14.988.651.17-
YUV69.8194.25191.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 77.56%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 10 (4.30% from 255) = 4.88%
R=77.56%
G=17.56%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159361000.770.940.3810.4788.1733.14
Hex9F24A04D5E26a5821
Octal23744120115136461213041
Binary10011111100100101001001101101111010011010101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F240A; }

 p { color: rgb(159,36,10); }

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

<style>
 a { background-color: #9F240A; }

 a { background-color: rgb(159,36,10); }

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

<style>
 span { border-color: #9F240A; }

 span { border-color: rgb(159,36,10); }

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