COLOR #F7B26D

HEX: #F7B26D
RGB: (247,178,109)

Color info

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

RGB color model

#F7B26D color RGB value is (247,178,109).

  • red value is 247;
  • green value is 178;
  • blue value is 109.
RGB:
(247,178,109)
(97%,70%,43%)

RGB channels and saturation

R 247 of 255 = 97%
G 178 of 255 = 70%
B 109 of 255 = 43%

247
178
109

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

Portions of RGB colors in percentages

R + G + B =
247 + 178 + 109 = 534 (100%)
R 247 of 534 ~ 46.25%
G 178 of 534 ~ 33.33%
B 109 of 534 ~ 20.41%

%46.25
%33.33
%20.41

CMYK color model

#F7B26D color CMYK value is (0,28,56,3).

  • cyan value is 0.00%
  • magenta value is 27.94%
  • yellow value is 55.87%
  • key color value is 3.14%
CMYK:
(0,28,56,3)
C0M28Y56K3 
(0%,28%,56%,3%)
(0.00/0.28/0.56/0.03)	

CMYK percentages

%0
%27.94
%55.87
%3.14

Codes

Color #F7B26D in popluar color models

F7B26D
RGB247178109
HSL30°89.61%69.80%
HSB/HSV30°55.87%96.86%
CMYK0.00%27.94%55.87%
3.14%

Color #F7B26D in popluar number systems.

HEXF7B26D
Decimal247178109
Binary11110111101100101101101
Octal367262155

Shades and tints

Shades of #F7B26D

#F7B26D
(247,178,109)
#E1A264
(225,162,100)
#CB925B
(203,146,91)
#B58252
(181,130,82)
#9F7249
(159,114,73)
#896240
(137,98,64)
#735237
(115,82,55)
#5D422E
(93,66,46)
#473225
(71,50,37)
#31221C
(49,34,28)
#1B1213
(27,18,19)
#000000
(0,0,0)

Tints of #F7B26D

#F7B26D
(247,178,109)
#F7B97A
(247,185,122)
#F7C087
(247,192,135)
#F7C794
(247,199,148)
#F7CEA1
(247,206,161)
#F7D5AE
(247,213,174)
#F7DCBB
(247,220,187)
#F7E3C8
(247,227,200)
#F7EAD5
(247,234,213)
#F7F1E2
(247,241,226)
#F7F8EF
(247,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7B26D color. Also use rgb(247,178,109) instead hex code.

Text Font Color

.myTextColor { color: #F7B26D; }

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

This text font color is #F7B26D.


Background Color

.myBgColor { background-color: #F7B26D; }

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

This div background color is #F7B26D.


Border color

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

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

This div border color is #F7B26D.


Opacity

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

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

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

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

This text has shadow with #F7B26D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B26D on black background.


Color preview on white background

This text has color #F7B26D on white background.



Black color preview on #F7B26D background

This text has black color on #F7B26D background.


White color preview on #F7B26D background

This text has white color on #F7B26D background.