Html Css Color HEX #8D250F Mandarian Orange

📋 copy color: '#8D250F'

red 141 ◦ green 37 ◦ blue 15

#8D250F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #8D250F

Tints of Mandarian Orange #8D250F

RGB

 RED value IS 141 (55.47% from 255) = 73.06%

 GREEN value IS 37 (14.84% from 255) = 19.17%

 BLUE value IS 15 (6.25% from 255) = 7.77%

R = 73.06%
G = 19.17%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8D250F (or 0x8D250F) is known color: Mandarian Orange. HEX triplet: 8D, 25 and 0F. RGB value is (141,37,15). Sum of RGB (Red+Green+Blue) = 141+37+15=193 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.06% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 141 - color contains mainly: red. Hex color #8D250F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D250F is #72DAF0. Grayscale: #414141. Windows color (decimal): -7527153 or 992653. OLE color: 992653.

HSL color Cylindrical-coordinate representation of color #8D250F: hue angle of 10.48º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D250F is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 37 15 -
CMYK 0 0.74 0.89 0.45
HSL 10.48º 0.81% 0.31% -
HSV(B) 10.48º 0.89% 0.55% -
XYZ 11.73 7.02 1.19 -
YUV 65.59 99.46 181.79 -
System Red Green Blue C M Y K H S L
Decimal 141 37 15 0 0.74 0.89 0.45 10.48 0.81 0.31
Hex 8D 25 F 0 4A 59 2D A 51 1F
Octal 215 45 17 0 112 131 55 12 121 37
Binary 10001101 100101 1111 0 1001010 1011001 101101 1010 1010001 11111

Color Harmonies of #8D250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D250F

Black with #8D250F

Text Example


Text Example

White with #8D250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D250F; }

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

 H1.HeaderClassName
 {
   color: #8D250F;
 }
 .AnyTagClassName
 {
   color: #8D250F;
 }
</style>

background-color css

<style>
 a { background-color: #8D250F; }

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

 div.DivClassName
 {
   background-color: #8D250F;
 }
 .BgClassName
 {
   background-color: #8D250F;
 }
</style>

border-color css

<style>
 span { border-color: #8D250F; }

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

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