#9F240F

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

Shades of Mandarian Orange #9F240F

Tints of Mandarian Orange #9F240F

Color information

#9F240F (or 0x9F240F) is unknown color: approx Mandarian Orange. HEX triplet: 9F, 24 and 0F. RGB value is (159,36,15). Sum of RGB (Red+Green+Blue) = 159+36+15=210 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.71% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 159 - color contains mainly: red. Hex color #9F240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F240F is #60DBF0. Grayscale: #464646. Windows color (decimal): -6347761 or 992415. OLE color: 992415.

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

Color convert

RGB1593615-
CMYK00.770.910.38
HSL8.75º82.76%34.12%-
HSV(B)8.75º90.57%62.35%-
XYZ15.028.671.33-
YUV70.3896.75191.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 75.71%
GREEN value IS 36 (14.45% from 255) = 17.14%
BLUE value IS 15 (6.25% from 255) = 7.14%
R=75.71%
G=17.14%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159361500.770.910.388.7582.7634.12
Hex9F24F04D5B2695322
Octal23744170115133461112342
Binary10011111100100111101001101101101110011010011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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