COLOR #FAB774

HEX: #FAB774
RGB: (250,183,116)

Color info

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

RGB color model

#FAB774 color RGB value is (250,183,116).

  • red value is 250;
  • green value is 183;
  • blue value is 116.
RGB:
(250,183,116)
(98%,72%,45%)

RGB channels and saturation

R 250 of 255 = 98%
G 183 of 255 = 72%
B 116 of 255 = 45%

250
183
116

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

Portions of RGB colors in percentages

R + G + B =
250 + 183 + 116 = 549 (100%)
R 250 of 549 ~ 45.54%
G 183 of 549 ~ 33.33%
B 116 of 549 ~ 21.13%

%45.54
%33.33
%21.13

CMYK color model

#FAB774 color CMYK value is (0,27,54,2).

  • cyan value is 0.00%
  • magenta value is 26.80%
  • yellow value is 53.60%
  • key color value is 1.96%
CMYK:
(0,27,54,2)
C0M27Y54K2 
(0%,27%,54%,2%)
(0.00/0.27/0.54/0.02)	

CMYK percentages

%0
%26.8
%53.6
%1.96

Codes

Color #FAB774 in popluar color models

FAB774
RGB250183116
HSL30°93.06%71.76%
HSB/HSV30°53.60%98.04%
CMYK0.00%26.80%53.60%
1.96%

Color #FAB774 in popluar number systems.

HEXFAB774
Decimal250183116
Binary11111010101101111110100
Octal372267164

Shades and tints

Shades of #FAB774

#FAB774
(250,183,116)
#E4A76A
(228,167,106)
#CE9760
(206,151,96)
#B88756
(184,135,86)
#A2774C
(162,119,76)
#8C6742
(140,103,66)
#765738
(118,87,56)
#60472E
(96,71,46)
#4A3724
(74,55,36)
#34271A
(52,39,26)
#1E1710
(30,23,16)
#000000
(0,0,0)

Tints of #FAB774

#FAB774
(250,183,116)
#FABD80
(250,189,128)
#FAC38C
(250,195,140)
#FAC998
(250,201,152)
#FACFA4
(250,207,164)
#FAD5B0
(250,213,176)
#FADBBC
(250,219,188)
#FAE1C8
(250,225,200)
#FAE7D4
(250,231,212)
#FAEDE0
(250,237,224)
#FAF3EC
(250,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB774 color. Also use rgb(250,183,116) instead hex code.

Text Font Color

.myTextColor { color: #FAB774; }

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

This text font color is #FAB774.


Background Color

.myBgColor { background-color: #FAB774; }

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

This div background color is #FAB774.


Border color

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

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

This div border color is #FAB774.


Opacity

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

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

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

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

This text has shadow with #FAB774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB774 on black background.


Color preview on white background

This text has color #FAB774 on white background.



Black color preview on #FAB774 background

This text has black color on #FAB774 background.


White color preview on #FAB774 background

This text has white color on #FAB774 background.