COLOR #F8BB79

HEX: #F8BB79 RGB: (248,187,121)

Color info

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

RGB color model

#F8BB79 color RGB value is (248,187,121).

RGB: (248,187,121) (97%, 73%, 47%)

RGB channels and saturation

R 248 of 255 = 97%
G 187 of 255 = 73%
B 121 of 255 = 47%

248
187
121

R + G + B ~ 72%. #F8BB79 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 187 + 121 = 556 (100%)
R 248 of 556 ~ 44.6%
G 187 of 556 ~ 33.63%
B 121 of 556 ~ 21.76'%

%44.6
%33.63
%21.76

CMYK color model

#F8BB79 color CMYK value is (0,25,51,3).

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 51.21%
  • key color value is 2.75%

CMYK: (0,25,51,3)
C0M25Y51K3 (0%, 25%, 51%, 3%)
(0.00 / 0.25 / 0.51 / 0.03)

CMYK percentages

%0
%24.6
%51.21
%2.75

Codes

Color #F8BB79 in popluar color models

F8 BB 79
RGB 248 187 121
HSL 31° 90.07% 72.35%
HSB/HSV 31° 51.21% 97.25%
CMYK 0.00% 24.60% 51.21%
2.75%

Color #F8BB79 in popluar number systems.

HEX F8 BB 79
Decimal 248 187 121
Binary 11111000 10111011 1111001
Octal 370 273 171

Shades and tints

Shades of #F8BB79

#F8BB79
(248,187,121)
#E2AA6E
(226,170,110)
#CC9963
(204,153,99)
#B68858
(182,136,88)
#A0774D
(160,119,77)
#8A6642
(138,102,66)
#745537
(116,85,55)
#5E442C
(94,68,44)
#483321
(72,51,33)
#322216
(50,34,22)
#1C110B
(28,17,11)
#000000
(0,0,0)

Tints of #F8BB79

#F8BB79
(248,187,121)
#F8C185
(248,193,133)
#F8C791
(248,199,145)
#F8CD9D
(248,205,157)
#F8D3A9
(248,211,169)
#F8D9B5
(248,217,181)
#F8DFC1
(248,223,193)
#F8E5CD
(248,229,205)
#F8EBD9
(248,235,217)
#F8F1E5
(248,241,229)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8BB79 color. Also use rgb(248,187,121) instead hex code.

Text Font Color

.myTextColor { color: #F8BB79; }

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

This text font color is #F8BB79.

Background Color

.myBgColor { background-color: #F8BB79; }

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

This div background color is #F8BB79.

Border color

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

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

This div border color is #F8BB79.

Opacity

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

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

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

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

This text has shadow with #F8BB79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8BB79.

Preview

Color preview on black background

This text has color #F8BB79 on black background.


Color preview on white background

This text has color #F8BB79 on white background.


Black color preview on #F8BB79 background

This text has black color on #F8BB79 background.


White color preview on #F8BB79 background

This text has white color on #F8BB79 background.


Related colors

Complementary color

Complementary color for #hex is #074486.


I love getcolorcode.com

Triadic colors

1 #79F8BB and #BB79F8 with #F8BB79 are triadic colors.

2 #79BBF8 and #BBF879 with #F8BB79 are triadic colors.