COLOR #F7B16E

HEX: #F7B16E
RGB: (247,177,110)

Color info

#F7B16E contains mainly red color. Web safe color of #F7B16E is #FF9966 (or #F96).

RGB color model

#F7B16E color RGB value is (247,177,110).

  • red value is 247;
  • green value is 177;
  • blue value is 110.
RGB:
(247,177,110)
(97%,69%,43%)

RGB channels and saturation

R 247 of 255 = 97%
G 177 of 255 = 69%
B 110 of 255 = 43%

247
177
110

R + G + B ~ 70%. #F7B16E is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 177 + 110 = 534 (100%)
R 247 of 534 ~ 46.25%
G 177 of 534 ~ 33.15%
B 110 of 534 ~ 20.6%

%46.25
%33.15
%20.6

CMYK color model

#F7B16E color CMYK value is (0,28,55,3).

  • cyan value is 0.00%
  • magenta value is 28.34%
  • yellow value is 55.47%
  • key color value is 3.14%
CMYK:
(0,28,55,3)
C0M28Y55K3 
(0%,28%,55%,3%)
(0.00/0.28/0.55/0.03)	

CMYK percentages

%0
%28.34
%55.47
%3.14

Codes

Color #F7B16E in popluar color models

F7B16E
RGB247177110
HSL29°89.54%70.00%
HSB/HSV29°55.47%96.86%
CMYK0.00%28.34%55.47%
3.14%

Color #F7B16E in popluar number systems.

HEXF7B16E
Decimal247177110
Binary11110111101100011101110
Octal367261156

Shades and tints

Shades of #F7B16E

#F7B16E
(247,177,110)
#E1A164
(225,161,100)
#CB915A
(203,145,90)
#B58150
(181,129,80)
#9F7146
(159,113,70)
#89613C
(137,97,60)
#735132
(115,81,50)
#5D4128
(93,65,40)
#47311E
(71,49,30)
#312114
(49,33,20)
#1B110A
(27,17,10)
#000000
(0,0,0)

Tints of #F7B16E

#F7B16E
(247,177,110)
#F7B87B
(247,184,123)
#F7BF88
(247,191,136)
#F7C695
(247,198,149)
#F7CDA2
(247,205,162)
#F7D4AF
(247,212,175)
#F7DBBC
(247,219,188)
#F7E2C9
(247,226,201)
#F7E9D6
(247,233,214)
#F7F0E3
(247,240,227)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7B16E color. Also use rgb(247,177,110) instead hex code.

Text Font Color

.myTextColor { color: #F7B16E; }

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

This text font color is #F7B16E.


Background Color

.myBgColor { background-color: #F7B16E; }

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

This div background color is #F7B16E.


Border color

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

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

This div border color is #F7B16E.


Opacity

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

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

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

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

This text has shadow with #F7B16E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B16E on black background.


Color preview on white background

This text has color #F7B16E on white background.



Black color preview on #F7B16E background

This text has black color on #F7B16E background.


White color preview on #F7B16E background

This text has white color on #F7B16E background.