Html Css Color HEX #8F251E Mandarian Orange

📋 copy color: '#8F251E'

red 143 ◦ green 37 ◦ blue 30

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

Shades of Mandarian Orange #8F251E

Tints of Mandarian Orange #8F251E

RGB

 RED value IS 143 (56.25% from 255) = 68.1%

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

 BLUE value IS 30 (12.11% from 255) = 14.29%

R = 68.1%
G = 17.62%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#8F251E (or 0x8F251E) is known color: Mandarian Orange. HEX triplet: 8F, 25 and 1E. RGB value is (143,37,30). Sum of RGB (Red+Green+Blue) = 143+37+30=210 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.10% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 143 - color contains mainly: red. Hex color #8F251E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F251E is #70DAE1. Grayscale: #444444. Windows color (decimal): -7396066 or 1975695. OLE color: 1975695.

HSL color Cylindrical-coordinate representation of color #8F251E: hue angle of 3.72º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F251E is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 37 30 -
CMYK 0 0.74 0.79 0.44
HSL 3.72º 0.65% 0.34% -
HSV(B) 3.72º 0.79% 0.56% -
XYZ 12.22 7.26 1.98 -
YUV 67.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 143 37 30 0 0.74 0.79 0.44 3.72 0.65 0.34
Hex 8F 25 1E 0 4A 4F 2C 4 41 22
Octal 217 45 36 0 112 117 54 4 101 42
Binary 10001111 100101 11110 0 1001010 1001111 101100 100 1000001 100010

Color Harmonies of #8F251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F251E

Black with #8F251E

Text Example


Text Example

White with #8F251E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,37,30); }

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

background-color css

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

 a { background-color: rgb(143,37,30); }

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

border-color css

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

 span { border-color: rgb(143,37,30); }

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