COLOR #F1AA5F

HEX: #F1AA5F RGB: (241,170,95)

Color info

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

RGB color model

#F1AA5F color RGB value is (241,170,95).

RGB: (241,170,95) (95%, 67%, 37%)

RGB channels and saturation

R 241 of 255 = 95%
G 170 of 255 = 67%
B 95 of 255 = 37%

241
170
95

R + G + B ~ 66%. #F1AA5F is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 170 + 95 = 506 (100%)
R 241 of 506 ~ 47.63%
G 170 of 506 ~ 33.6%
B 95 of 506 ~ 18.77'%

%47.63
%33.6
%18.77

CMYK color model

#F1AA5F color CMYK value is (0,29,61,5).

  • cyan value is 0.00%
  • magenta value is 29.46%
  • yellow value is 60.58%
  • key color value is 5.49%
CMYK: (0,29,61,5) C0M29Y61K5 (0%,29%,61%,5%) (0.00/0.29/0.61/0.05) 

CMYK percentages

%0
%29.46
%60.58
%5.49

Codes

Color #F1AA5F in popluar color models

F1 AA 5F
RGB 241 170 95
HSL 31° 83.91% 65.88%
HSB/HSV 31° 60.58% 94.51%
CMYK 0.00% 29.46% 60.58%
5.49%

Color #F1AA5F in popluar number systems.

HEX F1 AA 5F
Decimal 241 170 95
Binary 11110001 10101010 1011111
Octal 361 252 137

Shades and tints

Shades of #F1AA5F

#F1AA5F
(241,170,95)
#DC9B57
(220,155,87)
#C78C4F
(199,140,79)
#B27D47
(178,125,71)
#9D6E3F
(157,110,63)
#885F37
(136,95,55)
#73502F
(115,80,47)
#5E4127
(94,65,39)
#49321F
(73,50,31)
#342317
(52,35,23)
#1F140F
(31,20,15)
#000000
(0,0,0)

Tints of #F1AA5F

#F1AA5F
(241,170,95)
#F2B16D
(242,177,109)
#F3B87B
(243,184,123)
#F4BF89
(244,191,137)
#F5C697
(245,198,151)
#F6CDA5
(246,205,165)
#F7D4B3
(247,212,179)
#F8DBC1
(248,219,193)
#F9E2CF
(249,226,207)
#FAE9DD
(250,233,221)
#FBF0EB
(251,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1AA5F color. Also use rgb(241,170,95) instead hex code.

Text Font Color

.myTextColor { color: #F1AA5F; }

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

This text font color is #F1AA5F.

Background Color

.myBgColor { background-color: #F1AA5F; }

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

This div background color is #F1AA5F.

Border color

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

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

This div border color is #F1AA5F.

Opacity

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

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

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

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

This text has shadow with #F1AA5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1AA5F.

Preview

Color preview on black background

This text has color #F1AA5F on black background.


Color preview on white background

This text has color #F1AA5F on white background.


Black color preview on #F1AA5F background

This text has black color on #F1AA5F background.


White color preview on #F1AA5F background

This text has white color on #F1AA5F background.


Related colors

Complementary color

Complementary color for #hex is #0E55A0.


I love getcolorcode.com

Triadic colors

1 #5FF1AA and #AA5FF1 with #F1AA5F are triadic colors.

2 #5FAAF1 and #AAF15F with #F1AA5F are triadic colors.