Html Css Color HEX #8E250F Mandarian Orange

📋 copy color: '#8E250F'

red 142 ◦ green 37 ◦ blue 15

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

Shades of Mandarian Orange #8E250F

Tints of Mandarian Orange #8E250F

RGB

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

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

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

R = 73.2%
G = 19.07%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#8E250F (or 0x8E250F) is known color: Mandarian Orange. HEX triplet: 8E, 25 and 0F. RGB value is (142,37,15). Sum of RGB (Red+Green+Blue) = 142+37+15=194 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.20% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 142 - color contains mainly: red. Hex color #8E250F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E250F is #71DAF0. Grayscale: #424242. Windows color (decimal): -7461617 or 992654. OLE color: 992654.

HSL color Cylindrical-coordinate representation of color #8E250F: hue angle of 10.39º 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 #8E250F is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 37 15 -
CMYK 0 0.74 0.89 0.44
HSL 10.39º 0.81% 0.31% -
HSV(B) 10.39º 0.89% 0.56% -
XYZ 11.9 7.11 1.2 -
YUV 65.89 99.29 182.29 -
System Red Green Blue C M Y K H S L
Decimal 142 37 15 0 0.74 0.89 0.44 10.39 0.81 0.31
Hex 8E 25 F 0 4A 59 2C A 51 1F
Octal 216 45 17 0 112 131 54 12 121 37
Binary 10001110 100101 1111 0 1001010 1011001 101100 1010 1010001 11111

Color Harmonies of #8E250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E250F

Black with #8E250F

Text Example


Text Example

White with #8E250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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