COLOR #F7F066

HEX: #F7F066
RGB: (247,240,102)

Color info

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

RGB color model

#F7F066 color RGB value is (247,240,102).

  • red value is 247;
  • green value is 240;
  • blue value is 102.
RGB:
(247,240,102)
(97%,94%,40%)

RGB channels and saturation

R 247 of 255 = 97%
G 240 of 255 = 94%
B 102 of 255 = 40%

247
240
102

R + G + B ~ 77%. #F7F066 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 240 + 102 = 589 (100%)
R 247 of 589 ~ 41.94%
G 240 of 589 ~ 40.75%
B 102 of 589 ~ 17.32%

%41.94
%40.75
%17.32

CMYK color model

#F7F066 color CMYK value is (0,3,59,3).

  • cyan value is 0.00%
  • magenta value is 2.83%
  • yellow value is 58.70%
  • key color value is 3.14%
CMYK:
(0,3,59,3)
C0M3Y59K3 
(0%,3%,59%,3%)
(0.00/0.03/0.59/0.03)	

CMYK percentages

%0
%2.83
%58.7
%3.14

Codes

Color #F7F066 in popluar color models

F7F066
RGB247240102
HSL57°90.06%68.43%
HSB/HSV57°58.70%96.86%
CMYK0.00%2.83%58.70%
3.14%

Color #F7F066 in popluar number systems.

HEXF7F066
Decimal247240102
Binary11110111111100001100110
Octal367360146

Shades and tints

Shades of #F7F066

#F7F066
(247,240,102)
#E1DB5D
(225,219,93)
#CBC654
(203,198,84)
#B5B14B
(181,177,75)
#9F9C42
(159,156,66)
#898739
(137,135,57)
#737230
(115,114,48)
#5D5D27
(93,93,39)
#47481E
(71,72,30)
#313315
(49,51,21)
#1B1E0C
(27,30,12)
#000000
(0,0,0)

Tints of #F7F066

#F7F066
(247,240,102)
#F7F173
(247,241,115)
#F7F280
(247,242,128)
#F7F38D
(247,243,141)
#F7F49A
(247,244,154)
#F7F5A7
(247,245,167)
#F7F6B4
(247,246,180)
#F7F7C1
(247,247,193)
#F7F8CE
(247,248,206)
#F7F9DB
(247,249,219)
#F7FAE8
(247,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7F066 color. Also use rgb(247,240,102) instead hex code.

Text Font Color

.myTextColor { color: #F7F066; }

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

This text font color is #F7F066.


Background Color

.myBgColor { background-color: #F7F066; }

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

This div background color is #F7F066.


Border color

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

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

This div border color is #F7F066.


Opacity

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

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

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

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

This text has shadow with #F7F066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7F066 on black background.


Color preview on white background

This text has color #F7F066 on white background.



Black color preview on #F7F066 background

This text has black color on #F7F066 background.


White color preview on #F7F066 background

This text has white color on #F7F066 background.