Html Css Color HEX #9C2502 Mandarian Orange

📋 copy color: '#9C2502'

red 156 ◦ green 37 ◦ blue 2

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

Shades of Mandarian Orange #9C2502

Tints of Mandarian Orange #9C2502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.97%

 BLUE value IS 2 (1.17% from 255) = 1.03%

R = 80%
G = 18.97%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9C2502 (or 0x9C2502) is known color: Mandarian Orange. HEX triplet: 9C, 25 and 02. RGB value is (156,37,2). Sum of RGB (Red+Green+Blue) = 156+37+2=195 (25% of max value = 765). Red value is 156 (61.33% from 255 or 80% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2502 is #63DAFD. Grayscale: #444444. Windows color (decimal): -6544126 or 140700. OLE color: 140700.

HSL color Cylindrical-coordinate representation of color #9C2502: hue angle of 13.64º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C2502 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 37 2 -
CMYK 0 0.76 0.99 0.39
HSL 13.64º 0.97% 0.31% -
HSV(B) 13.64º 0.99% 0.61% -
XYZ 14.38 8.4 0.92 -
YUV 68.59 90.42 190.35 -
System Red Green Blue C M Y K H S L
Decimal 156 37 2 0 0.76 0.99 0.39 13.64 0.97 0.31
Hex 9C 25 2 0 4C 63 27 E 61 1F
Octal 234 45 2 0 114 143 47 16 141 37
Binary 10011100 100101 10 0 1001100 1100011 100111 1110 1100001 11111

Color Harmonies of #9C2502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2502

Black with #9C2502

Text Example


Text Example

White with #9C2502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,37,2); }

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

background-color css

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

 a { background-color: rgb(156,37,2); }

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

border-color css

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

 span { border-color: rgb(156,37,2); }

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