Html Css Color HEX #9F2010 Mandarian Orange

📋 copy color: '#9F2010'

red 159 ◦ green 32 ◦ blue 16

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

Shades of Mandarian Orange #9F2010

Tints of Mandarian Orange #9F2010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.73%

R = 76.81%
G = 15.46%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9F2010 (or 0x9F2010) is known color: Mandarian Orange. HEX triplet: 9F, 20 and 10. RGB value is (159,32,16). Sum of RGB (Red+Green+Blue) = 159+32+16=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2010 is #60DFEF. Grayscale: #444444. Windows color (decimal): -6348784 or 1056927. OLE color: 1056927.

HSL color Cylindrical-coordinate representation of color #9F2010: hue angle of 6.71º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F2010 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 32 16 -
CMYK 0 0.80 0.90 0.38
HSL 6.71º 0.82% 0.34% -
HSV(B) 6.71º 0.9% 0.62% -
XYZ 14.91 8.44 1.33 -
YUV 68.15 98.58 192.8 -
System Red Green Blue C M Y K H S L
Decimal 159 32 16 0 0.80 0.90 0.38 6.71 0.82 0.34
Hex 9F 20 10 0 50 5A 26 7 52 22
Octal 237 40 20 0 120 132 46 7 122 42
Binary 10011111 100000 10000 0 1010000 1011010 100110 111 1010010 100010

Color Harmonies of #9F2010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2010

Black with #9F2010

Text Example


Text Example

White with #9F2010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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