COLOR #F7E27A

HEX: #F7E27A
RGB: (247,226,122)

Color info

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

RGB color model

#F7E27A color RGB value is (247,226,122).

  • red value is 247;
  • green value is 226;
  • blue value is 122.
RGB:
(247,226,122)
(97%,89%,48%)

RGB channels and saturation

R 247 of 255 = 97%
G 226 of 255 = 89%
B 122 of 255 = 48%

247
226
122

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

Portions of RGB colors in percentages

R + G + B =
247 + 226 + 122 = 595 (100%)
R 247 of 595 ~ 41.51%
G 226 of 595 ~ 37.98%
B 122 of 595 ~ 20.5%

%41.51
%37.98
%20.5

CMYK color model

#F7E27A color CMYK value is (0,9,51,3).

  • cyan value is 0.00%
  • magenta value is 8.50%
  • yellow value is 50.61%
  • key color value is 3.14%
CMYK:
(0,9,51,3)
C0M9Y51K3 
(0%,9%,51%,3%)
(0.00/0.09/0.51/0.03)	

CMYK percentages

%0
%8.5
%50.61
%3.14

Codes

Color #F7E27A in popluar color models

F7E27A
RGB247226122
HSL50°88.65%72.35%
HSB/HSV50°50.61%96.86%
CMYK0.00%8.50%50.61%
3.14%

Color #F7E27A in popluar number systems.

HEXF7E27A
Decimal247226122
Binary11110111111000101111010
Octal367342172

Shades and tints

Shades of #F7E27A

#F7E27A
(247,226,122)
#E1CE6F
(225,206,111)
#CBBA64
(203,186,100)
#B5A659
(181,166,89)
#9F924E
(159,146,78)
#897E43
(137,126,67)
#736A38
(115,106,56)
#5D562D
(93,86,45)
#474222
(71,66,34)
#312E17
(49,46,23)
#1B1A0C
(27,26,12)
#000000
(0,0,0)

Tints of #F7E27A

#F7E27A
(247,226,122)
#F7E486
(247,228,134)
#F7E692
(247,230,146)
#F7E89E
(247,232,158)
#F7EAAA
(247,234,170)
#F7ECB6
(247,236,182)
#F7EEC2
(247,238,194)
#F7F0CE
(247,240,206)
#F7F2DA
(247,242,218)
#F7F4E6
(247,244,230)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E27A color. Also use rgb(247,226,122) instead hex code.

Text Font Color

.myTextColor { color: #F7E27A; }

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

This text font color is #F7E27A.


Background Color

.myBgColor { background-color: #F7E27A; }

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

This div background color is #F7E27A.


Border color

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

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

This div border color is #F7E27A.


Opacity

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

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

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

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

This text has shadow with #F7E27A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E27A on black background.


Color preview on white background

This text has color #F7E27A on white background.



Black color preview on #F7E27A background

This text has black color on #F7E27A background.


White color preview on #F7E27A background

This text has white color on #F7E27A background.