COLOR #F7DD90

HEX: #F7DD90 RGB: (247,221,144)

Color info

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

RGB color model

#F7DD90 color RGB value is (247,221,144).

RGB: (247,221,144) (97%, 87%, 56%)

RGB channels and saturation

R 247 of 255 = 97%
G 221 of 255 = 87%
B 144 of 255 = 56%

247
221
144

R + G + B ~ 80%. #F7DD90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 221 + 144 = 612 (100%)
R 247 of 612 ~ 40.36%
G 221 of 612 ~ 36.11%
B 144 of 612 ~ 23.53'%

%40.36
%36.11
%23.53

CMYK color model

#F7DD90 color CMYK value is (0,11,42,3).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 41.70%
  • key color value is 3.14%

CMYK: (0,11,42,3)
C0M11Y42K3 (0%, 11%, 42%, 3%)
(0.00 / 0.11 / 0.42 / 0.03)

CMYK percentages

%0
%10.53
%41.7
%3.14

Codes

Color #F7DD90 in popluar color models

F7 DD 90
RGB 247 221 144
HSL 45° 86.55% 76.67%
HSB/HSV 45° 41.70% 96.86%
CMYK 0.00% 10.53% 41.70%
3.14%

Color #F7DD90 in popluar number systems.

HEX F7 DD 90
Decimal 247 221 144
Binary 11110111 11011101 10010000
Octal 367 335 220

Shades and tints

Shades of #F7DD90

#F7DD90
(247,221,144)
#E1C983
(225,201,131)
#CBB576
(203,181,118)
#B5A169
(181,161,105)
#9F8D5C
(159,141,92)
#89794F
(137,121,79)
#736542
(115,101,66)
#5D5135
(93,81,53)
#473D28
(71,61,40)
#31291B
(49,41,27)
#1B150E
(27,21,14)
#000000
(0,0,0)

Tints of #F7DD90

#F7DD90
(247,221,144)
#F7E09A
(247,224,154)
#F7E3A4
(247,227,164)
#F7E6AE
(247,230,174)
#F7E9B8
(247,233,184)
#F7ECC2
(247,236,194)
#F7EFCC
(247,239,204)
#F7F2D6
(247,242,214)
#F7F5E0
(247,245,224)
#F7F8EA
(247,248,234)
#F7FBF4
(247,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7DD90 color. Also use rgb(247,221,144) instead hex code.

Text Font Color

.myTextColor { color: #F7DD90; }

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

This text font color is #F7DD90.

Background Color

.myBgColor { background-color: #F7DD90; }

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

This div background color is #F7DD90.

Border color

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

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

This div border color is #F7DD90.

Opacity

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

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

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

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

This text has shadow with #F7DD90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DD90.

Preview

Color preview on black background

This text has color #F7DD90 on black background.


Color preview on white background

This text has color #F7DD90 on white background.


Black color preview on #F7DD90 background

This text has black color on #F7DD90 background.


White color preview on #F7DD90 background

This text has white color on #F7DD90 background.


Related colors

Complementary color

Complementary color for #hex is #08226F.


I love getcolorcode.com

Triadic colors

1 #90F7DD and #DD90F7 with #F7DD90 are triadic colors.

2 #90DDF7 and #DDF790 with #F7DD90 are triadic colors.