COLOR #F1AD6E

HEX: #F1AD6E RGB: (241,173,110)

Color info

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

RGB color model

#F1AD6E color RGB value is (241,173,110).

RGB: (241,173,110) (95%, 68%, 43%)

RGB channels and saturation

R 241 of 255 = 95%
G 173 of 255 = 68%
B 110 of 255 = 43%

241
173
110

R + G + B ~ 69%. #F1AD6E is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 173 + 110 = 524 (100%)
R 241 of 524 ~ 45.99%
G 173 of 524 ~ 33.02%
B 110 of 524 ~ 20.99'%

%45.99
%33.02
%20.99

CMYK color model

#F1AD6E color CMYK value is (0,28,54,5).

  • cyan value is 0.00%
  • magenta value is 28.22%
  • yellow value is 54.36%
  • key color value is 5.49%

CMYK: (0,28,54,5)
C0M28Y54K5 (0%, 28%, 54%, 5%)
(0.00 / 0.28 / 0.54 / 0.05)

CMYK percentages

%0
%28.22
%54.36
%5.49

Codes

Color #F1AD6E in popluar color models

F1 AD 6E
RGB 241 173 110
HSL 29° 82.39% 68.82%
HSB/HSV 29° 54.36% 94.51%
CMYK 0.00% 28.22% 54.36%
5.49%

Color #F1AD6E in popluar number systems.

HEX F1 AD 6E
Decimal 241 173 110
Binary 11110001 10101101 1101110
Octal 361 255 156

Shades and tints

Shades of #F1AD6E

#F1AD6E
(241,173,110)
#DC9E64
(220,158,100)
#C78F5A
(199,143,90)
#B28050
(178,128,80)
#9D7146
(157,113,70)
#88623C
(136,98,60)
#735332
(115,83,50)
#5E4428
(94,68,40)
#49351E
(73,53,30)
#342614
(52,38,20)
#1F170A
(31,23,10)
#000000
(0,0,0)

Tints of #F1AD6E

#F1AD6E
(241,173,110)
#F2B47B
(242,180,123)
#F3BB88
(243,187,136)
#F4C295
(244,194,149)
#F5C9A2
(245,201,162)
#F6D0AF
(246,208,175)
#F7D7BC
(247,215,188)
#F8DEC9
(248,222,201)
#F9E5D6
(249,229,214)
#FAECE3
(250,236,227)
#FBF3F0
(251,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1AD6E color. Also use rgb(241,173,110) instead hex code.

Text Font Color

.myTextColor { color: #F1AD6E; }

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

This text font color is #F1AD6E.

Background Color

.myBgColor { background-color: #F1AD6E; }

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

This div background color is #F1AD6E.

Border color

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

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

This div border color is #F1AD6E.

Opacity

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

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

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

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

This text has shadow with #F1AD6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1AD6E.

Preview

Color preview on black background

This text has color #F1AD6E on black background.


Color preview on white background

This text has color #F1AD6E on white background.


Black color preview on #F1AD6E background

This text has black color on #F1AD6E background.


White color preview on #F1AD6E background

This text has white color on #F1AD6E background.


Related colors

Complementary color

Complementary color for #hex is #0E5291.


I love getcolorcode.com

Triadic colors

1 #6EF1AD and #AD6EF1 with #F1AD6E are triadic colors.

2 #6EADF1 and #ADF16E with #F1AD6E are triadic colors.