COLOR #F2AE4E

HEX: #F2AE4E RGB: (242,174,78)

Color info

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

RGB color model

#F2AE4E color RGB value is (242,174,78).

RGB: (242,174,78) (95%, 68%, 31%)

RGB channels and saturation

R 242 of 255 = 95%
G 174 of 255 = 68%
B 78 of 255 = 31%

242
174
78

R + G + B ~ 65%. #F2AE4E is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 174 + 78 = 494 (100%)
R 242 of 494 ~ 48.99%
G 174 of 494 ~ 35.22%
B 78 of 494 ~ 15.79'%

%48.99
%35.22
%15.79

CMYK color model

#F2AE4E color CMYK value is (0,28,68,5).

  • cyan value is 0.00%
  • magenta value is 28.10%
  • yellow value is 67.77%
  • key color value is 5.10%
CMYK: (0,28,68,5) C0M28Y68K5 (0%,28%,68%,5%) (0.00/0.28/0.68/0.05) 

CMYK percentages

%0
%28.1
%67.77
%5.1

Codes

Color #F2AE4E in popluar color models

F2 AE 4E
RGB 242 174 78
HSL 35° 86.32% 62.75%
HSB/HSV 35° 67.77% 94.90%
CMYK 0.00% 28.10% 67.77%
5.10%

Color #F2AE4E in popluar number systems.

HEX F2 AE 4E
Decimal 242 174 78
Binary 11110010 10101110 1001110
Octal 362 256 116

Shades and tints

Shades of #F2AE4E

#F2AE4E
(242,174,78)
#DC9F47
(220,159,71)
#C69040
(198,144,64)
#B08139
(176,129,57)
#9A7232
(154,114,50)
#84632B
(132,99,43)
#6E5424
(110,84,36)
#58451D
(88,69,29)
#423616
(66,54,22)
#2C270F
(44,39,15)
#161808
(22,24,8)
#000000
(0,0,0)

Tints of #F2AE4E

#F2AE4E
(242,174,78)
#F3B55E
(243,181,94)
#F4BC6E
(244,188,110)
#F5C37E
(245,195,126)
#F6CA8E
(246,202,142)
#F7D19E
(247,209,158)
#F8D8AE
(248,216,174)
#F9DFBE
(249,223,190)
#FAE6CE
(250,230,206)
#FBEDDE
(251,237,222)
#FCF4EE
(252,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2AE4E color. Also use rgb(242,174,78) instead hex code.

Text Font Color

.myTextColor { color: #F2AE4E; }

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

This text font color is #F2AE4E.

Background Color

.myBgColor { background-color: #F2AE4E; }

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

This div background color is #F2AE4E.

Border color

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

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

This div border color is #F2AE4E.

Opacity

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

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

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

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

This text has shadow with #F2AE4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2AE4E.

Preview

Color preview on black background

This text has color #F2AE4E on black background.


Color preview on white background

This text has color #F2AE4E on white background.


Black color preview on #F2AE4E background

This text has black color on #F2AE4E background.


White color preview on #F2AE4E background

This text has white color on #F2AE4E background.


Related colors

Complementary color

Complementary color for #hex is #0D51B1.


I love getcolorcode.com

Triadic colors

1 #4EF2AE and #AE4EF2 with #F2AE4E are triadic colors.

2 #4EAEF2 and #AEF24E with #F2AE4E are triadic colors.