COLOR #F8D56F

HEX: #F8D56F
RGB: (248,213,111)

Color info

#F8D56F contains mainly red and green colors. Web safe color of #F8D56F is #FFCC66 (or #FC6).

RGB color model

#F8D56F color RGB value is (248,213,111).

  • red value is 248;
  • green value is 213;
  • blue value is 111.
RGB:
(248,213,111)
(97%,84%,44%)

RGB channels and saturation

R 248 of 255 = 97%
G 213 of 255 = 84%
B 111 of 255 = 44%

248
213
111

R + G + B ~ 75%. #F8D56F is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 213 + 111 = 572 (100%)
R 248 of 572 ~ 43.36%
G 213 of 572 ~ 37.24%
B 111 of 572 ~ 19.41%

%43.36
%37.24
%19.41

CMYK color model

#F8D56F color CMYK value is (0,14,55,3).

  • cyan value is 0.00%
  • magenta value is 14.11%
  • yellow value is 55.24%
  • key color value is 2.75%
CMYK:
(0,14,55,3)
C0M14Y55K3 
(0%,14%,55%,3%)
(0.00/0.14/0.55/0.03)	

CMYK percentages

%0
%14.11
%55.24
%2.75

Codes

Color #F8D56F in popluar color models

F8D56F
RGB248213111
HSL45°90.73%70.39%
HSB/HSV45°55.24%97.25%
CMYK0.00%14.11%55.24%
2.75%

Color #F8D56F in popluar number systems.

HEXF8D56F
Decimal248213111
Binary11111000110101011101111
Octal370325157

Shades and tints

Shades of #F8D56F

#F8D56F
(248,213,111)
#E2C265
(226,194,101)
#CCAF5B
(204,175,91)
#B69C51
(182,156,81)
#A08947
(160,137,71)
#8A763D
(138,118,61)
#746333
(116,99,51)
#5E5029
(94,80,41)
#483D1F
(72,61,31)
#322A15
(50,42,21)
#1C170B
(28,23,11)
#000000
(0,0,0)

Tints of #F8D56F

#F8D56F
(248,213,111)
#F8D87C
(248,216,124)
#F8DB89
(248,219,137)
#F8DE96
(248,222,150)
#F8E1A3
(248,225,163)
#F8E4B0
(248,228,176)
#F8E7BD
(248,231,189)
#F8EACA
(248,234,202)
#F8EDD7
(248,237,215)
#F8F0E4
(248,240,228)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D56F color. Also use rgb(248,213,111) instead hex code.

Text Font Color

.myTextColor { color: #F8D56F; }

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

This text font color is #F8D56F.


Background Color

.myBgColor { background-color: #F8D56F; }

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

This div background color is #F8D56F.


Border color

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

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

This div border color is #F8D56F.


Opacity

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

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

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

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

This text has shadow with #F8D56F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D56F on black background.


Color preview on white background

This text has color #F8D56F on white background.



Black color preview on #F8D56F background

This text has black color on #F8D56F background.


White color preview on #F8D56F background

This text has white color on #F8D56F background.