COLOR #F8BF99

HEX: #F8BF99
RGB: (248,191,153)

Color info

#F8BF99 contains mainly red and green colors. Web safe color of #F8BF99 is #FFCC99 (or #FC9).

RGB color model

#F8BF99 color RGB value is (248,191,153).

  • red value is 248;
  • green value is 191;
  • blue value is 153.
RGB:
(248,191,153)
(97%,75%,60%)

RGB channels and saturation

R 248 of 255 = 97%
G 191 of 255 = 75%
B 153 of 255 = 60%

248
191
153

R + G + B ~ 77%. #F8BF99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 191 + 153 = 592 (100%)
R 248 of 592 ~ 41.89%
G 191 of 592 ~ 32.26%
B 153 of 592 ~ 25.84%

%41.89
%32.26
%25.84

CMYK color model

#F8BF99 color CMYK value is (0,23,38,3).

  • cyan value is 0.00%
  • magenta value is 22.98%
  • yellow value is 38.31%
  • key color value is 2.75%
CMYK:
(0,23,38,3)
C0M23Y38K3 
(0%,23%,38%,3%)
(0.00/0.23/0.38/0.03)	

CMYK percentages

%0
%22.98
%38.31
%2.75

Codes

Color #F8BF99 in popluar color models

F8BF99
RGB248191153
HSL24°87.16%78.63%
HSB/HSV24°38.31%97.25%
CMYK0.00%22.98%38.31%
2.75%

Color #F8BF99 in popluar number systems.

HEXF8BF99
Decimal248191153
Binary111110001011111110011001
Octal370277231

Shades and tints

Shades of #F8BF99

#F8BF99
(248,191,153)
#E2AE8C
(226,174,140)
#CC9D7F
(204,157,127)
#B68C72
(182,140,114)
#A07B65
(160,123,101)
#8A6A58
(138,106,88)
#74594B
(116,89,75)
#5E483E
(94,72,62)
#483731
(72,55,49)
#322624
(50,38,36)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #F8BF99

#F8BF99
(248,191,153)
#F8C4A2
(248,196,162)
#F8C9AB
(248,201,171)
#F8CEB4
(248,206,180)
#F8D3BD
(248,211,189)
#F8D8C6
(248,216,198)
#F8DDCF
(248,221,207)
#F8E2D8
(248,226,216)
#F8E7E1
(248,231,225)
#F8ECEA
(248,236,234)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8BF99 color. Also use rgb(248,191,153) instead hex code.

Text Font Color

.myTextColor { color: #F8BF99; }

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

This text font color is #F8BF99.


Background Color

.myBgColor { background-color: #F8BF99; }

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

This div background color is #F8BF99.


Border color

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

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

This div border color is #F8BF99.


Opacity

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

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

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

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

This text has shadow with #F8BF99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8BF99 on black background.


Color preview on white background

This text has color #F8BF99 on white background.



Black color preview on #F8BF99 background

This text has black color on #F8BF99 background.


White color preview on #F8BF99 background

This text has white color on #F8BF99 background.