COLOR #F2A66C

HEX: #F2A66C RGB: (242,166,108)

Color info

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

RGB color model

#F2A66C color RGB value is (242,166,108).

RGB: (242,166,108) (95%, 65%, 42%)

RGB channels and saturation

R 242 of 255 = 95%
G 166 of 255 = 65%
B 108 of 255 = 42%

242
166
108

R + G + B ~ 67%. #F2A66C is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 166 + 108 = 516 (100%)
R 242 of 516 ~ 46.9%
G 166 of 516 ~ 32.17%
B 108 of 516 ~ 20.93'%

%46.9
%32.17
%20.93

CMYK color model

#F2A66C color CMYK value is (0,31,55,5).

  • cyan value is 0.00%
  • magenta value is 31.40%
  • yellow value is 55.37%
  • key color value is 5.10%
CMYK: (0,31,55,5) C0M31Y55K5 (0%,31%,55%,5%) (0.00/0.31/0.55/0.05) 

CMYK percentages

%0
%31.4
%55.37
%5.1

Codes

Color #F2A66C in popluar color models

F2 A6 6C
RGB 242 166 108
HSL 26° 83.75% 68.63%
HSB/HSV 26° 55.37% 94.90%
CMYK 0.00% 31.40% 55.37%
5.10%

Color #F2A66C in popluar number systems.

HEX F2 A6 6C
Decimal 242 166 108
Binary 11110010 10100110 1101100
Octal 362 246 154

Shades and tints

Shades of #F2A66C

#F2A66C
(242,166,108)
#DC9763
(220,151,99)
#C6885A
(198,136,90)
#B07951
(176,121,81)
#9A6A48
(154,106,72)
#845B3F
(132,91,63)
#6E4C36
(110,76,54)
#583D2D
(88,61,45)
#422E24
(66,46,36)
#2C1F1B
(44,31,27)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #F2A66C

#F2A66C
(242,166,108)
#F3AE79
(243,174,121)
#F4B686
(244,182,134)
#F5BE93
(245,190,147)
#F6C6A0
(246,198,160)
#F7CEAD
(247,206,173)
#F8D6BA
(248,214,186)
#F9DEC7
(249,222,199)
#FAE6D4
(250,230,212)
#FBEEE1
(251,238,225)
#FCF6EE
(252,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2A66C color. Also use rgb(242,166,108) instead hex code.

Text Font Color

.myTextColor { color: #F2A66C; }

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

This text font color is #F2A66C.

Background Color

.myBgColor { background-color: #F2A66C; }

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

This div background color is #F2A66C.

Border color

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

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

This div border color is #F2A66C.

Opacity

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

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

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

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

This text has shadow with #F2A66C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2A66C.

Preview

Color preview on black background

This text has color #F2A66C on black background.


Color preview on white background

This text has color #F2A66C on white background.


Black color preview on #F2A66C background

This text has black color on #F2A66C background.


White color preview on #F2A66C background

This text has white color on #F2A66C background.


Related colors

Complementary color

Complementary color for #hex is #0D5993.


I love getcolorcode.com

Triadic colors

1 #6CF2A6 and #A66CF2 with #F2A66C are triadic colors.

2 #6CA6F2 and #A6F26C with #F2A66C are triadic colors.