COLOR #F7A505

HEX: #F7A505
RGB: (247,165,5)

Color info

#F7A505 contains mainly red color. Web safe color of #F7A505 is #FF9900 (or #F90).

RGB color model

#F7A505 color RGB value is (247,165,5).

  • red value is 247;
  • green value is 165;
  • blue value is 5.
RGB:
(247,165,5)
(97%,65%,2%)

RGB channels and saturation

R 247 of 255 = 97%
G 165 of 255 = 65%
B 5 of 255 = 2%

247
165
5

R + G + B ~ 55%. #F7A505 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
247 + 165 + 5 = 417 (100%)
R 247 of 417 ~ 59.23%
G 165 of 417 ~ 39.57%
B 5 of 417 ~ 1.2%

%59.23
%39.57

CMYK color model

#F7A505 color CMYK value is (0,33,98,3).

  • cyan value is 0.00%
  • magenta value is 33.20%
  • yellow value is 97.98%
  • key color value is 3.14%
CMYK:
(0,33,98,3)
C0M33Y98K3 
(0%,33%,98%,3%)
(0.00/0.33/0.98/0.03)	

CMYK percentages

%0
%33.2
%97.98
%3.14

Codes

Color #F7A505 in popluar color models

F7A505
RGB2471655
HSL40°96.03%49.41%
HSB/HSV40°97.98%96.86%
CMYK0.00%33.20%97.98%
3.14%

Color #F7A505 in popluar number systems.

HEXF7A505
Decimal2471655
Binary1111011110100101101
Octal3672455

Shades and tints

Shades of #F7A505

#F7A505
(247,165,5)
#E19605
(225,150,5)
#CB8705
(203,135,5)
#B57805
(181,120,5)
#9F6905
(159,105,5)
#895A05
(137,90,5)
#734B05
(115,75,5)
#5D3C05
(93,60,5)
#472D05
(71,45,5)
#311E05
(49,30,5)
#1B0F05
(27,15,5)
#000000
(0,0,0)

Tints of #F7A505

#F7A505
(247,165,5)
#F7AD1B
(247,173,27)
#F7B531
(247,181,49)
#F7BD47
(247,189,71)
#F7C55D
(247,197,93)
#F7CD73
(247,205,115)
#F7D589
(247,213,137)
#F7DD9F
(247,221,159)
#F7E5B5
(247,229,181)
#F7EDCB
(247,237,203)
#F7F5E1
(247,245,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7A505 color. Also use rgb(247,165,5) instead hex code.

Text Font Color

.myTextColor { color: #F7A505; }

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

This text font color is #F7A505.


Background Color

.myBgColor { background-color: #F7A505; }

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

This div background color is #F7A505.


Border color

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

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

This div border color is #F7A505.


Opacity

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

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

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

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

This text has shadow with #F7A505 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7A505 on black background.


Color preview on white background

This text has color #F7A505 on white background.



Black color preview on #F7A505 background

This text has black color on #F7A505 background.


White color preview on #F7A505 background

This text has white color on #F7A505 background.