COLOR #F7DE7F

HEX: #F7DE7F
RGB: (247,222,127)

Color info

#F7DE7F contains mainly red and green colors. Web safe color of #F7DE7F is #FFCC66 (or #FC6).

RGB color model

#F7DE7F color RGB value is (247,222,127).

  • red value is 247;
  • green value is 222;
  • blue value is 127.
RGB:
(247,222,127)
(97%,87%,50%)

RGB channels and saturation

R 247 of 255 = 97%
G 222 of 255 = 87%
B 127 of 255 = 50%

247
222
127

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

Portions of RGB colors in percentages

R + G + B =
247 + 222 + 127 = 596 (100%)
R 247 of 596 ~ 41.44%
G 222 of 596 ~ 37.25%
B 127 of 596 ~ 21.31%

%41.44
%37.25
%21.31

CMYK color model

#F7DE7F color CMYK value is (0,10,49,3).

  • cyan value is 0.00%
  • magenta value is 10.12%
  • yellow value is 48.58%
  • key color value is 3.14%
CMYK:
(0,10,49,3)
C0M10Y49K3 
(0%,10%,49%,3%)
(0.00/0.10/0.49/0.03)	

CMYK percentages

%0
%10.12
%48.58
%3.14

Codes

Color #F7DE7F in popluar color models

F7DE7F
RGB247222127
HSL48°88.24%73.33%
HSB/HSV48°48.58%96.86%
CMYK0.00%10.12%48.58%
3.14%

Color #F7DE7F in popluar number systems.

HEXF7DE7F
Decimal247222127
Binary11110111110111101111111
Octal367336177

Shades and tints

Shades of #F7DE7F

#F7DE7F
(247,222,127)
#E1CA74
(225,202,116)
#CBB669
(203,182,105)
#B5A25E
(181,162,94)
#9F8E53
(159,142,83)
#897A48
(137,122,72)
#73663D
(115,102,61)
#5D5232
(93,82,50)
#473E27
(71,62,39)
#312A1C
(49,42,28)
#1B1611
(27,22,17)
#000000
(0,0,0)

Tints of #F7DE7F

#F7DE7F
(247,222,127)
#F7E18A
(247,225,138)
#F7E495
(247,228,149)
#F7E7A0
(247,231,160)
#F7EAAB
(247,234,171)
#F7EDB6
(247,237,182)
#F7F0C1
(247,240,193)
#F7F3CC
(247,243,204)
#F7F6D7
(247,246,215)
#F7F9E2
(247,249,226)
#F7FCED
(247,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7DE7F color. Also use rgb(247,222,127) instead hex code.

Text Font Color

.myTextColor { color: #F7DE7F; }

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

This text font color is #F7DE7F.


Background Color

.myBgColor { background-color: #F7DE7F; }

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

This div background color is #F7DE7F.


Border color

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

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

This div border color is #F7DE7F.


Opacity

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

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

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

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

This text has shadow with #F7DE7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DE7F on black background.


Color preview on white background

This text has color #F7DE7F on white background.



Black color preview on #F7DE7F background

This text has black color on #F7DE7F background.


White color preview on #F7DE7F background

This text has white color on #F7DE7F background.