COLOR #F4CF93

HEX: #F4CF93 RGB: (244,207,147)

Color info

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

RGB color model

#F4CF93 color RGB value is (244,207,147).

RGB: (244,207,147) (96%, 81%, 58%)

RGB channels and saturation

R 244 of 255 = 96%
G 207 of 255 = 81%
B 147 of 255 = 58%

244
207
147

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

Portions of RGB colors in percentages

R + G + B = 244 + 207 + 147 = 598 (100%)
R 244 of 598 ~ 40.8%
G 207 of 598 ~ 34.62%
B 147 of 598 ~ 24.58'%

%40.8
%34.62
%24.58

CMYK color model

#F4CF93 color CMYK value is (0,15,40,4).

  • cyan value is 0.00%
  • magenta value is 15.16%
  • yellow value is 39.75%
  • key color value is 4.31%

CMYK: (0,15,40,4)
C0M15Y40K4 (0%, 15%, 40%, 4%)
(0.00 / 0.15 / 0.40 / 0.04)

CMYK percentages

%0
%15.16
%39.75
%4.31

Codes

Color #F4CF93 in popluar color models

F4 CF 93
RGB 244 207 147
HSL 37° 81.51% 76.67%
HSB/HSV 37° 39.75% 95.69%
CMYK 0.00% 15.16% 39.75%
4.31%

Color #F4CF93 in popluar number systems.

HEX F4 CF 93
Decimal 244 207 147
Binary 11110100 11001111 10010011
Octal 364 317 223

Shades and tints

Shades of #F4CF93

#F4CF93
(244,207,147)
#DEBD86
(222,189,134)
#C8AB79
(200,171,121)
#B2996C
(178,153,108)
#9C875F
(156,135,95)
#867552
(134,117,82)
#706345
(112,99,69)
#5A5138
(90,81,56)
#443F2B
(68,63,43)
#2E2D1E
(46,45,30)
#181B11
(24,27,17)
#000000
(0,0,0)

Tints of #F4CF93

#F4CF93
(244,207,147)
#F5D39C
(245,211,156)
#F6D7A5
(246,215,165)
#F7DBAE
(247,219,174)
#F8DFB7
(248,223,183)
#F9E3C0
(249,227,192)
#FAE7C9
(250,231,201)
#FBEBD2
(251,235,210)
#FCEFDB
(252,239,219)
#FDF3E4
(253,243,228)
#FEF7ED
(254,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4CF93 color. Also use rgb(244,207,147) instead hex code.

Text Font Color

.myTextColor { color: #F4CF93; }

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

This text font color is #F4CF93.

Background Color

.myBgColor { background-color: #F4CF93; }

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

This div background color is #F4CF93.

Border color

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

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

This div border color is #F4CF93.

Opacity

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

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

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

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

This text has shadow with #F4CF93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4CF93.

Preview

Color preview on black background

This text has color #F4CF93 on black background.


Color preview on white background

This text has color #F4CF93 on white background.


Black color preview on #F4CF93 background

This text has black color on #F4CF93 background.


White color preview on #F4CF93 background

This text has white color on #F4CF93 background.


Related colors

Complementary color

Complementary color for #hex is #0B306C.


I love getcolorcode.com

Triadic colors

1 #93F4CF and #CF93F4 with #F4CF93 are triadic colors.

2 #93CFF4 and #CFF493 with #F4CF93 are triadic colors.