#9F250A

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

Shades of Mandarian Orange #9F250A

Tints of Mandarian Orange #9F250A

Color information

#9F250A (or 0x9F250A) is unknown color: approx Mandarian Orange. HEX triplet: 9F, 25 and 0A. RGB value is (159,37,10). Sum of RGB (Red+Green+Blue) = 159+37+10=206 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.18% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 159 - color contains mainly: red. Hex color #9F250A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F250A is #60DAF5. Grayscale: #464646. Windows color (decimal): -6347510 or 664991. OLE color: 664991.

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

Color convert

RGB1593710-
CMYK00.770.940.38
HSL10.87º88.17%33.14%-
HSV(B)10.87º93.71%62.35%-
XYZ15.018.721.18-
YUV70.493.92191.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 77.18%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 10 (4.30% from 255) = 4.85%
R=77.18%
G=17.96%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159371000.770.940.3810.8788.1733.14
Hex9F25A04D5E26b5821
Octal23745120115136461313041
Binary10011111100101101001001101101111010011010111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,37,10); }

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

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

 a { background-color: rgb(159,37,10); }

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

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

 span { border-color: rgb(159,37,10); }

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