COLOR #FFA273

HEX: #FFA273
RGB: (255,162,115)

Color info

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

RGB color model

#FFA273 color RGB value is (255,162,115).

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

RGB channels and saturation

R 255 of 255 = 100%
G 162 of 255 = 64%
B 115 of 255 = 45%

255
162
115

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

Portions of RGB colors in percentages

R + G + B =
255 + 162 + 115 = 532 (100%)
R 255 of 532 ~ 47.93%
G 162 of 532 ~ 30.45%
B 115 of 532 ~ 21.62%

%47.93
%30.45
%21.62

CMYK color model

#FFA273 color CMYK value is (0,36,55,0).

  • cyan value is 0.00%
  • magenta value is 36.47%
  • yellow value is 54.90%
  • key color value is 0.00%
CMYK:
(0,36,55,0)
C0M36Y55K0 
(0%,36%,55%,0%)
(0.00/0.36/0.55/0.00)	

CMYK percentages

%0
%36.47
%54.9
%0

Codes

Color #FFA273 in popluar color models

FFA273
RGB255162115
HSL20°100.00%72.55%
HSB/HSV20°54.90%100.00%
CMYK0.00%36.47%54.90%
0.00%

Color #FFA273 in popluar number systems.

HEXFFA273
Decimal255162115
Binary11111111101000101110011
Octal377242163

Shades and tints

Shades of #FFA273

#FFA273
(255,162,115)
#E89469
(232,148,105)
#D1865F
(209,134,95)
#BA7855
(186,120,85)
#A36A4B
(163,106,75)
#8C5C41
(140,92,65)
#754E37
(117,78,55)
#5E402D
(94,64,45)
#473223
(71,50,35)
#302419
(48,36,25)
#19160F
(25,22,15)
#000000
(0,0,0)

Tints of #FFA273

#FFA273
(255,162,115)
#FFAA7F
(255,170,127)
#FFB28B
(255,178,139)
#FFBA97
(255,186,151)
#FFC2A3
(255,194,163)
#FFCAAF
(255,202,175)
#FFD2BB
(255,210,187)
#FFDAC7
(255,218,199)
#FFE2D3
(255,226,211)
#FFEADF
(255,234,223)
#FFF2EB
(255,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA273; }

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

This text font color is #FFA273.


Background Color

.myBgColor { background-color: #FFA273; }

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

This div background color is #FFA273.


Border color

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

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

This div border color is #FFA273.


Opacity

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

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

Text with #FFA273 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 #FFA273;}

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

This text has shadow with #FFA273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA273 on black background.


Color preview on white background

This text has color #FFA273 on white background.



Black color preview on #FFA273 background

This text has black color on #FFA273 background.


White color preview on #FFA273 background

This text has white color on #FFA273 background.