COLOR #FFA773

HEX: #FFA773
RGB: (255,167,115)

Color info

#FFA773 contains mainly red color. Web safe color of #FFA773 is #FF9966 (or #F96).

RGB color model

#FFA773 color RGB value is (255,167,115).

  • red value is 255;
  • green value is 167;
  • blue value is 115.
RGB:
(255,167,115)
(100%,65%,45%)

RGB channels and saturation

R 255 of 255 = 100%
G 167 of 255 = 65%
B 115 of 255 = 45%

255
167
115

R + G + B ~ 70%. #FFA773 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 167 + 115 = 537 (100%)
R 255 of 537 ~ 47.49%
G 167 of 537 ~ 31.1%
B 115 of 537 ~ 21.42%

%47.49
%31.1
%21.42

CMYK color model

#FFA773 color CMYK value is (0,35,55,0).

  • cyan value is 0.00%
  • magenta value is 34.51%
  • yellow value is 54.90%
  • key color value is 0.00%
CMYK:
(0,35,55,0)
C0M35Y55K0 
(0%,35%,55%,0%)
(0.00/0.35/0.55/0.00)	

CMYK percentages

%0
%34.51
%54.9
%0

Codes

Color #FFA773 in popluar color models

FFA773
RGB255167115
HSL22°100.00%72.55%
HSB/HSV22°54.90%100.00%
CMYK0.00%34.51%54.90%
0.00%

Color #FFA773 in popluar number systems.

HEXFFA773
Decimal255167115
Binary11111111101001111110011
Octal377247163

Shades and tints

Shades of #FFA773

#FFA773
(255,167,115)
#E89869
(232,152,105)
#D1895F
(209,137,95)
#BA7A55
(186,122,85)
#A36B4B
(163,107,75)
#8C5C41
(140,92,65)
#754D37
(117,77,55)
#5E3E2D
(94,62,45)
#472F23
(71,47,35)
#302019
(48,32,25)
#19110F
(25,17,15)
#000000
(0,0,0)

Tints of #FFA773

#FFA773
(255,167,115)
#FFAF7F
(255,175,127)
#FFB78B
(255,183,139)
#FFBF97
(255,191,151)
#FFC7A3
(255,199,163)
#FFCFAF
(255,207,175)
#FFD7BB
(255,215,187)
#FFDFC7
(255,223,199)
#FFE7D3
(255,231,211)
#FFEFDF
(255,239,223)
#FFF7EB
(255,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFA773 color. Also use rgb(255,167,115) instead hex code.

Text Font Color

.myTextColor { color: #FFA773; }

<p style="color:#FFA773">This sample text font color is #FFA773.</p>

This text font color is #FFA773.


Background Color

.myBgColor { background-color: #FFA773; }

<div style="background-color:#FFA773">Inner text</div>

This div background color is #FFA773.


Border color

.myBorderColor { border: 1px solid #FFA773; }

<div style="border:3px solid #FFA773">Div</div>

This div border color is #FFA773.


Opacity

.myOpacity80 { color: #FFA773; opacity: 0.8; }

<p style="color:#FFA773;opacity:0.8;">80%</p>

Text with #FFA773 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFA773;}

<p style="text-shadow: 3px 3px 1px #FFA773">Text here.</p>

This text has shadow with #FFA773 color.

.textShadow {text-shadow: 3px 3px 1px #FFA773, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFA773, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFA773 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFA773, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFA773, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFA773 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FFA773;
  -webkit-box-shadow:	1px 1px 3px 2px #FFA773;
  box-shadow:		1px 1px 3px 2px #FFA773;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFA773;
-webkit-box-shadow: 1px 1px 3px 2px #FFA773;
box-shadow:1px 1px 3px 2px #FFA773;">
Div content here</div>
This div box has shadow with color #FFA773.

Preview

Color preview on black background

This text has color #FFA773 on black background.


Color preview on white background

This text has color #FFA773 on white background.



Black color preview on #FFA773 background

This text has black color on #FFA773 background.


White color preview on #FFA773 background

This text has white color on #FFA773 background.