Html Css Color HEX #9C200F Mandarian Orange

📋 copy color: '#9C200F'

red 156 ◦ green 32 ◦ blue 15

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

Shades of Mandarian Orange #9C200F

Tints of Mandarian Orange #9C200F

RGB

 RED value IS 156 (61.33% from 255) = 76.85%

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

 BLUE value IS 15 (6.25% from 255) = 7.39%

R = 76.85%
G = 15.76%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9C200F (or 0x9C200F) is known color: Mandarian Orange. HEX triplet: 9C, 20 and 0F. RGB value is (156,32,15). Sum of RGB (Red+Green+Blue) = 156+32+15=203 (26% of max value = 765). Red value is 156 (61.33% from 255 or 76.85% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 156 - color contains mainly: red. Hex color #9C200F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C200F is #63DFF0. Grayscale: #434343. Windows color (decimal): -6545393 or 991388. OLE color: 991388.

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

Color convert

RGB 156 32 15 -
CMYK 0 0.79 0.90 0.39
HSL 7.23º 0.82% 0.34% -
HSV(B) 7.23º 0.9% 0.61% -
XYZ 14.31 8.14 1.27 -
YUV 67.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 156 32 15 0 0.79 0.90 0.39 7.23 0.82 0.34
Hex 9C 20 F 0 4F 5A 27 7 52 22
Octal 234 40 17 0 117 132 47 7 122 42
Binary 10011100 100000 1111 0 1001111 1011010 100111 111 1010010 100010

Color Harmonies of #9C200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C200F

Black with #9C200F

Text Example


Text Example

White with #9C200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,32,15); }

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

background-color css

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

 a { background-color: rgb(156,32,15); }

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

border-color css

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

 span { border-color: rgb(156,32,15); }

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