COLOR #FFAE6D

HEX: #FFAE6D
RGB: (255,174,109)

Color info

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

RGB color model

#FFAE6D color RGB value is (255,174,109).

  • red value is 255;
  • green value is 174;
  • blue value is 109.
RGB:
(255,174,109)
(100%,68%,43%)

RGB channels and saturation

R 255 of 255 = 100%
G 174 of 255 = 68%
B 109 of 255 = 43%

255
174
109

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

Portions of RGB colors in percentages

R + G + B =
255 + 174 + 109 = 538 (100%)
R 255 of 538 ~ 47.4%
G 174 of 538 ~ 32.34%
B 109 of 538 ~ 20.26%

%47.4
%32.34
%20.26

CMYK color model

#FFAE6D color CMYK value is (0,32,57,0).

  • cyan value is 0.00%
  • magenta value is 31.76%
  • yellow value is 57.25%
  • key color value is 0.00%
CMYK:
(0,32,57,0)
C0M32Y57K0 
(0%,32%,57%,0%)
(0.00/0.32/0.57/0.00)	

CMYK percentages

%0
%31.76
%57.25
%0

Codes

Color #FFAE6D in popluar color models

FFAE6D
RGB255174109
HSL27°100.00%71.37%
HSB/HSV27°57.25%100.00%
CMYK0.00%31.76%57.25%
0.00%

Color #FFAE6D in popluar number systems.

HEXFFAE6D
Decimal255174109
Binary11111111101011101101101
Octal377256155

Shades and tints

Shades of #FFAE6D

#FFAE6D
(255,174,109)
#E89F64
(232,159,100)
#D1905B
(209,144,91)
#BA8152
(186,129,82)
#A37249
(163,114,73)
#8C6340
(140,99,64)
#755437
(117,84,55)
#5E452E
(94,69,46)
#473625
(71,54,37)
#30271C
(48,39,28)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #FFAE6D

#FFAE6D
(255,174,109)
#FFB57A
(255,181,122)
#FFBC87
(255,188,135)
#FFC394
(255,195,148)
#FFCAA1
(255,202,161)
#FFD1AE
(255,209,174)
#FFD8BB
(255,216,187)
#FFDFC8
(255,223,200)
#FFE6D5
(255,230,213)
#FFEDE2
(255,237,226)
#FFF4EF
(255,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFAE6D color. Also use rgb(255,174,109) instead hex code.

Text Font Color

.myTextColor { color: #FFAE6D; }

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

This text font color is #FFAE6D.


Background Color

.myBgColor { background-color: #FFAE6D; }

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

This div background color is #FFAE6D.


Border color

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

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

This div border color is #FFAE6D.


Opacity

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

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

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

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

This text has shadow with #FFAE6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFAE6D on black background.


Color preview on white background

This text has color #FFAE6D on white background.



Black color preview on #FFAE6D background

This text has black color on #FFAE6D background.


White color preview on #FFAE6D background

This text has white color on #FFAE6D background.