COLOR #F8E57A

HEX: #F8E57A
RGB: (248,229,122)

Color info

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

RGB color model

#F8E57A color RGB value is (248,229,122).

  • red value is 248;
  • green value is 229;
  • blue value is 122.
RGB:
(248,229,122)
(97%,90%,48%)

RGB channels and saturation

R 248 of 255 = 97%
G 229 of 255 = 90%
B 122 of 255 = 48%

248
229
122

R + G + B ~ 78%. #F8E57A is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 229 + 122 = 599 (100%)
R 248 of 599 ~ 41.4%
G 229 of 599 ~ 38.23%
B 122 of 599 ~ 20.37%

%41.4
%38.23
%20.37

CMYK color model

#F8E57A color CMYK value is (0,8,51,3).

  • cyan value is 0.00%
  • magenta value is 7.66%
  • yellow value is 50.81%
  • key color value is 2.75%
CMYK:
(0,8,51,3)
C0M8Y51K3 
(0%,8%,51%,3%)
(0.00/0.08/0.51/0.03)	

CMYK percentages

%0
%7.66
%50.81
%2.75

Codes

Color #F8E57A in popluar color models

F8E57A
RGB248229122
HSL51°90.00%72.55%
HSB/HSV51°50.81%97.25%
CMYK0.00%7.66%50.81%
2.75%

Color #F8E57A in popluar number systems.

HEXF8E57A
Decimal248229122
Binary11111000111001011111010
Octal370345172

Shades and tints

Shades of #F8E57A

#F8E57A
(248,229,122)
#E2D16F
(226,209,111)
#CCBD64
(204,189,100)
#B6A959
(182,169,89)
#A0954E
(160,149,78)
#8A8143
(138,129,67)
#746D38
(116,109,56)
#5E592D
(94,89,45)
#484522
(72,69,34)
#323117
(50,49,23)
#1C1D0C
(28,29,12)
#000000
(0,0,0)

Tints of #F8E57A

#F8E57A
(248,229,122)
#F8E786
(248,231,134)
#F8E992
(248,233,146)
#F8EB9E
(248,235,158)
#F8EDAA
(248,237,170)
#F8EFB6
(248,239,182)
#F8F1C2
(248,241,194)
#F8F3CE
(248,243,206)
#F8F5DA
(248,245,218)
#F8F7E6
(248,247,230)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E57A color. Also use rgb(248,229,122) instead hex code.

Text Font Color

.myTextColor { color: #F8E57A; }

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

This text font color is #F8E57A.


Background Color

.myBgColor { background-color: #F8E57A; }

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

This div background color is #F8E57A.


Border color

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

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

This div border color is #F8E57A.


Opacity

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

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

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

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

This text has shadow with #F8E57A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E57A on black background.


Color preview on white background

This text has color #F8E57A on white background.



Black color preview on #F8E57A background

This text has black color on #F8E57A background.


White color preview on #F8E57A background

This text has white color on #F8E57A background.