Html Css Color HEX #9F2007 Mandarian Orange

📋 copy color: '#9F2007'

red 159 ◦ green 32 ◦ blue 7

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

Shades of Mandarian Orange #9F2007

Tints of Mandarian Orange #9F2007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.16%

 BLUE value IS 7 (3.13% from 255) = 3.54%

R = 80.3%
G = 16.16%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#9F2007 (or 0x9F2007) is known color: Mandarian Orange. HEX triplet: 9F, 20 and 07. RGB value is (159,32,7). Sum of RGB (Red+Green+Blue) = 159+32+7=198 (26% of max value = 765). Red value is 159 (62.5% from 255 or 80.30% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2007 is #60DFF8. Grayscale: #434343. Windows color (decimal): -6348793 or 467103. OLE color: 467103.

HSL color Cylindrical-coordinate representation of color #9F2007: hue angle of 9.87º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F2007 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 32 7 -
CMYK 0 0.80 0.96 0.38
HSL 9.87º 0.92% 0.33% -
HSV(B) 9.87º 0.96% 0.62% -
XYZ 14.85 8.42 1.04 -
YUV 67.12 94.08 193.53 -
System Red Green Blue C M Y K H S L
Decimal 159 32 7 0 0.80 0.96 0.38 9.87 0.92 0.33
Hex 9F 20 7 0 50 60 26 A 5C 21
Octal 237 40 7 0 120 140 46 12 134 41
Binary 10011111 100000 111 0 1010000 1100000 100110 1010 1011100 100001

Color Harmonies of #9F2007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2007

Black with #9F2007

Text Example


Text Example

White with #9F2007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,32,7); }

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

background-color css

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

 a { background-color: rgb(159,32,7); }

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

border-color css

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

 span { border-color: rgb(159,32,7); }

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