COLOR #F8BB58

HEX: #F8BB58
RGB: (248,187,88)

Color info

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

RGB color model

#F8BB58 color RGB value is (248,187,88).

  • red value is 248;
  • green value is 187;
  • blue value is 88.
RGB:
(248,187,88)
(97%,73%,35%)

RGB channels and saturation

R 248 of 255 = 97%
G 187 of 255 = 73%
B 88 of 255 = 35%

248
187
88

R + G + B ~ 68%. #F8BB58 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 187 + 88 = 523 (100%)
R 248 of 523 ~ 47.42%
G 187 of 523 ~ 35.76%
B 88 of 523 ~ 16.83%

%47.42
%35.76
%16.83

CMYK color model

#F8BB58 color CMYK value is (0,25,65,3).

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 64.52%
  • key color value is 2.75%
CMYK:
(0,25,65,3)
C0M25Y65K3 
(0%,25%,65%,3%)
(0.00/0.25/0.65/0.03)	

CMYK percentages

%0
%24.6
%64.52
%2.75

Codes

Color #F8BB58 in popluar color models

F8BB58
RGB24818788
HSL37°91.95%65.88%
HSB/HSV37°64.52%97.25%
CMYK0.00%24.60%64.52%
2.75%

Color #F8BB58 in popluar number systems.

HEXF8BB58
Decimal24818788
Binary11111000101110111011000
Octal370273130

Shades and tints

Shades of #F8BB58

#F8BB58
(248,187,88)
#E2AA50
(226,170,80)
#CC9948
(204,153,72)
#B68840
(182,136,64)
#A07738
(160,119,56)
#8A6630
(138,102,48)
#745528
(116,85,40)
#5E4420
(94,68,32)
#483318
(72,51,24)
#322210
(50,34,16)
#1C1108
(28,17,8)
#000000
(0,0,0)

Tints of #F8BB58

#F8BB58
(248,187,88)
#F8C167
(248,193,103)
#F8C776
(248,199,118)
#F8CD85
(248,205,133)
#F8D394
(248,211,148)
#F8D9A3
(248,217,163)
#F8DFB2
(248,223,178)
#F8E5C1
(248,229,193)
#F8EBD0
(248,235,208)
#F8F1DF
(248,241,223)
#F8F7EE
(248,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8BB58; }

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

This text font color is #F8BB58.


Background Color

.myBgColor { background-color: #F8BB58; }

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

This div background color is #F8BB58.


Border color

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

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

This div border color is #F8BB58.


Opacity

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

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

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

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

This text has shadow with #F8BB58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8BB58 on black background.


Color preview on white background

This text has color #F8BB58 on white background.



Black color preview on #F8BB58 background

This text has black color on #F8BB58 background.


White color preview on #F8BB58 background

This text has white color on #F8BB58 background.