COLOR #FFC09E

HEX: #FFC09E
RGB: (255,192,158)

Color info

#FFC09E contains mainly red color. Web safe color of #FFC09E is #FFCC99 (or #FC9).

RGB color model

#FFC09E color RGB value is (255,192,158).

  • red value is 255;
  • green value is 192;
  • blue value is 158.
RGB:
(255,192,158)
(100%,75%,62%)

RGB channels and saturation

R 255 of 255 = 100%
G 192 of 255 = 75%
B 158 of 255 = 62%

255
192
158

R + G + B ~ 79%. #FFC09E is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 192 + 158 = 605 (100%)
R 255 of 605 ~ 42.15%
G 192 of 605 ~ 31.74%
B 158 of 605 ~ 26.12%

%42.15
%31.74
%26.12

CMYK color model

#FFC09E color CMYK value is (0,25,38,0).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 38.04%
  • key color value is 0.00%
CMYK:
(0,25,38,0)
C0M25Y38K0 
(0%,25%,38%,0%)
(0.00/0.25/0.38/0.00)	

CMYK percentages

%0
%24.71
%38.04
%0

Codes

Color #FFC09E in popluar color models

FFC09E
RGB255192158
HSL21°100.00%80.98%
HSB/HSV21°38.04%100.00%
CMYK0.00%24.71%38.04%
0.00%

Color #FFC09E in popluar number systems.

HEXFFC09E
Decimal255192158
Binary111111111100000010011110
Octal377300236

Shades and tints

Shades of #FFC09E

#FFC09E
(255,192,158)
#E8AF90
(232,175,144)
#D19E82
(209,158,130)
#BA8D74
(186,141,116)
#A37C66
(163,124,102)
#8C6B58
(140,107,88)
#755A4A
(117,90,74)
#5E493C
(94,73,60)
#47382E
(71,56,46)
#302720
(48,39,32)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #FFC09E

#FFC09E
(255,192,158)
#FFC5A6
(255,197,166)
#FFCAAE
(255,202,174)
#FFCFB6
(255,207,182)
#FFD4BE
(255,212,190)
#FFD9C6
(255,217,198)
#FFDECE
(255,222,206)
#FFE3D6
(255,227,214)
#FFE8DE
(255,232,222)
#FFEDE6
(255,237,230)
#FFF2EE
(255,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC09E color. Also use rgb(255,192,158) instead hex code.

Text Font Color

.myTextColor { color: #FFC09E; }

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

This text font color is #FFC09E.


Background Color

.myBgColor { background-color: #FFC09E; }

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

This div background color is #FFC09E.


Border color

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

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

This div border color is #FFC09E.


Opacity

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

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

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

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

This text has shadow with #FFC09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC09E on black background.


Color preview on white background

This text has color #FFC09E on white background.



Black color preview on #FFC09E background

This text has black color on #FFC09E background.


White color preview on #FFC09E background

This text has white color on #FFC09E background.