COLOR #F9BC7F

HEX: #F9BC7F RGB: (249,188,127)

Color info

#F9BC7F contains mainly red color. Web safe color of #F9BC7F is #FFCC66 (or #FC6).

RGB color model

#F9BC7F color RGB value is (249,188,127).

RGB: (249,188,127) (98%, 74%, 50%)

RGB channels and saturation

R 249 of 255 = 98%
G 188 of 255 = 74%
B 127 of 255 = 50%

249
188
127

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

Portions of RGB colors in percentages

R + G + B = 249 + 188 + 127 = 564 (100%)
R 249 of 564 ~ 44.15%
G 188 of 564 ~ 33.33%
B 127 of 564 ~ 22.52'%

%44.15
%33.33
%22.52

CMYK color model

#F9BC7F color CMYK value is (0,24,49,2).

  • cyan value is 0.00%
  • magenta value is 24.50%
  • yellow value is 49.00%
  • key color value is 2.35%

CMYK: (0,24,49,2)
C0M24Y49K2 (0%, 24%, 49%, 2%)
(0.00 / 0.24 / 0.49 / 0.02)

CMYK percentages

%0
%24.5
%49
%2.35

Codes

Color #F9BC7F in popluar color models

F9 BC 7F
RGB 249 188 127
HSL 30° 91.04% 73.73%
HSB/HSV 30° 49.00% 97.65%
CMYK 0.00% 24.50% 49.00%
2.35%

Color #F9BC7F in popluar number systems.

HEX F9 BC 7F
Decimal 249 188 127
Binary 11111001 10111100 1111111
Octal 371 274 177

Shades and tints

Shades of #F9BC7F

#F9BC7F
(249,188,127)
#E3AB74
(227,171,116)
#CD9A69
(205,154,105)
#B7895E
(183,137,94)
#A17853
(161,120,83)
#8B6748
(139,103,72)
#75563D
(117,86,61)
#5F4532
(95,69,50)
#493427
(73,52,39)
#33231C
(51,35,28)
#1D1211
(29,18,17)
#000000
(0,0,0)

Tints of #F9BC7F

#F9BC7F
(249,188,127)
#F9C28A
(249,194,138)
#F9C895
(249,200,149)
#F9CEA0
(249,206,160)
#F9D4AB
(249,212,171)
#F9DAB6
(249,218,182)
#F9E0C1
(249,224,193)
#F9E6CC
(249,230,204)
#F9ECD7
(249,236,215)
#F9F2E2
(249,242,226)
#F9F8ED
(249,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9BC7F color. Also use rgb(249,188,127) instead hex code.

Text Font Color

.myTextColor { color: #F9BC7F; }

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

This text font color is #F9BC7F.

Background Color

.myBgColor { background-color: #F9BC7F; }

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

This div background color is #F9BC7F.

Border color

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

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

This div border color is #F9BC7F.

Opacity

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

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

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

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

This text has shadow with #F9BC7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9BC7F.

Preview

Color preview on black background

This text has color #F9BC7F on black background.


Color preview on white background

This text has color #F9BC7F on white background.


Black color preview on #F9BC7F background

This text has black color on #F9BC7F background.


White color preview on #F9BC7F background

This text has white color on #F9BC7F background.


Related colors

Complementary color

Complementary color for #hex is #064380.


I love getcolorcode.com

Triadic colors

1 #7FF9BC and #BC7FF9 with #F9BC7F are triadic colors.

2 #7FBCF9 and #BCF97F with #F9BC7F are triadic colors.