#9F240E

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

Shades of Mandarian Orange #9F240E

Tints of Mandarian Orange #9F240E

Color information

#9F240E (or 0x9F240E) is unknown color: approx Mandarian Orange. HEX triplet: 9F, 24 and 0E. RGB value is (159,36,14). Sum of RGB (Red+Green+Blue) = 159+36+14=209 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.08% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 159 - color contains mainly: red. Hex color #9F240E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F240E is #60DBF1. Grayscale: #464646. Windows color (decimal): -6347762 or 926879. OLE color: 926879.

HSL color Cylindrical-coordinate representation of color #9F240E: hue angle of 9.1º degrees, saturation: 0.84, 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 #9F240E is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB1593614-
CMYK00.770.910.38
HSL9.1º83.82%33.92%-
HSV(B)9.1º91.19%62.35%-
XYZ15.018.661.3-
YUV70.2796.25191.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 76.08%
GREEN value IS 36 (14.45% from 255) = 17.22%
BLUE value IS 14 (5.86% from 255) = 6.70%
R=76.08%
G=17.22%
B=6.70%

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
Decimal159361400.770.910.389.183.8233.92
Hex9F24E04D5B2695422
Octal23744160115133461112442
Binary10011111100100111001001101101101110011010011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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