COLOR #F9A675

HEX: #F9A675
RGB: (249,166,117)

Color info

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

RGB color model

#F9A675 color RGB value is (249,166,117).

  • red value is 249;
  • green value is 166;
  • blue value is 117.
RGB:
(249,166,117)
(98%,65%,46%)

RGB channels and saturation

R 249 of 255 = 98%
G 166 of 255 = 65%
B 117 of 255 = 46%

249
166
117

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

Portions of RGB colors in percentages

R + G + B =
249 + 166 + 117 = 532 (100%)
R 249 of 532 ~ 46.8%
G 166 of 532 ~ 31.2%
B 117 of 532 ~ 21.99%

%46.8
%31.2
%21.99

CMYK color model

#F9A675 color CMYK value is (0,33,53,2).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 53.01%
  • key color value is 2.35%
CMYK:
(0,33,53,2)
C0M33Y53K2 
(0%,33%,53%,2%)
(0.00/0.33/0.53/0.02)	

CMYK percentages

%0
%33.33
%53.01
%2.35

Codes

Color #F9A675 in popluar color models

F9A675
RGB249166117
HSL22°91.67%71.76%
HSB/HSV22°53.01%97.65%
CMYK0.00%33.33%53.01%
2.35%

Color #F9A675 in popluar number systems.

HEXF9A675
Decimal249166117
Binary11111001101001101110101
Octal371246165

Shades and tints

Shades of #F9A675

#F9A675
(249,166,117)
#E3976B
(227,151,107)
#CD8861
(205,136,97)
#B77957
(183,121,87)
#A16A4D
(161,106,77)
#8B5B43
(139,91,67)
#754C39
(117,76,57)
#5F3D2F
(95,61,47)
#492E25
(73,46,37)
#331F1B
(51,31,27)
#1D1011
(29,16,17)
#000000
(0,0,0)

Tints of #F9A675

#F9A675
(249,166,117)
#F9AE81
(249,174,129)
#F9B68D
(249,182,141)
#F9BE99
(249,190,153)
#F9C6A5
(249,198,165)
#F9CEB1
(249,206,177)
#F9D6BD
(249,214,189)
#F9DEC9
(249,222,201)
#F9E6D5
(249,230,213)
#F9EEE1
(249,238,225)
#F9F6ED
(249,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9A675 color. Also use rgb(249,166,117) instead hex code.

Text Font Color

.myTextColor { color: #F9A675; }

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

This text font color is #F9A675.


Background Color

.myBgColor { background-color: #F9A675; }

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

This div background color is #F9A675.


Border color

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

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

This div border color is #F9A675.


Opacity

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

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

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

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

This text has shadow with #F9A675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9A675 on black background.


Color preview on white background

This text has color #F9A675 on white background.



Black color preview on #F9A675 background

This text has black color on #F9A675 background.


White color preview on #F9A675 background

This text has white color on #F9A675 background.