#9F260E

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

Shades of Mandarian Orange #9F260E

Tints of Mandarian Orange #9F260E

Color information

#9F260E (or 0x9F260E) is unknown color: approx Mandarian Orange. HEX triplet: 9F, 26 and 0E. RGB value is (159,38,14). Sum of RGB (Red+Green+Blue) = 159+38+14=211 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.36% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 159 - color contains mainly: red. Hex color #9F260E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F260E is #60D9F1. Grayscale: #474747. Windows color (decimal): -6347250 or 927391. OLE color: 927391.

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

Color convert

RGB1593814-
CMYK00.760.910.38
HSL9.93º83.82%33.92%-
HSV(B)9.93º91.19%62.35%-
XYZ15.078.791.32-
YUV71.4495.59190.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 75.36%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 14 (5.86% from 255) = 6.64%
R=75.36%
G=18.01%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159381400.760.910.389.9383.8233.92
Hex9F26E04C5B26a5422
Octal23746160114133461212442
Binary10011111100110111001001100101101110011010101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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