COLOR #FA9072

HEX: #FA9072
RGB: (250,144,114)

Color info

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

RGB color model

#FA9072 color RGB value is (250,144,114).

  • red value is 250;
  • green value is 144;
  • blue value is 114.
RGB:
(250,144,114)
(98%,56%,45%)

RGB channels and saturation

R 250 of 255 = 98%
G 144 of 255 = 56%
B 114 of 255 = 45%

250
144
114

R + G + B ~ 66%. #FA9072 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 144 + 114 = 508 (100%)
R 250 of 508 ~ 49.21%
G 144 of 508 ~ 28.35%
B 114 of 508 ~ 22.44%

%49.21
%28.35
%22.44

CMYK color model

#FA9072 color CMYK value is (0,42,54,2).

  • cyan value is 0.00%
  • magenta value is 42.40%
  • yellow value is 54.40%
  • key color value is 1.96%
CMYK:
(0,42,54,2)
C0M42Y54K2 
(0%,42%,54%,2%)
(0.00/0.42/0.54/0.02)	

CMYK percentages

%0
%42.4
%54.4
%1.96

Codes

Color #FA9072 in popluar color models

FA9072
RGB250144114
HSL13°93.15%71.37%
HSB/HSV13°54.40%98.04%
CMYK0.00%42.40%54.40%
1.96%

Color #FA9072 in popluar number systems.

HEXFA9072
Decimal250144114
Binary11111010100100001110010
Octal372220162

Shades and tints

Shades of #FA9072

#FA9072
(250,144,114)
#E48368
(228,131,104)
#CE765E
(206,118,94)
#B86954
(184,105,84)
#A25C4A
(162,92,74)
#8C4F40
(140,79,64)
#764236
(118,66,54)
#60352C
(96,53,44)
#4A2822
(74,40,34)
#341B18
(52,27,24)
#1E0E0E
(30,14,14)
#000000
(0,0,0)

Tints of #FA9072

#FA9072
(250,144,114)
#FA9A7E
(250,154,126)
#FAA48A
(250,164,138)
#FAAE96
(250,174,150)
#FAB8A2
(250,184,162)
#FAC2AE
(250,194,174)
#FACCBA
(250,204,186)
#FAD6C6
(250,214,198)
#FAE0D2
(250,224,210)
#FAEADE
(250,234,222)
#FAF4EA
(250,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA9072 color. Also use rgb(250,144,114) instead hex code.

Text Font Color

.myTextColor { color: #FA9072; }

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

This text font color is #FA9072.


Background Color

.myBgColor { background-color: #FA9072; }

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

This div background color is #FA9072.


Border color

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

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

This div border color is #FA9072.


Opacity

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

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

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

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

This text has shadow with #FA9072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA9072 on black background.


Color preview on white background

This text has color #FA9072 on white background.



Black color preview on #FA9072 background

This text has black color on #FA9072 background.


White color preview on #FA9072 background

This text has white color on #FA9072 background.