COLOR #FFC489

HEX: #FFC489
RGB: (255,196,137)

Color info

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

RGB color model

#FFC489 color RGB value is (255,196,137).

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

RGB channels and saturation

R 255 of 255 = 100%
G 196 of 255 = 77%
B 137 of 255 = 54%

255
196
137

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

Portions of RGB colors in percentages

R + G + B =
255 + 196 + 137 = 588 (100%)
R 255 of 588 ~ 43.37%
G 196 of 588 ~ 33.33%
B 137 of 588 ~ 23.3%

%43.37
%33.33
%23.3

CMYK color model

#FFC489 color CMYK value is (0,23,46,0).

  • cyan value is 0.00%
  • magenta value is 23.14%
  • yellow value is 46.27%
  • key color value is 0.00%
CMYK:
(0,23,46,0)
C0M23Y46K0 
(0%,23%,46%,0%)
(0.00/0.23/0.46/0.00)	

CMYK percentages

%0
%23.14
%46.27
%0

Codes

Color #FFC489 in popluar color models

FFC489
RGB255196137
HSL30°100.00%76.86%
HSB/HSV30°46.27%100.00%
CMYK0.00%23.14%46.27%
0.00%

Color #FFC489 in popluar number systems.

HEXFFC489
Decimal255196137
Binary111111111100010010001001
Octal377304211

Shades and tints

Shades of #FFC489

#FFC489
(255,196,137)
#E8B37D
(232,179,125)
#D1A271
(209,162,113)
#BA9165
(186,145,101)
#A38059
(163,128,89)
#8C6F4D
(140,111,77)
#755E41
(117,94,65)
#5E4D35
(94,77,53)
#473C29
(71,60,41)
#302B1D
(48,43,29)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #FFC489

#FFC489
(255,196,137)
#FFC993
(255,201,147)
#FFCE9D
(255,206,157)
#FFD3A7
(255,211,167)
#FFD8B1
(255,216,177)
#FFDDBB
(255,221,187)
#FFE2C5
(255,226,197)
#FFE7CF
(255,231,207)
#FFECD9
(255,236,217)
#FFF1E3
(255,241,227)
#FFF6ED
(255,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC489; }

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

This text font color is #FFC489.


Background Color

.myBgColor { background-color: #FFC489; }

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

This div background color is #FFC489.


Border color

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

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

This div border color is #FFC489.


Opacity

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

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

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

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

This text has shadow with #FFC489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC489 on black background.


Color preview on white background

This text has color #FFC489 on white background.



Black color preview on #FFC489 background

This text has black color on #FFC489 background.


White color preview on #FFC489 background

This text has white color on #FFC489 background.