#93250F

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

Shades of Mandarian Orange #93250F

Tints of Mandarian Orange #93250F

Color information

#93250F (or 0x93250F) is unknown color: approx Mandarian Orange. HEX triplet: 93, 25 and 0F. RGB value is (147,37,15). Sum of RGB (Red+Green+Blue) = 147+37+15=199 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.87% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 147 - color contains mainly: red. Hex color #93250F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93250F is #6CDAF0. Grayscale: #434343. Windows color (decimal): -7133937 or 992659. OLE color: 992659.

HSL color Cylindrical-coordinate representation of color #93250F: hue angle of 10º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93250F is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1473715-
CMYK00.750.900.42
HSL10º81.48%31.76%-
HSV(B)10º89.8%57.65%-
XYZ12.787.561.24-
YUV67.3898.44184.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 73.87%
GREEN value IS 37 (14.84% from 255) = 18.59%
BLUE value IS 15 (6.25% from 255) = 7.54%
R=73.87%
G=18.59%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147371500.750.900.421081.4831.76
Hex9325F04B5A2Aa5120
Octal22345170113132521212140
Binary10010011100101111101001011101101010101010101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93250F; }

 p { color: rgb(147,37,15); }

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

<style>
 a { background-color: #93250F; }

 a { background-color: rgb(147,37,15); }

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

<style>
 span { border-color: #93250F; }

 span { border-color: rgb(147,37,15); }

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