COLOR #F8B658

HEX: #F8B658
RGB: (248,182,88)

Color info

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

RGB color model

#F8B658 color RGB value is (248,182,88).

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

RGB channels and saturation

R 248 of 255 = 97%
G 182 of 255 = 71%
B 88 of 255 = 35%

248
182
88

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

Portions of RGB colors in percentages

R + G + B =
248 + 182 + 88 = 518 (100%)
R 248 of 518 ~ 47.88%
G 182 of 518 ~ 35.14%
B 88 of 518 ~ 16.99%

%47.88
%35.14
%16.99

CMYK color model

#F8B658 color CMYK value is (0,27,65,3).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 64.52%
  • key color value is 2.75%
CMYK:
(0,27,65,3)
C0M27Y65K3 
(0%,27%,65%,3%)
(0.00/0.27/0.65/0.03)	

CMYK percentages

%0
%26.61
%64.52
%2.75

Codes

Color #F8B658 in popluar color models

F8B658
RGB24818288
HSL35°91.95%65.88%
HSB/HSV35°64.52%97.25%
CMYK0.00%26.61%64.52%
2.75%

Color #F8B658 in popluar number systems.

HEXF8B658
Decimal24818288
Binary11111000101101101011000
Octal370266130

Shades and tints

Shades of #F8B658

#F8B658
(248,182,88)
#E2A650
(226,166,80)
#CC9648
(204,150,72)
#B68640
(182,134,64)
#A07638
(160,118,56)
#8A6630
(138,102,48)
#745628
(116,86,40)
#5E4620
(94,70,32)
#483618
(72,54,24)
#322610
(50,38,16)
#1C1608
(28,22,8)
#000000
(0,0,0)

Tints of #F8B658

#F8B658
(248,182,88)
#F8BC67
(248,188,103)
#F8C276
(248,194,118)
#F8C885
(248,200,133)
#F8CE94
(248,206,148)
#F8D4A3
(248,212,163)
#F8DAB2
(248,218,178)
#F8E0C1
(248,224,193)
#F8E6D0
(248,230,208)
#F8ECDF
(248,236,223)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8B658; }

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

This text font color is #F8B658.


Background Color

.myBgColor { background-color: #F8B658; }

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

This div background color is #F8B658.


Border color

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

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

This div border color is #F8B658.


Opacity

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

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

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

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

This text has shadow with #F8B658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8B658 on black background.


Color preview on white background

This text has color #F8B658 on white background.



Black color preview on #F8B658 background

This text has black color on #F8B658 background.


White color preview on #F8B658 background

This text has white color on #F8B658 background.