COLOR #F1C386

HEX: #F1C386 RGB: (241,195,134)

Color info

#F1C386 contains mainly red and green colors. Web safe color of #F1C386 is #FFCC99 (or #FC9).

RGB color model

#F1C386 color RGB value is (241,195,134).

RGB: (241,195,134) (95%, 76%, 53%)

RGB channels and saturation

R 241 of 255 = 95%
G 195 of 255 = 76%
B 134 of 255 = 53%

241
195
134

R + G + B ~ 75%. #F1C386 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 195 + 134 = 570 (100%)
R 241 of 570 ~ 42.28%
G 195 of 570 ~ 34.21%
B 134 of 570 ~ 23.51'%

%42.28
%34.21
%23.51

CMYK color model

#F1C386 color CMYK value is (0,19,44,5).

  • cyan value is 0.00%
  • magenta value is 19.09%
  • yellow value is 44.40%
  • key color value is 5.49%

CMYK: (0,19,44,5)
C0M19Y44K5 (0%, 19%, 44%, 5%)
(0.00 / 0.19 / 0.44 / 0.05)

CMYK percentages

%0
%19.09
%44.4
%5.49

Codes

Color #F1C386 in popluar color models

F1 C3 86
RGB 241 195 134
HSL 34° 79.26% 73.53%
HSB/HSV 34° 44.40% 94.51%
CMYK 0.00% 19.09% 44.40%
5.49%

Color #F1C386 in popluar number systems.

HEX F1 C3 86
Decimal 241 195 134
Binary 11110001 11000011 10000110
Octal 361 303 206

Shades and tints

Shades of #F1C386

#F1C386
(241,195,134)
#DCB27A
(220,178,122)
#C7A16E
(199,161,110)
#B29062
(178,144,98)
#9D7F56
(157,127,86)
#886E4A
(136,110,74)
#735D3E
(115,93,62)
#5E4C32
(94,76,50)
#493B26
(73,59,38)
#342A1A
(52,42,26)
#1F190E
(31,25,14)
#000000
(0,0,0)

Tints of #F1C386

#F1C386
(241,195,134)
#F2C891
(242,200,145)
#F3CD9C
(243,205,156)
#F4D2A7
(244,210,167)
#F5D7B2
(245,215,178)
#F6DCBD
(246,220,189)
#F7E1C8
(247,225,200)
#F8E6D3
(248,230,211)
#F9EBDE
(249,235,222)
#FAF0E9
(250,240,233)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C386 color. Also use rgb(241,195,134) instead hex code.

Text Font Color

.myTextColor { color: #F1C386; }

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

This text font color is #F1C386.

Background Color

.myBgColor { background-color: #F1C386; }

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

This div background color is #F1C386.

Border color

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

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

This div border color is #F1C386.

Opacity

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

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

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

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

This text has shadow with #F1C386 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1C386.

Preview

Color preview on black background

This text has color #F1C386 on black background.


Color preview on white background

This text has color #F1C386 on white background.


Black color preview on #F1C386 background

This text has black color on #F1C386 background.


White color preview on #F1C386 background

This text has white color on #F1C386 background.


Related colors

Complementary color

Complementary color for #hex is #0E3C79.


I love getcolorcode.com

Triadic colors

1 #86F1C3 and #C386F1 with #F1C386 are triadic colors.

2 #86C3F1 and #C3F186 with #F1C386 are triadic colors.