COLOR #FAB067

HEX: #FAB067
RGB: (250,176,103)

Color info

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

RGB color model

#FAB067 color RGB value is (250,176,103).

  • red value is 250;
  • green value is 176;
  • blue value is 103.
RGB:
(250,176,103)
(98%,69%,40%)

RGB channels and saturation

R 250 of 255 = 98%
G 176 of 255 = 69%
B 103 of 255 = 40%

250
176
103

R + G + B ~ 69%. #FAB067 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 176 + 103 = 529 (100%)
R 250 of 529 ~ 47.26%
G 176 of 529 ~ 33.27%
B 103 of 529 ~ 19.47%

%47.26
%33.27
%19.47

CMYK color model

#FAB067 color CMYK value is (0,30,59,2).

  • cyan value is 0.00%
  • magenta value is 29.60%
  • yellow value is 58.80%
  • key color value is 1.96%
CMYK:
(0,30,59,2)
C0M30Y59K2 
(0%,30%,59%,2%)
(0.00/0.30/0.59/0.02)	

CMYK percentages

%0
%29.6
%58.8
%1.96

Codes

Color #FAB067 in popluar color models

FAB067
RGB250176103
HSL30°93.63%69.22%
HSB/HSV30°58.80%98.04%
CMYK0.00%29.60%58.80%
1.96%

Color #FAB067 in popluar number systems.

HEXFAB067
Decimal250176103
Binary11111010101100001100111
Octal372260147

Shades and tints

Shades of #FAB067

#FAB067
(250,176,103)
#E4A05E
(228,160,94)
#CE9055
(206,144,85)
#B8804C
(184,128,76)
#A27043
(162,112,67)
#8C603A
(140,96,58)
#765031
(118,80,49)
#604028
(96,64,40)
#4A301F
(74,48,31)
#342016
(52,32,22)
#1E100D
(30,16,13)
#000000
(0,0,0)

Tints of #FAB067

#FAB067
(250,176,103)
#FAB774
(250,183,116)
#FABE81
(250,190,129)
#FAC58E
(250,197,142)
#FACC9B
(250,204,155)
#FAD3A8
(250,211,168)
#FADAB5
(250,218,181)
#FAE1C2
(250,225,194)
#FAE8CF
(250,232,207)
#FAEFDC
(250,239,220)
#FAF6E9
(250,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB067 color. Also use rgb(250,176,103) instead hex code.

Text Font Color

.myTextColor { color: #FAB067; }

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

This text font color is #FAB067.


Background Color

.myBgColor { background-color: #FAB067; }

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

This div background color is #FAB067.


Border color

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

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

This div border color is #FAB067.


Opacity

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

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

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

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

This text has shadow with #FAB067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB067 on black background.


Color preview on white background

This text has color #FAB067 on white background.



Black color preview on #FAB067 background

This text has black color on #FAB067 background.


White color preview on #FAB067 background

This text has white color on #FAB067 background.