COLOR #F1D56C

HEX: #F1D56C RGB: (241,213,108)

Color info

#F1D56C contains mainly red and green colors. Web safe color of #F1D56C is #FFCC66 (or #FC6).

RGB color model

#F1D56C color RGB value is (241,213,108).

RGB: (241,213,108) (95%, 84%, 42%)

RGB channels and saturation

R 241 of 255 = 95%
G 213 of 255 = 84%
B 108 of 255 = 42%

241
213
108

R + G + B ~ 74%. #F1D56C is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 213 + 108 = 562 (100%)
R 241 of 562 ~ 42.88%
G 213 of 562 ~ 37.9%
B 108 of 562 ~ 19.22'%

%42.88
%37.9
%19.22

CMYK color model

#F1D56C color CMYK value is (0,12,55,5).

  • cyan value is 0.00%
  • magenta value is 11.62%
  • yellow value is 55.19%
  • key color value is 5.49%

CMYK: (0,12,55,5)
C0M12Y55K5 (0%, 12%, 55%, 5%)
(0.00 / 0.12 / 0.55 / 0.05)

CMYK percentages

%0
%11.62
%55.19
%5.49

Codes

Color #F1D56C in popluar color models

F1 D5 6C
RGB 241 213 108
HSL 47° 82.61% 68.43%
HSB/HSV 47° 55.19% 94.51%
CMYK 0.00% 11.62% 55.19%
5.49%

Color #F1D56C in popluar number systems.

HEX F1 D5 6C
Decimal 241 213 108
Binary 11110001 11010101 1101100
Octal 361 325 154

Shades and tints

Shades of #F1D56C

#F1D56C
(241,213,108)
#DCC263
(220,194,99)
#C7AF5A
(199,175,90)
#B29C51
(178,156,81)
#9D8948
(157,137,72)
#88763F
(136,118,63)
#736336
(115,99,54)
#5E502D
(94,80,45)
#493D24
(73,61,36)
#342A1B
(52,42,27)
#1F1712
(31,23,18)
#000000
(0,0,0)

Tints of #F1D56C

#F1D56C
(241,213,108)
#F2D879
(242,216,121)
#F3DB86
(243,219,134)
#F4DE93
(244,222,147)
#F5E1A0
(245,225,160)
#F6E4AD
(246,228,173)
#F7E7BA
(247,231,186)
#F8EAC7
(248,234,199)
#F9EDD4
(249,237,212)
#FAF0E1
(250,240,225)
#FBF3EE
(251,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D56C; }

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

This text font color is #F1D56C.

Background Color

.myBgColor { background-color: #F1D56C; }

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

This div background color is #F1D56C.

Border color

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

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

This div border color is #F1D56C.

Opacity

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

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

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

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

This text has shadow with #F1D56C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1D56C.

Preview

Color preview on black background

This text has color #F1D56C on black background.


Color preview on white background

This text has color #F1D56C on white background.


Black color preview on #F1D56C background

This text has black color on #F1D56C background.


White color preview on #F1D56C background

This text has white color on #F1D56C background.


Related colors

Complementary color

Complementary color for #hex is #0E2A93.


I love getcolorcode.com

Triadic colors

1 #6CF1D5 and #D56CF1 with #F1D56C are triadic colors.

2 #6CD5F1 and #D5F16C with #F1D56C are triadic colors.