Html Css Color HEX #9F220E Mandarian Orange

📋 copy color: '#9F220E'

red 159 ◦ green 34 ◦ blue 14

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

Shades of Mandarian Orange #9F220E

Tints of Mandarian Orange #9F220E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.43%

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

R = 76.81%
G = 16.43%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9F220E (or 0x9F220E) is known color: Mandarian Orange. HEX triplet: 9F, 22 and 0E. RGB value is (159,34,14). Sum of RGB (Red+Green+Blue) = 159+34+14=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F220E is #60DDF1. Grayscale: #454545. Windows color (decimal): -6348274 or 926367. OLE color: 926367.

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

Color convert

RGB 159 34 14 -
CMYK 0 0.79 0.91 0.38
HSL 8.28º 0.84% 0.34% -
HSV(B) 8.28º 0.91% 0.62% -
XYZ 14.95 8.55 1.28 -
YUV 69.1 96.91 192.13 -
System Red Green Blue C M Y K H S L
Decimal 159 34 14 0 0.79 0.91 0.38 8.28 0.84 0.34
Hex 9F 22 E 0 4F 5B 26 8 54 22
Octal 237 42 16 0 117 133 46 10 124 42
Binary 10011111 100010 1110 0 1001111 1011011 100110 1000 1010100 100010

Color Harmonies of #9F220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F220E

Black with #9F220E

Text Example


Text Example

White with #9F220E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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