COLOR #F5C093

HEX: #F5C093 RGB: (245,192,147)

Color info

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

RGB color model

#F5C093 color RGB value is (245,192,147).

RGB: (245,192,147) (96%, 75%, 58%)

RGB channels and saturation

R 245 of 255 = 96%
G 192 of 255 = 75%
B 147 of 255 = 58%

245
192
147

R + G + B ~ 76%. #F5C093 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 192 + 147 = 584 (100%)
R 245 of 584 ~ 41.95%
G 192 of 584 ~ 32.88%
B 147 of 584 ~ 25.17'%

%41.95
%32.88
%25.17

CMYK color model

#F5C093 color CMYK value is (0,22,40,4).

  • cyan value is 0.00%
  • magenta value is 21.63%
  • yellow value is 40.00%
  • key color value is 3.92%
CMYK: (0,22,40,4) C0M22Y40K4 (0%,22%,40%,4%) (0.00/0.22/0.40/0.04) 

CMYK percentages

%0
%21.63
%40
%3.92

Codes

Color #F5C093 in popluar color models

F5 C0 93
RGB 245 192 147
HSL 28° 83.05% 76.86%
HSB/HSV 28° 40.00% 96.08%
CMYK 0.00% 21.63% 40.00%
3.92%

Color #F5C093 in popluar number systems.

HEX F5 C0 93
Decimal 245 192 147
Binary 11110101 11000000 10010011
Octal 365 300 223

Shades and tints

Shades of #F5C093

#F5C093
(245,192,147)
#DFAF86
(223,175,134)
#C99E79
(201,158,121)
#B38D6C
(179,141,108)
#9D7C5F
(157,124,95)
#876B52
(135,107,82)
#715A45
(113,90,69)
#5B4938
(91,73,56)
#45382B
(69,56,43)
#2F271E
(47,39,30)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #F5C093

#F5C093
(245,192,147)
#F5C59C
(245,197,156)
#F5CAA5
(245,202,165)
#F5CFAE
(245,207,174)
#F5D4B7
(245,212,183)
#F5D9C0
(245,217,192)
#F5DEC9
(245,222,201)
#F5E3D2
(245,227,210)
#F5E8DB
(245,232,219)
#F5EDE4
(245,237,228)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C093 color. Also use rgb(245,192,147) instead hex code.

Text Font Color

.myTextColor { color: #F5C093; }

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

This text font color is #F5C093.

Background Color

.myBgColor { background-color: #F5C093; }

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

This div background color is #F5C093.

Border color

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

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

This div border color is #F5C093.

Opacity

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

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

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

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

This text has shadow with #F5C093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5C093.

Preview

Color preview on black background

This text has color #F5C093 on black background.


Color preview on white background

This text has color #F5C093 on white background.


Black color preview on #F5C093 background

This text has black color on #F5C093 background.


White color preview on #F5C093 background

This text has white color on #F5C093 background.


Related colors

Complementary color

Complementary color for #hex is #0A3F6C.


I love getcolorcode.com

Triadic colors

1 #93F5C0 and #C093F5 with #F5C093 are triadic colors.

2 #93C0F5 and #C0F593 with #F5C093 are triadic colors.