COLOR #F6AD7C

HEX: #F6AD7C RGB: (246,173,124)

Color info

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

RGB color model

#F6AD7C color RGB value is (246,173,124).

RGB: (246,173,124) (96%, 68%, 49%)

RGB channels and saturation

R 246 of 255 = 96%
G 173 of 255 = 68%
B 124 of 255 = 49%

246
173
124

R + G + B ~ 71%. #F6AD7C is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 173 + 124 = 543 (100%)
R 246 of 543 ~ 45.3%
G 173 of 543 ~ 31.86%
B 124 of 543 ~ 22.84'%

%45.3
%31.86
%22.84

CMYK color model

#F6AD7C color CMYK value is (0,30,50,4).

  • cyan value is 0.00%
  • magenta value is 29.67%
  • yellow value is 49.59%
  • key color value is 3.53%

CMYK: (0,30,50,4)
C0M30Y50K4 (0%, 30%, 50%, 4%)
(0.00 / 0.30 / 0.50 / 0.04)

CMYK percentages

%0
%29.67
%49.59
%3.53

Codes

Color #F6AD7C in popluar color models

F6 AD 7C
RGB 246 173 124
HSL 24° 87.14% 72.55%
HSB/HSV 24° 49.59% 96.47%
CMYK 0.00% 29.67% 49.59%
3.53%

Color #F6AD7C in popluar number systems.

HEX F6 AD 7C
Decimal 246 173 124
Binary 11110110 10101101 1111100
Octal 366 255 174

Shades and tints

Shades of #F6AD7C

#F6AD7C
(246,173,124)
#E09E71
(224,158,113)
#CA8F66
(202,143,102)
#B4805B
(180,128,91)
#9E7150
(158,113,80)
#886245
(136,98,69)
#72533A
(114,83,58)
#5C442F
(92,68,47)
#463524
(70,53,36)
#302619
(48,38,25)
#1A170E
(26,23,14)
#000000
(0,0,0)

Tints of #F6AD7C

#F6AD7C
(246,173,124)
#F6B487
(246,180,135)
#F6BB92
(246,187,146)
#F6C29D
(246,194,157)
#F6C9A8
(246,201,168)
#F6D0B3
(246,208,179)
#F6D7BE
(246,215,190)
#F6DEC9
(246,222,201)
#F6E5D4
(246,229,212)
#F6ECDF
(246,236,223)
#F6F3EA
(246,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6AD7C color. Also use rgb(246,173,124) instead hex code.

Text Font Color

.myTextColor { color: #F6AD7C; }

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

This text font color is #F6AD7C.

Background Color

.myBgColor { background-color: #F6AD7C; }

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

This div background color is #F6AD7C.

Border color

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

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

This div border color is #F6AD7C.

Opacity

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

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

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

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

This text has shadow with #F6AD7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6AD7C.

Preview

Color preview on black background

This text has color #F6AD7C on black background.


Color preview on white background

This text has color #F6AD7C on white background.


Black color preview on #F6AD7C background

This text has black color on #F6AD7C background.


White color preview on #F6AD7C background

This text has white color on #F6AD7C background.


Related colors

Complementary color

Complementary color for #hex is #095283.


I love getcolorcode.com

Triadic colors

1 #7CF6AD and #AD7CF6 with #F6AD7C are triadic colors.

2 #7CADF6 and #ADF67C with #F6AD7C are triadic colors.