Html Css Color HEX #8E240F Mandarian Orange

📋 copy color: '#8E240F'

red 142 ◦ green 36 ◦ blue 15

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

Shades of Mandarian Orange #8E240F

Tints of Mandarian Orange #8E240F

RGB

 RED value IS 142 (55.86% from 255) = 73.58%

 GREEN value IS 36 (14.45% from 255) = 18.65%

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

R = 73.58%
G = 18.65%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#8E240F (or 0x8E240F) is known color: Mandarian Orange. HEX triplet: 8E, 24 and 0F. RGB value is (142,36,15). Sum of RGB (Red+Green+Blue) = 142+36+15=193 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.58% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 142 - color contains mainly: red. Hex color #8E240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E240F is #71DBF0. Grayscale: #414141. Windows color (decimal): -7461873 or 992398. OLE color: 992398.

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

Color convert

RGB 142 36 15 -
CMYK 0 0.75 0.89 0.44
HSL 9.92º 0.81% 0.31% -
HSV(B) 9.92º 0.89% 0.56% -
XYZ 11.87 7.05 1.19 -
YUV 65.3 99.62 182.71 -
System Red Green Blue C M Y K H S L
Decimal 142 36 15 0 0.75 0.89 0.44 9.92 0.81 0.31
Hex 8E 24 F 0 4B 59 2C A 51 1F
Octal 216 44 17 0 113 131 54 12 121 37
Binary 10001110 100100 1111 0 1001011 1011001 101100 1010 1010001 11111

Color Harmonies of #8E240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E240F

Black with #8E240F

Text Example


Text Example

White with #8E240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,36,15); }

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

background-color css

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

 a { background-color: rgb(142,36,15); }

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

border-color css

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

 span { border-color: rgb(142,36,15); }

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