COLOR #F6AA4E

HEX: #F6AA4E
RGB: (246,170,78)

Color info

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

RGB color model

#F6AA4E color RGB value is (246,170,78).

  • red value is 246;
  • green value is 170;
  • blue value is 78.
RGB:
(246,170,78)
(96%,67%,31%)

RGB channels and saturation

R 246 of 255 = 96%
G 170 of 255 = 67%
B 78 of 255 = 31%

246
170
78

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

Portions of RGB colors in percentages

R + G + B =
246 + 170 + 78 = 494 (100%)
R 246 of 494 ~ 49.8%
G 170 of 494 ~ 34.41%
B 78 of 494 ~ 15.79%

%49.8
%34.41
%15.79

CMYK color model

#F6AA4E color CMYK value is (0,31,68,4).

  • cyan value is 0.00%
  • magenta value is 30.89%
  • yellow value is 68.29%
  • key color value is 3.53%
CMYK:
(0,31,68,4)
C0M31Y68K4 
(0%,31%,68%,4%)
(0.00/0.31/0.68/0.04)	

CMYK percentages

%0
%30.89
%68.29
%3.53

Codes

Color #F6AA4E in popluar color models

F6AA4E
RGB24617078
HSL33°90.32%63.53%
HSB/HSV33°68.29%96.47%
CMYK0.00%30.89%68.29%
3.53%

Color #F6AA4E in popluar number systems.

HEXF6AA4E
Decimal24617078
Binary11110110101010101001110
Octal366252116

Shades and tints

Shades of #F6AA4E

#F6AA4E
(246,170,78)
#E09B47
(224,155,71)
#CA8C40
(202,140,64)
#B47D39
(180,125,57)
#9E6E32
(158,110,50)
#885F2B
(136,95,43)
#725024
(114,80,36)
#5C411D
(92,65,29)
#463216
(70,50,22)
#30230F
(48,35,15)
#1A1408
(26,20,8)
#000000
(0,0,0)

Tints of #F6AA4E

#F6AA4E
(246,170,78)
#F6B15E
(246,177,94)
#F6B86E
(246,184,110)
#F6BF7E
(246,191,126)
#F6C68E
(246,198,142)
#F6CD9E
(246,205,158)
#F6D4AE
(246,212,174)
#F6DBBE
(246,219,190)
#F6E2CE
(246,226,206)
#F6E9DE
(246,233,222)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6AA4E color. Also use rgb(246,170,78) instead hex code.

Text Font Color

.myTextColor { color: #F6AA4E; }

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

This text font color is #F6AA4E.


Background Color

.myBgColor { background-color: #F6AA4E; }

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

This div background color is #F6AA4E.


Border color

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

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

This div border color is #F6AA4E.


Opacity

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

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

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

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

This text has shadow with #F6AA4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6AA4E on black background.


Color preview on white background

This text has color #F6AA4E on white background.



Black color preview on #F6AA4E background

This text has black color on #F6AA4E background.


White color preview on #F6AA4E background

This text has white color on #F6AA4E background.