COLOR #FFCA89

HEX: #FFCA89
RGB: (255,202,137)

Color info

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

RGB color model

#FFCA89 color RGB value is (255,202,137).

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

RGB channels and saturation

R 255 of 255 = 100%
G 202 of 255 = 79%
B 137 of 255 = 54%

255
202
137

R + G + B ~ 78%. #FFCA89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 202 + 137 = 594 (100%)
R 255 of 594 ~ 42.93%
G 202 of 594 ~ 34.01%
B 137 of 594 ~ 23.06%

%42.93
%34.01
%23.06

CMYK color model

#FFCA89 color CMYK value is (0,21,46,0).

  • cyan value is 0.00%
  • magenta value is 20.78%
  • yellow value is 46.27%
  • key color value is 0.00%
CMYK:
(0,21,46,0)
C0M21Y46K0 
(0%,21%,46%,0%)
(0.00/0.21/0.46/0.00)	

CMYK percentages

%0
%20.78
%46.27
%0

Codes

Color #FFCA89 in popluar color models

FFCA89
RGB255202137
HSL33°100.00%76.86%
HSB/HSV33°46.27%100.00%
CMYK0.00%20.78%46.27%
0.00%

Color #FFCA89 in popluar number systems.

HEXFFCA89
Decimal255202137
Binary111111111100101010001001
Octal377312211

Shades and tints

Shades of #FFCA89

#FFCA89
(255,202,137)
#E8B87D
(232,184,125)
#D1A671
(209,166,113)
#BA9465
(186,148,101)
#A38259
(163,130,89)
#8C704D
(140,112,77)
#755E41
(117,94,65)
#5E4C35
(94,76,53)
#473A29
(71,58,41)
#30281D
(48,40,29)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #FFCA89

#FFCA89
(255,202,137)
#FFCE93
(255,206,147)
#FFD29D
(255,210,157)
#FFD6A7
(255,214,167)
#FFDAB1
(255,218,177)
#FFDEBB
(255,222,187)
#FFE2C5
(255,226,197)
#FFE6CF
(255,230,207)
#FFEAD9
(255,234,217)
#FFEEE3
(255,238,227)
#FFF2ED
(255,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCA89; }

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

This text font color is #FFCA89.


Background Color

.myBgColor { background-color: #FFCA89; }

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

This div background color is #FFCA89.


Border color

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

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

This div border color is #FFCA89.


Opacity

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

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

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

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

This text has shadow with #FFCA89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCA89 on black background.


Color preview on white background

This text has color #FFCA89 on white background.



Black color preview on #FFCA89 background

This text has black color on #FFCA89 background.


White color preview on #FFCA89 background

This text has white color on #FFCA89 background.