#9F260F

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

Shades of Mandarian Orange #9F260F

Tints of Mandarian Orange #9F260F

Color information

#9F260F (or 0x9F260F) is unknown color: approx Mandarian Orange. HEX triplet: 9F, 26 and 0F. RGB value is (159,38,15). Sum of RGB (Red+Green+Blue) = 159+38+15=212 (28% of max value = 765). Red value is 159 (62.5% from 255 or 75% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 159 - color contains mainly: red. Hex color #9F260F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F260F is #60D9F0. Grayscale: #474747. Windows color (decimal): -6347249 or 992927. OLE color: 992927.

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

Color convert

RGB1593815-
CMYK00.760.910.38
HSL9.58º82.76%34.12%-
HSV(B)9.58º90.57%62.35%-
XYZ15.088.791.35-
YUV71.5696.09190.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 75%
GREEN value IS 38 (15.23% from 255) = 17.92%
BLUE value IS 15 (6.25% from 255) = 7.08%
R=75%
G=17.92%
B=7.08%

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
Decimal159381500.760.910.389.5882.7634.12
Hex9F26F04C5B26a5322
Octal23746170114133461212342
Binary10011111100110111101001100101101110011010101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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