COLOR #FAC481

HEX: #FAC481
RGB: (250,196,129)

Color info

#FAC481 contains mainly red and green colors. Web safe color of #FAC481 is #FFCC99 (or #FC9).

RGB color model

#FAC481 color RGB value is (250,196,129).

  • red value is 250;
  • green value is 196;
  • blue value is 129.
RGB:
(250,196,129)
(98%,77%,51%)

RGB channels and saturation

R 250 of 255 = 98%
G 196 of 255 = 77%
B 129 of 255 = 51%

250
196
129

R + G + B ~ 75%. #FAC481 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 196 + 129 = 575 (100%)
R 250 of 575 ~ 43.48%
G 196 of 575 ~ 34.09%
B 129 of 575 ~ 22.43%

%43.48
%34.09
%22.43

CMYK color model

#FAC481 color CMYK value is (0,22,48,2).

  • cyan value is 0.00%
  • magenta value is 21.60%
  • yellow value is 48.40%
  • key color value is 1.96%
CMYK:
(0,22,48,2)
C0M22Y48K2 
(0%,22%,48%,2%)
(0.00/0.22/0.48/0.02)	

CMYK percentages

%0
%21.6
%48.4
%1.96

Codes

Color #FAC481 in popluar color models

FAC481
RGB250196129
HSL33°92.37%74.31%
HSB/HSV33°48.40%98.04%
CMYK0.00%21.60%48.40%
1.96%

Color #FAC481 in popluar number systems.

HEXFAC481
Decimal250196129
Binary111110101100010010000001
Octal372304201

Shades and tints

Shades of #FAC481

#FAC481
(250,196,129)
#E4B376
(228,179,118)
#CEA26B
(206,162,107)
#B89160
(184,145,96)
#A28055
(162,128,85)
#8C6F4A
(140,111,74)
#765E3F
(118,94,63)
#604D34
(96,77,52)
#4A3C29
(74,60,41)
#342B1E
(52,43,30)
#1E1A13
(30,26,19)
#000000
(0,0,0)

Tints of #FAC481

#FAC481
(250,196,129)
#FAC98C
(250,201,140)
#FACE97
(250,206,151)
#FAD3A2
(250,211,162)
#FAD8AD
(250,216,173)
#FADDB8
(250,221,184)
#FAE2C3
(250,226,195)
#FAE7CE
(250,231,206)
#FAECD9
(250,236,217)
#FAF1E4
(250,241,228)
#FAF6EF
(250,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC481 color. Also use rgb(250,196,129) instead hex code.

Text Font Color

.myTextColor { color: #FAC481; }

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

This text font color is #FAC481.


Background Color

.myBgColor { background-color: #FAC481; }

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

This div background color is #FAC481.


Border color

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

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

This div border color is #FAC481.


Opacity

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

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

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

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

This text has shadow with #FAC481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC481 on black background.


Color preview on white background

This text has color #FAC481 on white background.



Black color preview on #FAC481 background

This text has black color on #FAC481 background.


White color preview on #FAC481 background

This text has white color on #FAC481 background.