COLOR #F1B95C

HEX: #F1B95C RGB: (241,185,92)

Color info

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

RGB color model

#F1B95C color RGB value is (241,185,92).

RGB: (241,185,92) (95%, 73%, 36%)

RGB channels and saturation

R 241 of 255 = 95%
G 185 of 255 = 73%
B 92 of 255 = 36%

241
185
92

R + G + B ~ 68%. #F1B95C is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 185 + 92 = 518 (100%)
R 241 of 518 ~ 46.53%
G 185 of 518 ~ 35.71%
B 92 of 518 ~ 17.76'%

%46.53
%35.71
%17.76

CMYK color model

#F1B95C color CMYK value is (0,23,62,5).

  • cyan value is 0.00%
  • magenta value is 23.24%
  • yellow value is 61.83%
  • key color value is 5.49%
CMYK: (0,23,62,5) C0M23Y62K5 (0%,23%,62%,5%) (0.00/0.23/0.62/0.05) 

CMYK percentages

%0
%23.24
%61.83
%5.49

Codes

Color #F1B95C in popluar color models

F1 B9 5C
RGB 241 185 92
HSL 37° 84.18% 65.29%
HSB/HSV 37° 61.83% 94.51%
CMYK 0.00% 23.24% 61.83%
5.49%

Color #F1B95C in popluar number systems.

HEX F1 B9 5C
Decimal 241 185 92
Binary 11110001 10111001 1011100
Octal 361 271 134

Shades and tints

Shades of #F1B95C

#F1B95C
(241,185,92)
#DCA954
(220,169,84)
#C7994C
(199,153,76)
#B28944
(178,137,68)
#9D793C
(157,121,60)
#886934
(136,105,52)
#73592C
(115,89,44)
#5E4924
(94,73,36)
#49391C
(73,57,28)
#342914
(52,41,20)
#1F190C
(31,25,12)
#000000
(0,0,0)

Tints of #F1B95C

#F1B95C
(241,185,92)
#F2BF6A
(242,191,106)
#F3C578
(243,197,120)
#F4CB86
(244,203,134)
#F5D194
(245,209,148)
#F6D7A2
(246,215,162)
#F7DDB0
(247,221,176)
#F8E3BE
(248,227,190)
#F9E9CC
(249,233,204)
#FAEFDA
(250,239,218)
#FBF5E8
(251,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1B95C color. Also use rgb(241,185,92) instead hex code.

Text Font Color

.myTextColor { color: #F1B95C; }

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

This text font color is #F1B95C.

Background Color

.myBgColor { background-color: #F1B95C; }

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

This div background color is #F1B95C.

Border color

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

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

This div border color is #F1B95C.

Opacity

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

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

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

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

This text has shadow with #F1B95C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1B95C.

Preview

Color preview on black background

This text has color #F1B95C on black background.


Color preview on white background

This text has color #F1B95C on white background.


Black color preview on #F1B95C background

This text has black color on #F1B95C background.


White color preview on #F1B95C background

This text has white color on #F1B95C background.


Related colors

Complementary color

Complementary color for #hex is #0E46A3.


I love getcolorcode.com

Triadic colors

1 #5CF1B9 and #B95CF1 with #F1B95C are triadic colors.

2 #5CB9F1 and #B9F15C with #F1B95C are triadic colors.