COLOR #FFC689

HEX: #FFC689
RGB: (255,198,137)

Color info

#FFC689 contains mainly red and green colors. Web safe color of #FFC689 is #FFCC99 (or #FC9).

RGB color model

#FFC689 color RGB value is (255,198,137).

  • red value is 255;
  • green value is 198;
  • blue value is 137.
RGB:
(255,198,137)
(100%,78%,54%)

RGB channels and saturation

R 255 of 255 = 100%
G 198 of 255 = 78%
B 137 of 255 = 54%

255
198
137

R + G + B ~ 77%. #FFC689 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 198 + 137 = 590 (100%)
R 255 of 590 ~ 43.22%
G 198 of 590 ~ 33.56%
B 137 of 590 ~ 23.22%

%43.22
%33.56
%23.22

CMYK color model

#FFC689 color CMYK value is (0,22,46,0).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 46.27%
  • key color value is 0.00%
CMYK:
(0,22,46,0)
C0M22Y46K0 
(0%,22%,46%,0%)
(0.00/0.22/0.46/0.00)	

CMYK percentages

%0
%22.35
%46.27
%0

Codes

Color #FFC689 in popluar color models

FFC689
RGB255198137
HSL31°100.00%76.86%
HSB/HSV31°46.27%100.00%
CMYK0.00%22.35%46.27%
0.00%

Color #FFC689 in popluar number systems.

HEXFFC689
Decimal255198137
Binary111111111100011010001001
Octal377306211

Shades and tints

Shades of #FFC689

#FFC689
(255,198,137)
#E8B47D
(232,180,125)
#D1A271
(209,162,113)
#BA9065
(186,144,101)
#A37E59
(163,126,89)
#8C6C4D
(140,108,77)
#755A41
(117,90,65)
#5E4835
(94,72,53)
#473629
(71,54,41)
#30241D
(48,36,29)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #FFC689

#FFC689
(255,198,137)
#FFCB93
(255,203,147)
#FFD09D
(255,208,157)
#FFD5A7
(255,213,167)
#FFDAB1
(255,218,177)
#FFDFBB
(255,223,187)
#FFE4C5
(255,228,197)
#FFE9CF
(255,233,207)
#FFEED9
(255,238,217)
#FFF3E3
(255,243,227)
#FFF8ED
(255,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC689 color. Also use rgb(255,198,137) instead hex code.

Text Font Color

.myTextColor { color: #FFC689; }

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

This text font color is #FFC689.


Background Color

.myBgColor { background-color: #FFC689; }

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

This div background color is #FFC689.


Border color

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

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

This div border color is #FFC689.


Opacity

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

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

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

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

This text has shadow with #FFC689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC689 on black background.


Color preview on white background

This text has color #FFC689 on white background.



Black color preview on #FFC689 background

This text has black color on #FFC689 background.


White color preview on #FFC689 background

This text has white color on #FFC689 background.