COLOR #F5C677

HEX: #F5C677 RGB: (245,198,119)

Color info

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

RGB color model

#F5C677 color RGB value is (245,198,119).

RGB: (245,198,119) (96%, 78%, 47%)

RGB channels and saturation

R 245 of 255 = 96%
G 198 of 255 = 78%
B 119 of 255 = 47%

245
198
119

R + G + B ~ 74%. #F5C677 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 198 + 119 = 562 (100%)
R 245 of 562 ~ 43.59%
G 198 of 562 ~ 35.23%
B 119 of 562 ~ 21.17'%

%43.59
%35.23
%21.17

CMYK color model

#F5C677 color CMYK value is (0,19,51,4).

  • cyan value is 0.00%
  • magenta value is 19.18%
  • yellow value is 51.43%
  • key color value is 3.92%
CMYK: (0,19,51,4) C0M19Y51K4 (0%,19%,51%,4%) (0.00/0.19/0.51/0.04) 

CMYK percentages

%0
%19.18
%51.43
%3.92

Codes

Color #F5C677 in popluar color models

F5 C6 77
RGB 245 198 119
HSL 38° 86.30% 71.37%
HSB/HSV 38° 51.43% 96.08%
CMYK 0.00% 19.18% 51.43%
3.92%

Color #F5C677 in popluar number systems.

HEX F5 C6 77
Decimal 245 198 119
Binary 11110101 11000110 1110111
Octal 365 306 167

Shades and tints

Shades of #F5C677

#F5C677
(245,198,119)
#DFB46D
(223,180,109)
#C9A263
(201,162,99)
#B39059
(179,144,89)
#9D7E4F
(157,126,79)
#876C45
(135,108,69)
#715A3B
(113,90,59)
#5B4831
(91,72,49)
#453627
(69,54,39)
#2F241D
(47,36,29)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #F5C677

#F5C677
(245,198,119)
#F5CB83
(245,203,131)
#F5D08F
(245,208,143)
#F5D59B
(245,213,155)
#F5DAA7
(245,218,167)
#F5DFB3
(245,223,179)
#F5E4BF
(245,228,191)
#F5E9CB
(245,233,203)
#F5EED7
(245,238,215)
#F5F3E3
(245,243,227)
#F5F8EF
(245,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5C677; }

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

This text font color is #F5C677.

Background Color

.myBgColor { background-color: #F5C677; }

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

This div background color is #F5C677.

Border color

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

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

This div border color is #F5C677.

Opacity

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

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

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

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

This text has shadow with #F5C677 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5C677.

Preview

Color preview on black background

This text has color #F5C677 on black background.


Color preview on white background

This text has color #F5C677 on white background.


Black color preview on #F5C677 background

This text has black color on #F5C677 background.


White color preview on #F5C677 background

This text has white color on #F5C677 background.


Related colors

Complementary color

Complementary color for #hex is #0A3988.


I love getcolorcode.com

Triadic colors

1 #77F5C6 and #C677F5 with #F5C677 are triadic colors.

2 #77C6F5 and #C6F577 with #F5C677 are triadic colors.