COLOR #F7F276

HEX: #F7F276 RGB: (247,242,118)

Color info

#F7F276 contains mainly red and green colors. Web safe color of #F7F276 is #FFFF66 (or #FF6).

RGB color model

#F7F276 color RGB value is (247,242,118).

RGB: (247,242,118) (97%, 95%, 46%)

RGB channels and saturation

R 247 of 255 = 97%
G 242 of 255 = 95%
B 118 of 255 = 46%

247
242
118

R + G + B ~ 79%. #F7F276 is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 242 + 118 = 607 (100%)
R 247 of 607 ~ 40.69%
G 242 of 607 ~ 39.87%
B 118 of 607 ~ 19.44'%

%40.69
%39.87
%19.44

CMYK color model

#F7F276 color CMYK value is (0,2,52,3).

  • cyan value is 0.00%
  • magenta value is 2.02%
  • yellow value is 52.23%
  • key color value is 3.14%
CMYK: (0,2,52,3) C0M2Y52K3 (0%,2%,52%,3%) (0.00/0.02/0.52/0.03) 

CMYK percentages

%0
%2.02
%52.23
%3.14

Codes

Color #F7F276 in popluar color models

F7 F2 76
RGB 247 242 118
HSL 58° 88.97% 71.57%
HSB/HSV 58° 52.23% 96.86%
CMYK 0.00% 2.02% 52.23%
3.14%

Color #F7F276 in popluar number systems.

HEX F7 F2 76
Decimal 247 242 118
Binary 11110111 11110010 1110110
Octal 367 362 166

Shades and tints

Shades of #F7F276

#F7F276
(247,242,118)
#E1DC6C
(225,220,108)
#CBC662
(203,198,98)
#B5B058
(181,176,88)
#9F9A4E
(159,154,78)
#898444
(137,132,68)
#736E3A
(115,110,58)
#5D5830
(93,88,48)
#474226
(71,66,38)
#312C1C
(49,44,28)
#1B1612
(27,22,18)
#000000
(0,0,0)

Tints of #F7F276

#F7F276
(247,242,118)
#F7F382
(247,243,130)
#F7F48E
(247,244,142)
#F7F59A
(247,245,154)
#F7F6A6
(247,246,166)
#F7F7B2
(247,247,178)
#F7F8BE
(247,248,190)
#F7F9CA
(247,249,202)
#F7FAD6
(247,250,214)
#F7FBE2
(247,251,226)
#F7FCEE
(247,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7F276 color. Also use rgb(247,242,118) instead hex code.

Text Font Color

.myTextColor { color: #F7F276; }

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

This text font color is #F7F276.

Background Color

.myBgColor { background-color: #F7F276; }

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

This div background color is #F7F276.

Border color

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

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

This div border color is #F7F276.

Opacity

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

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

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

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

This text has shadow with #F7F276 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7F276.

Preview

Color preview on black background

This text has color #F7F276 on black background.


Color preview on white background

This text has color #F7F276 on white background.


Black color preview on #F7F276 background

This text has black color on #F7F276 background.


White color preview on #F7F276 background

This text has white color on #F7F276 background.


Related colors

Complementary color

Complementary color for #hex is #080D89.


I love getcolorcode.com

Triadic colors

1 #76F7F2 and #F276F7 with #F7F276 are triadic colors.

2 #76F2F7 and #F2F776 with #F7F276 are triadic colors.