COLOR #F1C56E

HEX: #F1C56E RGB: (241,197,110)

Color info

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

RGB color model

#F1C56E color RGB value is (241,197,110).

RGB: (241,197,110) (95%, 77%, 43%)

RGB channels and saturation

R 241 of 255 = 95%
G 197 of 255 = 77%
B 110 of 255 = 43%

241
197
110

R + G + B ~ 72%. #F1C56E is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 197 + 110 = 548 (100%)
R 241 of 548 ~ 43.98%
G 197 of 548 ~ 35.95%
B 110 of 548 ~ 20.07'%

%43.98
%35.95
%20.07

CMYK color model

#F1C56E color CMYK value is (0,18,54,5).

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

CMYK: (0,18,54,5)
C0M18Y54K5 (0%, 18%, 54%, 5%)
(0.00 / 0.18 / 0.54 / 0.05)

CMYK percentages

%0
%18.26
%54.36
%5.49

Codes

Color #F1C56E in popluar color models

F1 C5 6E
RGB 241 197 110
HSL 40° 82.39% 68.82%
HSB/HSV 40° 54.36% 94.51%
CMYK 0.00% 18.26% 54.36%
5.49%

Color #F1C56E in popluar number systems.

HEX F1 C5 6E
Decimal 241 197 110
Binary 11110001 11000101 1101110
Octal 361 305 156

Shades and tints

Shades of #F1C56E

#F1C56E
(241,197,110)
#DCB464
(220,180,100)
#C7A35A
(199,163,90)
#B29250
(178,146,80)
#9D8146
(157,129,70)
#88703C
(136,112,60)
#735F32
(115,95,50)
#5E4E28
(94,78,40)
#493D1E
(73,61,30)
#342C14
(52,44,20)
#1F1B0A
(31,27,10)
#000000
(0,0,0)

Tints of #F1C56E

#F1C56E
(241,197,110)
#F2CA7B
(242,202,123)
#F3CF88
(243,207,136)
#F4D495
(244,212,149)
#F5D9A2
(245,217,162)
#F6DEAF
(246,222,175)
#F7E3BC
(247,227,188)
#F8E8C9
(248,232,201)
#F9EDD6
(249,237,214)
#FAF2E3
(250,242,227)
#FBF7F0
(251,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1C56E; }

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

This text font color is #F1C56E.

Background Color

.myBgColor { background-color: #F1C56E; }

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

This div background color is #F1C56E.

Border color

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

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

This div border color is #F1C56E.

Opacity

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

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

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

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

This text has shadow with #F1C56E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1C56E.

Preview

Color preview on black background

This text has color #F1C56E on black background.


Color preview on white background

This text has color #F1C56E on white background.


Black color preview on #F1C56E background

This text has black color on #F1C56E background.


White color preview on #F1C56E background

This text has white color on #F1C56E background.


Related colors

Complementary color

Complementary color for #hex is #0E3A91.


I love getcolorcode.com

Triadic colors

1 #6EF1C5 and #C56EF1 with #F1C56E are triadic colors.

2 #6EC5F1 and #C5F16E with #F1C56E are triadic colors.