COLOR #FFAD5D

HEX: #FFAD5D
RGB: (255,173,93)

Color info

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

RGB color model

#FFAD5D color RGB value is (255,173,93).

  • red value is 255;
  • green value is 173;
  • blue value is 93.
RGB:
(255,173,93)
(100%,68%,36%)

RGB channels and saturation

R 255 of 255 = 100%
G 173 of 255 = 68%
B 93 of 255 = 36%

255
173
93

R + G + B ~ 68%. #FFAD5D is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 173 + 93 = 521 (100%)
R 255 of 521 ~ 48.94%
G 173 of 521 ~ 33.21%
B 93 of 521 ~ 17.85%

%48.94
%33.21
%17.85

CMYK color model

#FFAD5D color CMYK value is (0,32,64,0).

  • cyan value is 0.00%
  • magenta value is 32.16%
  • yellow value is 63.53%
  • key color value is 0.00%
CMYK:
(0,32,64,0)
C0M32Y64K0 
(0%,32%,64%,0%)
(0.00/0.32/0.64/0.00)	

CMYK percentages

%0
%32.16
%63.53
%0

Codes

Color #FFAD5D in popluar color models

FFAD5D
RGB25517393
HSL30°100.00%68.24%
HSB/HSV30°63.53%100.00%
CMYK0.00%32.16%63.53%
0.00%

Color #FFAD5D in popluar number systems.

HEXFFAD5D
Decimal25517393
Binary11111111101011011011101
Octal377255135

Shades and tints

Shades of #FFAD5D

#FFAD5D
(255,173,93)
#E89E55
(232,158,85)
#D18F4D
(209,143,77)
#BA8045
(186,128,69)
#A3713D
(163,113,61)
#8C6235
(140,98,53)
#75532D
(117,83,45)
#5E4425
(94,68,37)
#47351D
(71,53,29)
#302615
(48,38,21)
#19170D
(25,23,13)
#000000
(0,0,0)

Tints of #FFAD5D

#FFAD5D
(255,173,93)
#FFB46B
(255,180,107)
#FFBB79
(255,187,121)
#FFC287
(255,194,135)
#FFC995
(255,201,149)
#FFD0A3
(255,208,163)
#FFD7B1
(255,215,177)
#FFDEBF
(255,222,191)
#FFE5CD
(255,229,205)
#FFECDB
(255,236,219)
#FFF3E9
(255,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFAD5D color. Also use rgb(255,173,93) instead hex code.

Text Font Color

.myTextColor { color: #FFAD5D; }

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

This text font color is #FFAD5D.


Background Color

.myBgColor { background-color: #FFAD5D; }

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

This div background color is #FFAD5D.


Border color

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

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

This div border color is #FFAD5D.


Opacity

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

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

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

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

This text has shadow with #FFAD5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFAD5D on black background.


Color preview on white background

This text has color #FFAD5D on white background.



Black color preview on #FFAD5D background

This text has black color on #FFAD5D background.


White color preview on #FFAD5D background

This text has white color on #FFAD5D background.