#9F280C

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

Shades of Mandarian Orange #9F280C

Tints of Mandarian Orange #9F280C

Color information

#9F280C (or 0x9F280C) is unknown color: approx Mandarian Orange. HEX triplet: 9F, 28 and 0C. RGB value is (159,40,12). Sum of RGB (Red+Green+Blue) = 159+40+12=211 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.36% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 159 - color contains mainly: red. Hex color #9F280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F280C is #60D7F3. Grayscale: #484848. Windows color (decimal): -6346740 or 796831. OLE color: 796831.

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

Color convert

RGB1594012-
CMYK00.750.920.38
HSL11.43º85.96%33.53%-
HSV(B)11.43º92.45%62.35%-
XYZ15.128.921.27-
YUV72.3993.92189.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 75.36%
GREEN value IS 40 (16.02% from 255) = 18.96%
BLUE value IS 12 (5.08% from 255) = 5.69%
R=75.36%
G=18.96%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159401200.750.920.3811.4385.9633.53
Hex9F28C04B5C26b5622
Octal23750140113134461312642
Binary10011111101000110001001011101110010011010111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,40,12); }

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

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

 a { background-color: rgb(159,40,12); }

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

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

 span { border-color: rgb(159,40,12); }

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