Html Css Color HEX #9F190F Mandarian Orange

📋 copy color: '#9F190F'

red 159 ◦ green 25 ◦ blue 15

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

Shades of Mandarian Orange #9F190F

Tints of Mandarian Orange #9F190F

RGB

 RED value IS 159 (62.5% from 255) = 79.9%

 GREEN value IS 25 (10.16% from 255) = 12.56%

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

R = 79.9%
G = 12.56%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9F190F (or 0x9F190F) is known color: Mandarian Orange. HEX triplet: 9F, 19 and 0F. RGB value is (159,25,15). Sum of RGB (Red+Green+Blue) = 159+25+15=199 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.90% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 159 - color contains mainly: red. Hex color #9F190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F190F is #60E6F0. Grayscale: #404040. Windows color (decimal): -6350577 or 989599. OLE color: 989599.

HSL color Cylindrical-coordinate representation of color #9F190F: hue angle of 4.17º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F190F is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 25 15 -
CMYK 0 0.84 0.91 0.38
HSL 4.17º 0.83% 0.34% -
HSV(B) 4.17º 0.91% 0.62% -
XYZ 14.73 8.1 1.24 -
YUV 63.93 100.39 195.81 -
System Red Green Blue C M Y K H S L
Decimal 159 25 15 0 0.84 0.91 0.38 4.17 0.83 0.34
Hex 9F 19 F 0 54 5B 26 4 53 22
Octal 237 31 17 0 124 133 46 4 123 42
Binary 10011111 11001 1111 0 1010100 1011011 100110 100 1010011 100010

Color Harmonies of #9F190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F190F

Black with #9F190F

Text Example


Text Example

White with #9F190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F190F; }

 p { color: rgb(159,25,15); }

 H1.HeaderClassName
 {
   color: #9F190F;
 }
 .AnyTagClassName
 {
   color: #9F190F;
 }
</style>

background-color css

<style>
 a { background-color: #9F190F; }

 a { background-color: rgb(159,25,15); }

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

border-color css

<style>
 span { border-color: #9F190F; }

 span { border-color: rgb(159,25,15); }

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