COLOR #FAAE6F

HEX: #FAAE6F RGB: (250,174,111)

Color info

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

RGB color model

#FAAE6F color RGB value is (250,174,111).

RGB: (250,174,111) (98%, 68%, 44%)

RGB channels and saturation

R 250 of 255 = 98%
G 174 of 255 = 68%
B 111 of 255 = 44%

250
174
111

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

Portions of RGB colors in percentages

R + G + B = 250 + 174 + 111 = 535 (100%)
R 250 of 535 ~ 46.73%
G 174 of 535 ~ 32.52%
B 111 of 535 ~ 20.75'%

%46.73
%32.52
%20.75

CMYK color model

#FAAE6F color CMYK value is (0,30,56,2).

  • cyan value is 0.00%
  • magenta value is 30.40%
  • yellow value is 55.60%
  • key color value is 1.96%

CMYK: (0,30,56,2)
C0M30Y56K2 (0%, 30%, 56%, 2%)
(0.00 / 0.30 / 0.56 / 0.02)

CMYK percentages

%0
%30.4
%55.6
%1.96

Codes

Color #FAAE6F in popluar color models

FA AE 6F
RGB 250 174 111
HSL 27° 93.29% 70.78%
HSB/HSV 27° 55.60% 98.04%
CMYK 0.00% 30.40% 55.60%
1.96%

Color #FAAE6F in popluar number systems.

HEX FA AE 6F
Decimal 250 174 111
Binary 11111010 10101110 1101111
Octal 372 256 157

Shades and tints

Shades of #FAAE6F

#FAAE6F
(250,174,111)
#E49F65
(228,159,101)
#CE905B
(206,144,91)
#B88151
(184,129,81)
#A27247
(162,114,71)
#8C633D
(140,99,61)
#765433
(118,84,51)
#604529
(96,69,41)
#4A361F
(74,54,31)
#342715
(52,39,21)
#1E180B
(30,24,11)
#000000
(0,0,0)

Tints of #FAAE6F

#FAAE6F
(250,174,111)
#FAB57C
(250,181,124)
#FABC89
(250,188,137)
#FAC396
(250,195,150)
#FACAA3
(250,202,163)
#FAD1B0
(250,209,176)
#FAD8BD
(250,216,189)
#FADFCA
(250,223,202)
#FAE6D7
(250,230,215)
#FAEDE4
(250,237,228)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAAE6F color. Also use rgb(250,174,111) instead hex code.

Text Font Color

.myTextColor { color: #FAAE6F; }

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

This text font color is #FAAE6F.

Background Color

.myBgColor { background-color: #FAAE6F; }

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

This div background color is #FAAE6F.

Border color

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

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

This div border color is #FAAE6F.

Opacity

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

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

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

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

This text has shadow with #FAAE6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAAE6F.

Preview

Color preview on black background

This text has color #FAAE6F on black background.


Color preview on white background

This text has color #FAAE6F on white background.


Black color preview on #FAAE6F background

This text has black color on #FAAE6F background.


White color preview on #FAAE6F background

This text has white color on #FAAE6F background.


Related colors

Complementary color

Complementary color for #hex is #055190.


I love getcolorcode.com

Triadic colors

1 #6FFAAE and #AE6FFA with #FAAE6F are triadic colors.

2 #6FAEFA and #AEFA6F with #FAAE6F are triadic colors.