COLOR #F5EFA1

HEX: #F5EFA1 RGB: (245,239,161)

Color info

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

RGB color model

#F5EFA1 color RGB value is (245,239,161).

RGB: (245,239,161) (96%, 94%, 63%)

RGB channels and saturation

R 245 of 255 = 96%
G 239 of 255 = 94%
B 161 of 255 = 63%

245
239
161

R + G + B ~ 84%. #F5EFA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 239 + 161 = 645 (100%)
R 245 of 645 ~ 37.98%
G 239 of 645 ~ 37.05%
B 161 of 645 ~ 24.96'%

%37.98
%37.05
%24.96

CMYK color model

#F5EFA1 color CMYK value is (0,2,34,4).

  • cyan value is 0.00%
  • magenta value is 2.45%
  • yellow value is 34.29%
  • key color value is 3.92%
CMYK: (0,2,34,4) C0M2Y34K4 (0%,2%,34%,4%) (0.00/0.02/0.34/0.04) 

CMYK percentages

%0
%2.45
%34.29
%3.92

Codes

Color #F5EFA1 in popluar color models

F5 EF A1
RGB 245 239 161
HSL 56° 80.77% 79.61%
HSB/HSV 56° 34.29% 96.08%
CMYK 0.00% 2.45% 34.29%
3.92%

Color #F5EFA1 in popluar number systems.

HEX F5 EF A1
Decimal 245 239 161
Binary 11110101 11101111 10100001
Octal 365 357 241

Shades and tints

Shades of #F5EFA1

#F5EFA1
(245,239,161)
#DFDA93
(223,218,147)
#C9C585
(201,197,133)
#B3B077
(179,176,119)
#9D9B69
(157,155,105)
#87865B
(135,134,91)
#71714D
(113,113,77)
#5B5C3F
(91,92,63)
#454731
(69,71,49)
#2F3223
(47,50,35)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #F5EFA1

#F5EFA1
(245,239,161)
#F5F0A9
(245,240,169)
#F5F1B1
(245,241,177)
#F5F2B9
(245,242,185)
#F5F3C1
(245,243,193)
#F5F4C9
(245,244,201)
#F5F5D1
(245,245,209)
#F5F6D9
(245,246,217)
#F5F7E1
(245,247,225)
#F5F8E9
(245,248,233)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5EFA1; }

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

This text font color is #F5EFA1.

Background Color

.myBgColor { background-color: #F5EFA1; }

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

This div background color is #F5EFA1.

Border color

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

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

This div border color is #F5EFA1.

Opacity

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

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

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

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

This text has shadow with #F5EFA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5EFA1.

Preview

Color preview on black background

This text has color #F5EFA1 on black background.


Color preview on white background

This text has color #F5EFA1 on white background.


Black color preview on #F5EFA1 background

This text has black color on #F5EFA1 background.


White color preview on #F5EFA1 background

This text has white color on #F5EFA1 background.


Related colors

Complementary color

Complementary color for #hex is #0A105E.


I love getcolorcode.com

Triadic colors

1 #A1F5EF and #EFA1F5 with #F5EFA1 are triadic colors.

2 #A1EFF5 and #EFF5A1 with #F5EFA1 are triadic colors.