COLOR #FFA055

HEX: #FFA055
RGB: (255,160,85)

Color info

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

RGB color model

#FFA055 color RGB value is (255,160,85).

  • red value is 255;
  • green value is 160;
  • blue value is 85.
RGB:
(255,160,85)
(100%,63%,33%)

RGB channels and saturation

R 255 of 255 = 100%
G 160 of 255 = 63%
B 85 of 255 = 33%

255
160
85

R + G + B ~ 65%. #FFA055 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 160 + 85 = 500 (100%)
R 255 of 500 ~ 51%
G 160 of 500 ~ 32%
B 85 of 500 ~ 17%

%51
%32
%17

CMYK color model

#FFA055 color CMYK value is (0,37,67,0).

  • cyan value is 0.00%
  • magenta value is 37.25%
  • yellow value is 66.67%
  • key color value is 0.00%
CMYK:
(0,37,67,0)
C0M37Y67K0 
(0%,37%,67%,0%)
(0.00/0.37/0.67/0.00)	

CMYK percentages

%0
%37.25
%66.67
%0

Codes

Color #FFA055 in popluar color models

FFA055
RGB25516085
HSL26°100.00%66.67%
HSB/HSV26°66.67%100.00%
CMYK0.00%37.25%66.67%
0.00%

Color #FFA055 in popluar number systems.

HEXFFA055
Decimal25516085
Binary11111111101000001010101
Octal377240125

Shades and tints

Shades of #FFA055

#FFA055
(255,160,85)
#E8924E
(232,146,78)
#D18447
(209,132,71)
#BA7640
(186,118,64)
#A36839
(163,104,57)
#8C5A32
(140,90,50)
#754C2B
(117,76,43)
#5E3E24
(94,62,36)
#47301D
(71,48,29)
#302216
(48,34,22)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #FFA055

#FFA055
(255,160,85)
#FFA864
(255,168,100)
#FFB073
(255,176,115)
#FFB882
(255,184,130)
#FFC091
(255,192,145)
#FFC8A0
(255,200,160)
#FFD0AF
(255,208,175)
#FFD8BE
(255,216,190)
#FFE0CD
(255,224,205)
#FFE8DC
(255,232,220)
#FFF0EB
(255,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFA055 color. Also use rgb(255,160,85) instead hex code.

Text Font Color

.myTextColor { color: #FFA055; }

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

This text font color is #FFA055.


Background Color

.myBgColor { background-color: #FFA055; }

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

This div background color is #FFA055.


Border color

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

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

This div border color is #FFA055.


Opacity

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

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

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

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

This text has shadow with #FFA055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA055 on black background.


Color preview on white background

This text has color #FFA055 on white background.



Black color preview on #FFA055 background

This text has black color on #FFA055 background.


White color preview on #FFA055 background

This text has white color on #FFA055 background.