COLOR #F4CF90

HEX: #F4CF90 RGB: (244,207,144)

Color info

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

RGB color model

#F4CF90 color RGB value is (244,207,144).

RGB: (244,207,144) (96%, 81%, 56%)

RGB channels and saturation

R 244 of 255 = 96%
G 207 of 255 = 81%
B 144 of 255 = 56%

244
207
144

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

Portions of RGB colors in percentages

R + G + B = 244 + 207 + 144 = 595 (100%)
R 244 of 595 ~ 41.01%
G 207 of 595 ~ 34.79%
B 144 of 595 ~ 24.2'%

%41.01
%34.79
%24.2

CMYK color model

#F4CF90 color CMYK value is (0,15,41,4).

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

CMYK: (0,15,41,4)
C0M15Y41K4 (0%, 15%, 41%, 4%)
(0.00 / 0.15 / 0.41 / 0.04)

CMYK percentages

%0
%15.16
%40.98
%4.31

Codes

Color #F4CF90 in popluar color models

F4 CF 90
RGB 244 207 144
HSL 38° 81.97% 76.08%
HSB/HSV 38° 40.98% 95.69%
CMYK 0.00% 15.16% 40.98%
4.31%

Color #F4CF90 in popluar number systems.

HEX F4 CF 90
Decimal 244 207 144
Binary 11110100 11001111 10010000
Octal 364 317 220

Shades and tints

Shades of #F4CF90

#F4CF90
(244,207,144)
#DEBD83
(222,189,131)
#C8AB76
(200,171,118)
#B29969
(178,153,105)
#9C875C
(156,135,92)
#86754F
(134,117,79)
#706342
(112,99,66)
#5A5135
(90,81,53)
#443F28
(68,63,40)
#2E2D1B
(46,45,27)
#181B0E
(24,27,14)
#000000
(0,0,0)

Tints of #F4CF90

#F4CF90
(244,207,144)
#F5D39A
(245,211,154)
#F6D7A4
(246,215,164)
#F7DBAE
(247,219,174)
#F8DFB8
(248,223,184)
#F9E3C2
(249,227,194)
#FAE7CC
(250,231,204)
#FBEBD6
(251,235,214)
#FCEFE0
(252,239,224)
#FDF3EA
(253,243,234)
#FEF7F4
(254,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4CF90; }

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

This text font color is #F4CF90.

Background Color

.myBgColor { background-color: #F4CF90; }

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

This div background color is #F4CF90.

Border color

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

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

This div border color is #F4CF90.

Opacity

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

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

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

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

This text has shadow with #F4CF90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4CF90.

Preview

Color preview on black background

This text has color #F4CF90 on black background.


Color preview on white background

This text has color #F4CF90 on white background.


Black color preview on #F4CF90 background

This text has black color on #F4CF90 background.


White color preview on #F4CF90 background

This text has white color on #F4CF90 background.


Related colors

Complementary color

Complementary color for #hex is #0B306F.


I love getcolorcode.com

Triadic colors

1 #90F4CF and #CF90F4 with #F4CF90 are triadic colors.

2 #90CFF4 and #CFF490 with #F4CF90 are triadic colors.