COLOR #F7C720

HEX: #F7C720
RGB: (247,199,32)

Color info

#F7C720 contains mainly red and green colors. Web safe color of #F7C720 is #FFCC33 (or #FC3).

RGB color model

#F7C720 color RGB value is (247,199,32).

  • red value is 247;
  • green value is 199;
  • blue value is 32.
RGB:
(247,199,32)
(97%,78%,13%)

RGB channels and saturation

R 247 of 255 = 97%
G 199 of 255 = 78%
B 32 of 255 = 13%

247
199
32

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

Portions of RGB colors in percentages

R + G + B =
247 + 199 + 32 = 478 (100%)
R 247 of 478 ~ 51.67%
G 199 of 478 ~ 41.63%
B 32 of 478 ~ 6.69%

%51.67
%41.63

CMYK color model

#F7C720 color CMYK value is (0,19,87,3).

  • cyan value is 0.00%
  • magenta value is 19.43%
  • yellow value is 87.04%
  • key color value is 3.14%
CMYK:
(0,19,87,3)
C0M19Y87K3 
(0%,19%,87%,3%)
(0.00/0.19/0.87/0.03)	

CMYK percentages

%0
%19.43
%87.04
%3.14

Codes

Color #F7C720 in popluar color models

F7C720
RGB24719932
HSL47°93.07%54.71%
HSB/HSV47°87.04%96.86%
CMYK0.00%19.43%87.04%
3.14%

Color #F7C720 in popluar number systems.

HEXF7C720
Decimal24719932
Binary1111011111000111100000
Octal36730740

Shades and tints

Shades of #F7C720

#F7C720
(247,199,32)
#E1B51E
(225,181,30)
#CBA31C
(203,163,28)
#B5911A
(181,145,26)
#9F7F18
(159,127,24)
#896D16
(137,109,22)
#735B14
(115,91,20)
#5D4912
(93,73,18)
#473710
(71,55,16)
#31250E
(49,37,14)
#1B130C
(27,19,12)
#000000
(0,0,0)

Tints of #F7C720

#F7C720
(247,199,32)
#F7CC34
(247,204,52)
#F7D148
(247,209,72)
#F7D65C
(247,214,92)
#F7DB70
(247,219,112)
#F7E084
(247,224,132)
#F7E598
(247,229,152)
#F7EAAC
(247,234,172)
#F7EFC0
(247,239,192)
#F7F4D4
(247,244,212)
#F7F9E8
(247,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7C720 color. Also use rgb(247,199,32) instead hex code.

Text Font Color

.myTextColor { color: #F7C720; }

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

This text font color is #F7C720.


Background Color

.myBgColor { background-color: #F7C720; }

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

This div background color is #F7C720.


Border color

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

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

This div border color is #F7C720.


Opacity

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

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

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

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

This text has shadow with #F7C720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C720 on black background.


Color preview on white background

This text has color #F7C720 on white background.



Black color preview on #F7C720 background

This text has black color on #F7C720 background.


White color preview on #F7C720 background

This text has white color on #F7C720 background.