COLOR #F8B77B

HEX: #F8B77B
RGB: (248,183,123)

Color info

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

RGB color model

#F8B77B color RGB value is (248,183,123).

  • red value is 248;
  • green value is 183;
  • blue value is 123.
RGB: (248,183,123) (97%,72%,48%)

RGB channels and saturation

R 248 of 255 = 97%
G 183 of 255 = 72%
B 123 of 255 = 48%

248
183
123

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

Portions of RGB colors in percentages

R + G + B =
248 + 183 + 123 = 554 (100%)
R 248 of 554 ~ 44.77%
G 183 of 554 ~ 33.03%
B 123 of 554 ~ 22.2%

%44.77
%33.03
%22.2

CMYK color model

#F8B77B color CMYK value is (0,26,50,3).

  • cyan value is 0.00%
  • magenta value is 26.21%
  • yellow value is 50.40%
  • key color value is 2.75%
CMYK: (0,26,50,3) C0M26Y50K3 (0%,26%,50%,3%) (0.00/0.26/0.50/0.03)

CMYK percentages

%0
%26.21
%50.4
%2.75

Codes

Color #F8B77B in popluar color models

F8B77B
RGB248183123
HSL29°89.93%72.75%
HSB/HSV29°50.40%97.25%
CMYK0.00%26.21%50.40%
2.75%

Color #F8B77B in popluar number systems.

HEXF8B77B
Decimal248183123
Binary11111000101101111111011
Octal370267173

Shades and tints

Shades of #F8B77B

#F8B77B
(248,183,123)
#E2A770
(226,167,112)
#CC9765
(204,151,101)
#B6875A
(182,135,90)
#A0774F
(160,119,79)
#8A6744
(138,103,68)
#745739
(116,87,57)
#5E472E
(94,71,46)
#483723
(72,55,35)
#322718
(50,39,24)
#1C170D
(28,23,13)
#000000
(0,0,0)

Tints of #F8B77B

#F8B77B
(248,183,123)
#F8BD87
(248,189,135)
#F8C393
(248,195,147)
#F8C99F
(248,201,159)
#F8CFAB
(248,207,171)
#F8D5B7
(248,213,183)
#F8DBC3
(248,219,195)
#F8E1CF
(248,225,207)
#F8E7DB
(248,231,219)
#F8EDE7
(248,237,231)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8B77B color. Also use rgb(248,183,123) instead hex code.

Text Font Color

.myTextColor { color: #F8B77B; }

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

This text font color is #F8B77B.


Background Color

.myBgColor { background-color: #F8B77B; }

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

This div background color is #F8B77B.


Border color

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

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

This div border color is #F8B77B.


Opacity

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

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

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

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

This text has shadow with #F8B77B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F8B77B on black background.


Color preview on white background

This text has color #F8B77B on white background.



Black color preview on #F8B77B background

This text has black color on #F8B77B background.


White color preview on #F8B77B background

This text has white color on #F8B77B background.