COLOR #F9B970

HEX: #F9B970
RGB: (249,185,112)

Color info

#F9B970 contains mainly red color. Web safe color of #F9B970 is #FFCC66 (or #FC6).

RGB color model

#F9B970 color RGB value is (249,185,112).

  • red value is 249;
  • green value is 185;
  • blue value is 112.
RGB:
(249,185,112)
(98%,73%,44%)

RGB channels and saturation

R 249 of 255 = 98%
G 185 of 255 = 73%
B 112 of 255 = 44%

249
185
112

R + G + B ~ 72%. #F9B970 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 185 + 112 = 546 (100%)
R 249 of 546 ~ 45.6%
G 185 of 546 ~ 33.88%
B 112 of 546 ~ 20.51%

%45.6
%33.88
%20.51

CMYK color model

#F9B970 color CMYK value is (0,26,55,2).

  • cyan value is 0.00%
  • magenta value is 25.70%
  • yellow value is 55.02%
  • key color value is 2.35%
CMYK:
(0,26,55,2)
C0M26Y55K2 
(0%,26%,55%,2%)
(0.00/0.26/0.55/0.02)	

CMYK percentages

%0
%25.7
%55.02
%2.35

Codes

Color #F9B970 in popluar color models

F9B970
RGB249185112
HSL32°91.95%70.78%
HSB/HSV32°55.02%97.65%
CMYK0.00%25.70%55.02%
2.35%

Color #F9B970 in popluar number systems.

HEXF9B970
Decimal249185112
Binary11111001101110011110000
Octal371271160

Shades and tints

Shades of #F9B970

#F9B970
(249,185,112)
#E3A966
(227,169,102)
#CD995C
(205,153,92)
#B78952
(183,137,82)
#A17948
(161,121,72)
#8B693E
(139,105,62)
#755934
(117,89,52)
#5F492A
(95,73,42)
#493920
(73,57,32)
#332916
(51,41,22)
#1D190C
(29,25,12)
#000000
(0,0,0)

Tints of #F9B970

#F9B970
(249,185,112)
#F9BF7D
(249,191,125)
#F9C58A
(249,197,138)
#F9CB97
(249,203,151)
#F9D1A4
(249,209,164)
#F9D7B1
(249,215,177)
#F9DDBE
(249,221,190)
#F9E3CB
(249,227,203)
#F9E9D8
(249,233,216)
#F9EFE5
(249,239,229)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B970 color. Also use rgb(249,185,112) instead hex code.

Text Font Color

.myTextColor { color: #F9B970; }

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

This text font color is #F9B970.


Background Color

.myBgColor { background-color: #F9B970; }

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

This div background color is #F9B970.


Border color

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

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

This div border color is #F9B970.


Opacity

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

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

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

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

This text has shadow with #F9B970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B970 on black background.


Color preview on white background

This text has color #F9B970 on white background.



Black color preview on #F9B970 background

This text has black color on #F9B970 background.


White color preview on #F9B970 background

This text has white color on #F9B970 background.