COLOR #F9BF5B

HEX: #F9BF5B RGB: (249,191,91)

Color info

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

RGB color model

#F9BF5B color RGB value is (249,191,91).

RGB: (249,191,91) (98%, 75%, 36%)

RGB channels and saturation

R 249 of 255 = 98%
G 191 of 255 = 75%
B 91 of 255 = 36%

249
191
91

R + G + B ~ 70%. #F9BF5B is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 191 + 91 = 531 (100%)
R 249 of 531 ~ 46.89%
G 191 of 531 ~ 35.97%
B 91 of 531 ~ 17.14'%

%46.89
%35.97
%17.14

CMYK color model

#F9BF5B color CMYK value is (0,23,63,2).

  • cyan value is 0.00%
  • magenta value is 23.29%
  • yellow value is 63.45%
  • key color value is 2.35%

CMYK: (0,23,63,2)
C0M23Y63K2 (0%, 23%, 63%, 2%)
(0.00 / 0.23 / 0.63 / 0.02)

CMYK percentages

%0
%23.29
%63.45
%2.35

Codes

Color #F9BF5B in popluar color models

F9 BF 5B
RGB 249 191 91
HSL 38° 92.94% 66.67%
HSB/HSV 38° 63.45% 97.65%
CMYK 0.00% 23.29% 63.45%
2.35%

Color #F9BF5B in popluar number systems.

HEX F9 BF 5B
Decimal 249 191 91
Binary 11111001 10111111 1011011
Octal 371 277 133

Shades and tints

Shades of #F9BF5B

#F9BF5B
(249,191,91)
#E3AE53
(227,174,83)
#CD9D4B
(205,157,75)
#B78C43
(183,140,67)
#A17B3B
(161,123,59)
#8B6A33
(139,106,51)
#75592B
(117,89,43)
#5F4823
(95,72,35)
#49371B
(73,55,27)
#332613
(51,38,19)
#1D150B
(29,21,11)
#000000
(0,0,0)

Tints of #F9BF5B

#F9BF5B
(249,191,91)
#F9C469
(249,196,105)
#F9C977
(249,201,119)
#F9CE85
(249,206,133)
#F9D393
(249,211,147)
#F9D8A1
(249,216,161)
#F9DDAF
(249,221,175)
#F9E2BD
(249,226,189)
#F9E7CB
(249,231,203)
#F9ECD9
(249,236,217)
#F9F1E7
(249,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9BF5B color. Also use rgb(249,191,91) instead hex code.

Text Font Color

.myTextColor { color: #F9BF5B; }

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

This text font color is #F9BF5B.

Background Color

.myBgColor { background-color: #F9BF5B; }

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

This div background color is #F9BF5B.

Border color

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

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

This div border color is #F9BF5B.

Opacity

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

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

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

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

This text has shadow with #F9BF5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9BF5B.

Preview

Color preview on black background

This text has color #F9BF5B on black background.


Color preview on white background

This text has color #F9BF5B on white background.


Black color preview on #F9BF5B background

This text has black color on #F9BF5B background.


White color preview on #F9BF5B background

This text has white color on #F9BF5B background.


Related colors

Complementary color

Complementary color for #F9BF5B is #0640A4.


I love getcolorcode.com

Triadic colors

1 #5BF9BF and #BF5BF9 with #F9BF5B are triadic colors.

2 #5BBFF9 and #BFF95B with #F9BF5B are triadic colors.