COLOR #FFA96C

HEX: #FFA96C
RGB: (255,169,108)

Color info

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

RGB color model

#FFA96C color RGB value is (255,169,108).

  • red value is 255;
  • green value is 169;
  • blue value is 108.
RGB:
(255,169,108)
(100%,66%,42%)

RGB channels and saturation

R 255 of 255 = 100%
G 169 of 255 = 66%
B 108 of 255 = 42%

255
169
108

R + G + B ~ 69%. #FFA96C is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 169 + 108 = 532 (100%)
R 255 of 532 ~ 47.93%
G 169 of 532 ~ 31.77%
B 108 of 532 ~ 20.3%

%47.93
%31.77
%20.3

CMYK color model

#FFA96C color CMYK value is (0,34,58,0).

  • cyan value is 0.00%
  • magenta value is 33.73%
  • yellow value is 57.65%
  • key color value is 0.00%
CMYK:
(0,34,58,0)
C0M34Y58K0 
(0%,34%,58%,0%)
(0.00/0.34/0.58/0.00)	

CMYK percentages

%0
%33.73
%57.65
%0

Codes

Color #FFA96C in popluar color models

FFA96C
RGB255169108
HSL25°100.00%71.18%
HSB/HSV25°57.65%100.00%
CMYK0.00%33.73%57.65%
0.00%

Color #FFA96C in popluar number systems.

HEXFFA96C
Decimal255169108
Binary11111111101010011101100
Octal377251154

Shades and tints

Shades of #FFA96C

#FFA96C
(255,169,108)
#E89A63
(232,154,99)
#D18B5A
(209,139,90)
#BA7C51
(186,124,81)
#A36D48
(163,109,72)
#8C5E3F
(140,94,63)
#754F36
(117,79,54)
#5E402D
(94,64,45)
#473124
(71,49,36)
#30221B
(48,34,27)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #FFA96C

#FFA96C
(255,169,108)
#FFB079
(255,176,121)
#FFB786
(255,183,134)
#FFBE93
(255,190,147)
#FFC5A0
(255,197,160)
#FFCCAD
(255,204,173)
#FFD3BA
(255,211,186)
#FFDAC7
(255,218,199)
#FFE1D4
(255,225,212)
#FFE8E1
(255,232,225)
#FFEFEE
(255,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFA96C color. Also use rgb(255,169,108) instead hex code.

Text Font Color

.myTextColor { color: #FFA96C; }

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

This text font color is #FFA96C.


Background Color

.myBgColor { background-color: #FFA96C; }

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

This div background color is #FFA96C.


Border color

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

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

This div border color is #FFA96C.


Opacity

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

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

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

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

This text has shadow with #FFA96C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA96C on black background.


Color preview on white background

This text has color #FFA96C on white background.



Black color preview on #FFA96C background

This text has black color on #FFA96C background.


White color preview on #FFA96C background

This text has white color on #FFA96C background.