COLOR #F5F5A7

HEX: #F5F5A7
RGB: (245,245,167)

Color info

#F5F5A7 contains mainly red and green colors. Web safe color of #F5F5A7 is #FFFF99 (or #FF9).

RGB color model

#F5F5A7 color RGB value is (245,245,167).

  • red value is 245;
  • green value is 245;
  • blue value is 167.
RGB:
(245,245,167)
(96%,96%,65%)

RGB channels and saturation

R 245 of 255 = 96%
G 245 of 255 = 96%
B 167 of 255 = 65%

245
245
167

R + G + B ~ 86%. #F5F5A7 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 245 + 167 = 657 (100%)
R 245 of 657 ~ 37.29%
G 245 of 657 ~ 37.29%
B 167 of 657 ~ 25.42%

%37.29
%37.29
%25.42

CMYK color model

#F5F5A7 color CMYK value is (0,0,32,4).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 31.84%
  • key color value is 3.92%
CMYK:
(0,0,32,4)
C0M0Y32K4 
(0%,0%,32%,4%)
(0.00/0.00/0.32/0.04)	

CMYK percentages

%0
%0
%31.84
%3.92

Codes

Color #F5F5A7 in popluar color models

F5F5A7
RGB245245167
HSL60°79.59%80.78%
HSB/HSV60°31.84%96.08%
CMYK0.00%0.00%31.84%
3.92%

Color #F5F5A7 in popluar number systems.

HEXF5F5A7
Decimal245245167
Binary111101011111010110100111
Octal365365247

Shades and tints

Shades of #F5F5A7

#F5F5A7
(245,245,167)
#DFDF98
(223,223,152)
#C9C989
(201,201,137)
#B3B37A
(179,179,122)
#9D9D6B
(157,157,107)
#87875C
(135,135,92)
#71714D
(113,113,77)
#5B5B3E
(91,91,62)
#45452F
(69,69,47)
#2F2F20
(47,47,32)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #F5F5A7

#F5F5A7
(245,245,167)
#F5F5AF
(245,245,175)
#F5F5B7
(245,245,183)
#F5F5BF
(245,245,191)
#F5F5C7
(245,245,199)
#F5F5CF
(245,245,207)
#F5F5D7
(245,245,215)
#F5F5DF
(245,245,223)
#F5F5E7
(245,245,231)
#F5F5EF
(245,245,239)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F5A7; }

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

This text font color is #F5F5A7.


Background Color

.myBgColor { background-color: #F5F5A7; }

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

This div background color is #F5F5A7.


Border color

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

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

This div border color is #F5F5A7.


Opacity

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

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

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

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

This text has shadow with #F5F5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F5A7 on black background.


Color preview on white background

This text has color #F5F5A7 on white background.



Black color preview on #F5F5A7 background

This text has black color on #F5F5A7 background.


White color preview on #F5F5A7 background

This text has white color on #F5F5A7 background.