Html Css Color HEX #8F241A Mandarian Orange

📋 copy color: '#8F241A'

red 143 ◦ green 36 ◦ blue 26

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

Shades of Mandarian Orange #8F241A

Tints of Mandarian Orange #8F241A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.68%

R = 69.76%
G = 17.56%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8F241A (or 0x8F241A) is known color: Mandarian Orange. HEX triplet: 8F, 24 and 1A. RGB value is (143,36,26). Sum of RGB (Red+Green+Blue) = 143+36+26=205 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.76% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 143 - color contains mainly: red. Hex color #8F241A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F241A is #70DBE5. Grayscale: #434343. Windows color (decimal): -7396326 or 1713295. OLE color: 1713295.

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

Color convert

RGB 143 36 26 -
CMYK 0 0.75 0.82 0.44
HSL 5.13º 0.69% 0.33% -
HSV(B) 5.13º 0.82% 0.56% -
XYZ 12.15 7.18 1.72 -
YUV 66.85 104.95 182.31 -
System Red Green Blue C M Y K H S L
Decimal 143 36 26 0 0.75 0.82 0.44 5.13 0.69 0.33
Hex 8F 24 1A 0 4B 52 2C 5 45 21
Octal 217 44 32 0 113 122 54 5 105 41
Binary 10001111 100100 11010 0 1001011 1010010 101100 101 1000101 100001

Color Harmonies of #8F241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F241A

Black with #8F241A

Text Example


Text Example

White with #8F241A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,36,26); }

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

background-color css

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

 a { background-color: rgb(143,36,26); }

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

border-color css

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

 span { border-color: rgb(143,36,26); }

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