COLOR #F9A278

HEX: #F9A278
RGB: (249,162,120)

Color info

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

RGB color model

#F9A278 color RGB value is (249,162,120).

  • red value is 249;
  • green value is 162;
  • blue value is 120.
RGB:
(249,162,120)
(98%,64%,47%)

RGB channels and saturation

R 249 of 255 = 98%
G 162 of 255 = 64%
B 120 of 255 = 47%

249
162
120

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

Portions of RGB colors in percentages

R + G + B =
249 + 162 + 120 = 531 (100%)
R 249 of 531 ~ 46.89%
G 162 of 531 ~ 30.51%
B 120 of 531 ~ 22.6%

%46.89
%30.51
%22.6

CMYK color model

#F9A278 color CMYK value is (0,35,52,2).

  • cyan value is 0.00%
  • magenta value is 34.94%
  • yellow value is 51.81%
  • key color value is 2.35%
CMYK:
(0,35,52,2)
C0M35Y52K2 
(0%,35%,52%,2%)
(0.00/0.35/0.52/0.02)	

CMYK percentages

%0
%34.94
%51.81
%2.35

Codes

Color #F9A278 in popluar color models

F9A278
RGB249162120
HSL20°91.49%72.35%
HSB/HSV20°51.81%97.65%
CMYK0.00%34.94%51.81%
2.35%

Color #F9A278 in popluar number systems.

HEXF9A278
Decimal249162120
Binary11111001101000101111000
Octal371242170

Shades and tints

Shades of #F9A278

#F9A278
(249,162,120)
#E3946E
(227,148,110)
#CD8664
(205,134,100)
#B7785A
(183,120,90)
#A16A50
(161,106,80)
#8B5C46
(139,92,70)
#754E3C
(117,78,60)
#5F4032
(95,64,50)
#493228
(73,50,40)
#33241E
(51,36,30)
#1D1614
(29,22,20)
#000000
(0,0,0)

Tints of #F9A278

#F9A278
(249,162,120)
#F9AA84
(249,170,132)
#F9B290
(249,178,144)
#F9BA9C
(249,186,156)
#F9C2A8
(249,194,168)
#F9CAB4
(249,202,180)
#F9D2C0
(249,210,192)
#F9DACC
(249,218,204)
#F9E2D8
(249,226,216)
#F9EAE4
(249,234,228)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9A278 color. Also use rgb(249,162,120) instead hex code.

Text Font Color

.myTextColor { color: #F9A278; }

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

This text font color is #F9A278.


Background Color

.myBgColor { background-color: #F9A278; }

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

This div background color is #F9A278.


Border color

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

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

This div border color is #F9A278.


Opacity

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

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

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

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

This text has shadow with #F9A278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9A278 on black background.


Color preview on white background

This text has color #F9A278 on white background.



Black color preview on #F9A278 background

This text has black color on #F9A278 background.


White color preview on #F9A278 background

This text has white color on #F9A278 background.