Html Css Color HEX #9F1A0E Mandarian Orange

📋 copy color: '#9F1A0E'

red 159 ◦ green 26 ◦ blue 14

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

Shades of Mandarian Orange #9F1A0E

Tints of Mandarian Orange #9F1A0E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.07%

 BLUE value IS 14 (5.86% from 255) = 7.04%

R = 79.9%
G = 13.07%
B = 7.04%

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

#9F1A0E (or 0x9F1A0E) is known color: Mandarian Orange. HEX triplet: 9F, 1A and 0E. RGB value is (159,26,14). Sum of RGB (Red+Green+Blue) = 159+26+14=199 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.90% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F1A0E is #60E5F1. Grayscale: #404040. Windows color (decimal): -6350322 or 924319. OLE color: 924319.

HSL color Cylindrical-coordinate representation of color #9F1A0E: hue angle of 4.97º degrees, saturation: 0.84, 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 #9F1A0E is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 26 14 -
CMYK 0 0.84 0.91 0.38
HSL 4.97º 0.84% 0.34% -
HSV(B) 4.97º 0.91% 0.62% -
XYZ 14.75 8.14 1.21 -
YUV 64.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 159 26 14 0 0.84 0.91 0.38 4.97 0.84 0.34
Hex 9F 1A E 0 54 5B 26 5 54 22
Octal 237 32 16 0 124 133 46 5 124 42
Binary 10011111 11010 1110 0 1010100 1011011 100110 101 1010100 100010

Color Harmonies of #9F1A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1A0E

Black with #9F1A0E

Text Example


Text Example

White with #9F1A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,26,14); }

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

background-color css

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

 a { background-color: rgb(159,26,14); }

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

border-color css

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

 span { border-color: rgb(159,26,14); }

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