COLOR #F5E56A

HEX: #F5E56A
RGB: (245,229,106)

Color info

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

RGB color model

#F5E56A color RGB value is (245,229,106).

  • red value is 245;
  • green value is 229;
  • blue value is 106.
RGB:
(245,229,106)
(96%,90%,42%)

RGB channels and saturation

R 245 of 255 = 96%
G 229 of 255 = 90%
B 106 of 255 = 42%

245
229
106

R + G + B ~ 76%. #F5E56A is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 229 + 106 = 580 (100%)
R 245 of 580 ~ 42.24%
G 229 of 580 ~ 39.48%
B 106 of 580 ~ 18.28%

%42.24
%39.48
%18.28

CMYK color model

#F5E56A color CMYK value is (0,7,57,4).

  • cyan value is 0.00%
  • magenta value is 6.53%
  • yellow value is 56.73%
  • key color value is 3.92%
CMYK:
(0,7,57,4)
C0M7Y57K4 
(0%,7%,57%,4%)
(0.00/0.07/0.57/0.04)	

CMYK percentages

%0
%6.53
%56.73
%3.92

Codes

Color #F5E56A in popluar color models

F5E56A
RGB245229106
HSL53°87.42%68.82%
HSB/HSV53°56.73%96.08%
CMYK0.00%6.53%56.73%
3.92%

Color #F5E56A in popluar number systems.

HEXF5E56A
Decimal245229106
Binary11110101111001011101010
Octal365345152

Shades and tints

Shades of #F5E56A

#F5E56A
(245,229,106)
#DFD161
(223,209,97)
#C9BD58
(201,189,88)
#B3A94F
(179,169,79)
#9D9546
(157,149,70)
#87813D
(135,129,61)
#716D34
(113,109,52)
#5B592B
(91,89,43)
#454522
(69,69,34)
#2F3119
(47,49,25)
#191D10
(25,29,16)
#000000
(0,0,0)

Tints of #F5E56A

#F5E56A
(245,229,106)
#F5E777
(245,231,119)
#F5E984
(245,233,132)
#F5EB91
(245,235,145)
#F5ED9E
(245,237,158)
#F5EFAB
(245,239,171)
#F5F1B8
(245,241,184)
#F5F3C5
(245,243,197)
#F5F5D2
(245,245,210)
#F5F7DF
(245,247,223)
#F5F9EC
(245,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5E56A color. Also use rgb(245,229,106) instead hex code.

Text Font Color

.myTextColor { color: #F5E56A; }

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

This text font color is #F5E56A.


Background Color

.myBgColor { background-color: #F5E56A; }

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

This div background color is #F5E56A.


Border color

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

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

This div border color is #F5E56A.


Opacity

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

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

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

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

This text has shadow with #F5E56A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E56A on black background.


Color preview on white background

This text has color #F5E56A on white background.



Black color preview on #F5E56A background

This text has black color on #F5E56A background.


White color preview on #F5E56A background

This text has white color on #F5E56A background.