COLOR #F1BD71

HEX: #F1BD71
RGB: (241,189,113)

Color info

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

RGB color model

#F1BD71 color RGB value is (241,189,113).

  • red value is 241;
  • green value is 189;
  • blue value is 113.
RGB:
(241,189,113)
(95%,74%,44%)

RGB channels and saturation

R 241 of 255 = 95%
G 189 of 255 = 74%
B 113 of 255 = 44%

241
189
113

R + G + B ~ 71%. #F1BD71 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 189 + 113 = 543 (100%)
R 241 of 543 ~ 44.38%
G 189 of 543 ~ 34.81%
B 113 of 543 ~ 20.81%

%44.38
%34.81
%20.81

CMYK color model

#F1BD71 color CMYK value is (0,22,53,5).

  • cyan value is 0.00%
  • magenta value is 21.58%
  • yellow value is 53.11%
  • key color value is 5.49%
CMYK:
(0,22,53,5)
C0M22Y53K5 
(0%,22%,53%,5%)
(0.00/0.22/0.53/0.05)	

CMYK percentages

%0
%21.58
%53.11
%5.49

Codes

Color #F1BD71 in popluar color models

F1BD71
RGB241189113
HSL36°82.05%69.41%
HSB/HSV36°53.11%94.51%
CMYK0.00%21.58%53.11%
5.49%

Color #F1BD71 in popluar number systems.

HEXF1BD71
Decimal241189113
Binary11110001101111011110001
Octal361275161

Shades and tints

Shades of #F1BD71

#F1BD71
(241,189,113)
#DCAC67
(220,172,103)
#C79B5D
(199,155,93)
#B28A53
(178,138,83)
#9D7949
(157,121,73)
#88683F
(136,104,63)
#735735
(115,87,53)
#5E462B
(94,70,43)
#493521
(73,53,33)
#342417
(52,36,23)
#1F130D
(31,19,13)
#000000
(0,0,0)

Tints of #F1BD71

#F1BD71
(241,189,113)
#F2C37D
(242,195,125)
#F3C989
(243,201,137)
#F4CF95
(244,207,149)
#F5D5A1
(245,213,161)
#F6DBAD
(246,219,173)
#F7E1B9
(247,225,185)
#F8E7C5
(248,231,197)
#F9EDD1
(249,237,209)
#FAF3DD
(250,243,221)
#FBF9E9
(251,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1BD71 color. Also use rgb(241,189,113) instead hex code.

Text Font Color

.myTextColor { color: #F1BD71; }

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

This text font color is #F1BD71.


Background Color

.myBgColor { background-color: #F1BD71; }

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

This div background color is #F1BD71.


Border color

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

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

This div border color is #F1BD71.


Opacity

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

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

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

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

This text has shadow with #F1BD71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1BD71 on black background.


Color preview on white background

This text has color #F1BD71 on white background.



Black color preview on #F1BD71 background

This text has black color on #F1BD71 background.


White color preview on #F1BD71 background

This text has white color on #F1BD71 background.