COLOR #F7D415

HEX: #F7D415
RGB: (247,212,21)

Color info

#F7D415 contains mainly red and green colors. Web safe color of #F7D415 is #FFCC00 (or #FC0).

RGB color model

#F7D415 color RGB value is (247,212,21).

  • red value is 247;
  • green value is 212;
  • blue value is 21.
RGB:
(247,212,21)
(97%,83%,8%)

RGB channels and saturation

R 247 of 255 = 97%
G 212 of 255 = 83%
B 21 of 255 = 8%

247
212
21

R + G + B ~ 63%. #F7D415 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 212 + 21 = 480 (100%)
R 247 of 480 ~ 51.46%
G 212 of 480 ~ 44.17%
B 21 of 480 ~ 4.38%

%51.46
%44.17

CMYK color model

#F7D415 color CMYK value is (0,14,91,3).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 91.50%
  • key color value is 3.14%
CMYK:
(0,14,91,3)
C0M14Y91K3 
(0%,14%,91%,3%)
(0.00/0.14/0.91/0.03)	

CMYK percentages

%0
%14.17
%91.5
%3.14

Codes

Color #F7D415 in popluar color models

F7D415
RGB24721221
HSL51°93.39%52.55%
HSB/HSV51°91.50%96.86%
CMYK0.00%14.17%91.50%
3.14%

Color #F7D415 in popluar number systems.

HEXF7D415
Decimal24721221
Binary111101111101010010101
Octal36732425

Shades and tints

Shades of #F7D415

#F7D415
(247,212,21)
#E1C114
(225,193,20)
#CBAE13
(203,174,19)
#B59B12
(181,155,18)
#9F8811
(159,136,17)
#897510
(137,117,16)
#73620F
(115,98,15)
#5D4F0E
(93,79,14)
#473C0D
(71,60,13)
#31290C
(49,41,12)
#1B160B
(27,22,11)
#000000
(0,0,0)

Tints of #F7D415

#F7D415
(247,212,21)
#F7D72A
(247,215,42)
#F7DA3F
(247,218,63)
#F7DD54
(247,221,84)
#F7E069
(247,224,105)
#F7E37E
(247,227,126)
#F7E693
(247,230,147)
#F7E9A8
(247,233,168)
#F7ECBD
(247,236,189)
#F7EFD2
(247,239,210)
#F7F2E7
(247,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7D415 color. Also use rgb(247,212,21) instead hex code.

Text Font Color

.myTextColor { color: #F7D415; }

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

This text font color is #F7D415.


Background Color

.myBgColor { background-color: #F7D415; }

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

This div background color is #F7D415.


Border color

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

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

This div border color is #F7D415.


Opacity

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

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

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

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

This text has shadow with #F7D415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D415 on black background.


Color preview on white background

This text has color #F7D415 on white background.



Black color preview on #F7D415 background

This text has black color on #F7D415 background.


White color preview on #F7D415 background

This text has white color on #F7D415 background.