COLOR #FFC88A

HEX: #FFC88A
RGB: (255,200,138)

Color info

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

RGB color model

#FFC88A color RGB value is (255,200,138).

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

RGB channels and saturation

R 255 of 255 = 100%
G 200 of 255 = 78%
B 138 of 255 = 54%

255
200
138

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

Portions of RGB colors in percentages

R + G + B =
255 + 200 + 138 = 593 (100%)
R 255 of 593 ~ 43%
G 200 of 593 ~ 33.73%
B 138 of 593 ~ 23.27%

%43
%33.73
%23.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.57%
  • yellow value is 45.88%
  • 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
%21.57
%45.88
%0

Codes

Color #FFC88A in popluar color models

FFC88A
RGB255200138
HSL32°100.00%77.06%
HSB/HSV32°45.88%100.00%
CMYK0.00%21.57%45.88%
0.00%

Color #FFC88A in popluar number systems.

HEXFFC88A
Decimal255200138
Binary111111111100100010001010
Octal377310212

Shades and tints

Shades of #FFC88A

#FFC88A
(255,200,138)
#E8B67E
(232,182,126)
#D1A472
(209,164,114)
#BA9266
(186,146,102)
#A3805A
(163,128,90)
#8C6E4E
(140,110,78)
#755C42
(117,92,66)
#5E4A36
(94,74,54)
#47382A
(71,56,42)
#30261E
(48,38,30)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #FFC88A

#FFC88A
(255,200,138)
#FFCD94
(255,205,148)
#FFD29E
(255,210,158)
#FFD7A8
(255,215,168)
#FFDCB2
(255,220,178)
#FFE1BC
(255,225,188)
#FFE6C6
(255,230,198)
#FFEBD0
(255,235,208)
#FFF0DA
(255,240,218)
#FFF5E4
(255,245,228)
#FFFAEE
(255,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC88A color. Also use rgb(255,200,138) instead hex code.

Text Font Color

.myTextColor { color: #FFC88A; }

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

This text font color is #FFC88A.


Background Color

.myBgColor { background-color: #FFC88A; }

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

This div background color is #FFC88A.


Border color

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

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

This div border color is #FFC88A.


Opacity

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

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

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

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

This text has shadow with #FFC88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC88A on black background.


Color preview on white background

This text has color #FFC88A on white background.



Black color preview on #FFC88A background

This text has black color on #FFC88A background.


White color preview on #FFC88A background

This text has white color on #FFC88A background.