Html Css Color HEX #9F200A Mandarian Orange

📋 copy color: '#9F200A'

red 159 ◦ green 32 ◦ blue 10

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

Shades of Mandarian Orange #9F200A

Tints of Mandarian Orange #9F200A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.98%

R = 79.1%
G = 15.92%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9F200A (or 0x9F200A) is known color: Mandarian Orange. HEX triplet: 9F, 20 and 0A. RGB value is (159,32,10). Sum of RGB (Red+Green+Blue) = 159+32+10=201 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.10% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 159 - color contains mainly: red. Hex color #9F200A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F200A is #60DFF5. Grayscale: #434343. Windows color (decimal): -6348790 or 663711. OLE color: 663711.

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

Color convert

RGB 159 32 10 -
CMYK 0 0.80 0.94 0.38
HSL 8.86º 0.88% 0.33% -
HSV(B) 8.86º 0.94% 0.62% -
XYZ 14.87 8.43 1.13 -
YUV 67.47 95.58 193.29 -
System Red Green Blue C M Y K H S L
Decimal 159 32 10 0 0.80 0.94 0.38 8.86 0.88 0.33
Hex 9F 20 A 0 50 5E 26 9 58 21
Octal 237 40 12 0 120 136 46 11 130 41
Binary 10011111 100000 1010 0 1010000 1011110 100110 1001 1011000 100001

Color Harmonies of #9F200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F200A

Black with #9F200A

Text Example


Text Example

White with #9F200A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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