COLOR #F1D58C

HEX: #F1D58C RGB: (241,213,140)

Color info

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

RGB color model

#F1D58C color RGB value is (241,213,140).

RGB: (241,213,140) (95%, 84%, 55%)

RGB channels and saturation

R 241 of 255 = 95%
G 213 of 255 = 84%
B 140 of 255 = 55%

241
213
140

R + G + B ~ 78%. #F1D58C is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 213 + 140 = 594 (100%)
R 241 of 594 ~ 40.57%
G 213 of 594 ~ 35.86%
B 140 of 594 ~ 23.57'%

%40.57
%35.86
%23.57

CMYK color model

#F1D58C color CMYK value is (0,12,42,5).

  • cyan value is 0.00%
  • magenta value is 11.62%
  • yellow value is 41.91%
  • key color value is 5.49%
CMYK: (0,12,42,5) C0M12Y42K5 (0%,12%,42%,5%) (0.00/0.12/0.42/0.05) 

CMYK percentages

%0
%11.62
%41.91
%5.49

Codes

Color #F1D58C in popluar color models

F1 D5 8C
RGB 241 213 140
HSL 43° 78.29% 74.71%
HSB/HSV 43° 41.91% 94.51%
CMYK 0.00% 11.62% 41.91%
5.49%

Color #F1D58C in popluar number systems.

HEX F1 D5 8C
Decimal 241 213 140
Binary 11110001 11010101 10001100
Octal 361 325 214

Shades and tints

Shades of #F1D58C

#F1D58C
(241,213,140)
#DCC280
(220,194,128)
#C7AF74
(199,175,116)
#B29C68
(178,156,104)
#9D895C
(157,137,92)
#887650
(136,118,80)
#736344
(115,99,68)
#5E5038
(94,80,56)
#493D2C
(73,61,44)
#342A20
(52,42,32)
#1F1714
(31,23,20)
#000000
(0,0,0)

Tints of #F1D58C

#F1D58C
(241,213,140)
#F2D896
(242,216,150)
#F3DBA0
(243,219,160)
#F4DEAA
(244,222,170)
#F5E1B4
(245,225,180)
#F6E4BE
(246,228,190)
#F7E7C8
(247,231,200)
#F8EAD2
(248,234,210)
#F9EDDC
(249,237,220)
#FAF0E6
(250,240,230)
#FBF3F0
(251,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D58C color. Also use rgb(241,213,140) instead hex code.

Text Font Color

.myTextColor { color: #F1D58C; }

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

This text font color is #F1D58C.

Background Color

.myBgColor { background-color: #F1D58C; }

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

This div background color is #F1D58C.

Border color

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

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

This div border color is #F1D58C.

Opacity

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

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

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

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

This text has shadow with #F1D58C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1D58C.

Preview

Color preview on black background

This text has color #F1D58C on black background.


Color preview on white background

This text has color #F1D58C on white background.


Black color preview on #F1D58C background

This text has black color on #F1D58C background.


White color preview on #F1D58C background

This text has white color on #F1D58C background.


Related colors

Complementary color

Complementary color for #hex is #0E2A73.


I love getcolorcode.com

Triadic colors

1 #8CF1D5 and #D58CF1 with #F1D58C are triadic colors.

2 #8CD5F1 and #D5F18C with #F1D58C are triadic colors.