Html Css Color HEX #8F250D Mandarian Orange

📋 copy color: '#8F250D'

red 143 ◦ green 37 ◦ blue 13

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

Shades of Mandarian Orange #8F250D

Tints of Mandarian Orange #8F250D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.74%

R = 74.09%
G = 19.17%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8F250D (or 0x8F250D) is known color: Mandarian Orange. HEX triplet: 8F, 25 and 0D. RGB value is (143,37,13). Sum of RGB (Red+Green+Blue) = 143+37+13=193 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.09% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 143 - color contains mainly: red. Hex color #8F250D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F250D is #70DAF2. Grayscale: #424242. Windows color (decimal): -7396083 or 861583. OLE color: 861583.

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

Color convert

RGB 143 37 13 -
CMYK 0 0.74 0.91 0.44
HSL 11.08º 0.83% 0.31% -
HSV(B) 11.08º 0.91% 0.56% -
XYZ 12.06 7.19 1.13 -
YUV 65.96 98.12 182.95 -
System Red Green Blue C M Y K H S L
Decimal 143 37 13 0 0.74 0.91 0.44 11.08 0.83 0.31
Hex 8F 25 D 0 4A 5B 2C B 53 1F
Octal 217 45 15 0 112 133 54 13 123 37
Binary 10001111 100101 1101 0 1001010 1011011 101100 1011 1010011 11111

Color Harmonies of #8F250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F250D

Black with #8F250D

Text Example


Text Example

White with #8F250D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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