COLOR #FFAE49

HEX: #FFAE49
RGB: (255,174,73)

Color info

#FFAE49 contains mainly red color. Web safe color of #FFAE49 is #FF9933 (or #F93).

RGB color model

#FFAE49 color RGB value is (255,174,73).

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

RGB channels and saturation

R 255 of 255 = 100%
G 174 of 255 = 68%
B 73 of 255 = 29%

255
174
73

R + G + B ~ 66%. #FFAE49 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 174 + 73 = 502 (100%)
R 255 of 502 ~ 50.8%
G 174 of 502 ~ 34.66%
B 73 of 502 ~ 14.54%

%50.8
%34.66
%14.54

CMYK color model

#FFAE49 color CMYK value is (0,32,71,0).

  • cyan value is 0.00%
  • magenta value is 31.76%
  • yellow value is 71.37%
  • key color value is 0.00%
CMYK:
(0,32,71,0)
C0M32Y71K0 
(0%,32%,71%,0%)
(0.00/0.32/0.71/0.00)	

CMYK percentages

%0
%31.76
%71.37
%0

Codes

Color #FFAE49 in popluar color models

FFAE49
RGB25517473
HSL33°100.00%64.31%
HSB/HSV33°71.37%100.00%
CMYK0.00%31.76%71.37%
0.00%

Color #FFAE49 in popluar number systems.

HEXFFAE49
Decimal25517473
Binary11111111101011101001001
Octal377256111

Shades and tints

Shades of #FFAE49

#FFAE49
(255,174,73)
#E89F43
(232,159,67)
#D1903D
(209,144,61)
#BA8137
(186,129,55)
#A37231
(163,114,49)
#8C632B
(140,99,43)
#755425
(117,84,37)
#5E451F
(94,69,31)
#473619
(71,54,25)
#302713
(48,39,19)
#19180D
(25,24,13)
#000000
(0,0,0)

Tints of #FFAE49

#FFAE49
(255,174,73)
#FFB559
(255,181,89)
#FFBC69
(255,188,105)
#FFC379
(255,195,121)
#FFCA89
(255,202,137)
#FFD199
(255,209,153)
#FFD8A9
(255,216,169)
#FFDFB9
(255,223,185)
#FFE6C9
(255,230,201)
#FFEDD9
(255,237,217)
#FFF4E9
(255,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFAE49; }

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

This text font color is #FFAE49.


Background Color

.myBgColor { background-color: #FFAE49; }

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

This div background color is #FFAE49.


Border color

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

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

This div border color is #FFAE49.


Opacity

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

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

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

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

This text has shadow with #FFAE49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFAE49 on black background.


Color preview on white background

This text has color #FFAE49 on white background.



Black color preview on #FFAE49 background

This text has black color on #FFAE49 background.


White color preview on #FFAE49 background

This text has white color on #FFAE49 background.