COLOR #FFCA90

HEX: #FFCA90
RGB: (255,202,144)

Color info

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

RGB color model

#FFCA90 color RGB value is (255,202,144).

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

RGB channels and saturation

R 255 of 255 = 100%
G 202 of 255 = 79%
B 144 of 255 = 56%

255
202
144

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

Portions of RGB colors in percentages

R + G + B =
255 + 202 + 144 = 601 (100%)
R 255 of 601 ~ 42.43%
G 202 of 601 ~ 33.61%
B 144 of 601 ~ 23.96%

%42.43
%33.61
%23.96

CMYK color model

#FFCA90 color CMYK value is (0,21,44,0).

  • cyan value is 0.00%
  • magenta value is 20.78%
  • yellow value is 43.53%
  • key color value is 0.00%
CMYK:
(0,21,44,0)
C0M21Y44K0 
(0%,21%,44%,0%)
(0.00/0.21/0.44/0.00)	

CMYK percentages

%0
%20.78
%43.53
%0

Codes

Color #FFCA90 in popluar color models

FFCA90
RGB255202144
HSL31°100.00%78.24%
HSB/HSV31°43.53%100.00%
CMYK0.00%20.78%43.53%
0.00%

Color #FFCA90 in popluar number systems.

HEXFFCA90
Decimal255202144
Binary111111111100101010010000
Octal377312220

Shades and tints

Shades of #FFCA90

#FFCA90
(255,202,144)
#E8B883
(232,184,131)
#D1A676
(209,166,118)
#BA9469
(186,148,105)
#A3825C
(163,130,92)
#8C704F
(140,112,79)
#755E42
(117,94,66)
#5E4C35
(94,76,53)
#473A28
(71,58,40)
#30281B
(48,40,27)
#19160E
(25,22,14)
#000000
(0,0,0)

Tints of #FFCA90

#FFCA90
(255,202,144)
#FFCE9A
(255,206,154)
#FFD2A4
(255,210,164)
#FFD6AE
(255,214,174)
#FFDAB8
(255,218,184)
#FFDEC2
(255,222,194)
#FFE2CC
(255,226,204)
#FFE6D6
(255,230,214)
#FFEAE0
(255,234,224)
#FFEEEA
(255,238,234)
#FFF2F4
(255,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCA90; }

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

This text font color is #FFCA90.


Background Color

.myBgColor { background-color: #FFCA90; }

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

This div background color is #FFCA90.


Border color

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

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

This div border color is #FFCA90.


Opacity

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

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

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

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

This text has shadow with #FFCA90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCA90 on black background.


Color preview on white background

This text has color #FFCA90 on white background.



Black color preview on #FFCA90 background

This text has black color on #FFCA90 background.


White color preview on #FFCA90 background

This text has white color on #FFCA90 background.