COLOR #F9B172

HEX: #F9B172
RGB: (249,177,114)

Color info

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

RGB color model

#F9B172 color RGB value is (249,177,114).

  • red value is 249;
  • green value is 177;
  • blue value is 114.
RGB:
(249,177,114)
(98%,69%,45%)

RGB channels and saturation

R 249 of 255 = 98%
G 177 of 255 = 69%
B 114 of 255 = 45%

249
177
114

R + G + B ~ 71%. #F9B172 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 177 + 114 = 540 (100%)
R 249 of 540 ~ 46.11%
G 177 of 540 ~ 32.78%
B 114 of 540 ~ 21.11%

%46.11
%32.78
%21.11

CMYK color model

#F9B172 color CMYK value is (0,29,54,2).

  • cyan value is 0.00%
  • magenta value is 28.92%
  • yellow value is 54.22%
  • key color value is 2.35%
CMYK:
(0,29,54,2)
C0M29Y54K2 
(0%,29%,54%,2%)
(0.00/0.29/0.54/0.02)	

CMYK percentages

%0
%28.92
%54.22
%2.35

Codes

Color #F9B172 in popluar color models

F9B172
RGB249177114
HSL28°91.84%71.18%
HSB/HSV28°54.22%97.65%
CMYK0.00%28.92%54.22%
2.35%

Color #F9B172 in popluar number systems.

HEXF9B172
Decimal249177114
Binary11111001101100011110010
Octal371261162

Shades and tints

Shades of #F9B172

#F9B172
(249,177,114)
#E3A168
(227,161,104)
#CD915E
(205,145,94)
#B78154
(183,129,84)
#A1714A
(161,113,74)
#8B6140
(139,97,64)
#755136
(117,81,54)
#5F412C
(95,65,44)
#493122
(73,49,34)
#332118
(51,33,24)
#1D110E
(29,17,14)
#000000
(0,0,0)

Tints of #F9B172

#F9B172
(249,177,114)
#F9B87E
(249,184,126)
#F9BF8A
(249,191,138)
#F9C696
(249,198,150)
#F9CDA2
(249,205,162)
#F9D4AE
(249,212,174)
#F9DBBA
(249,219,186)
#F9E2C6
(249,226,198)
#F9E9D2
(249,233,210)
#F9F0DE
(249,240,222)
#F9F7EA
(249,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B172 color. Also use rgb(249,177,114) instead hex code.

Text Font Color

.myTextColor { color: #F9B172; }

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

This text font color is #F9B172.


Background Color

.myBgColor { background-color: #F9B172; }

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

This div background color is #F9B172.


Border color

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

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

This div border color is #F9B172.


Opacity

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

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

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

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

This text has shadow with #F9B172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B172 on black background.


Color preview on white background

This text has color #F9B172 on white background.



Black color preview on #F9B172 background

This text has black color on #F9B172 background.


White color preview on #F9B172 background

This text has white color on #F9B172 background.