COLOR #FAB57C

HEX: #FAB57C RGB: (250,181,124)

Color info

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

RGB color model

#FAB57C color RGB value is (250,181,124).

RGB: (250,181,124) (98%, 71%, 49%)

RGB channels and saturation

R 250 of 255 = 98%
G 181 of 255 = 71%
B 124 of 255 = 49%

250
181
124

R + G + B ~ 73%. #FAB57C is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 181 + 124 = 555 (100%)
R 250 of 555 ~ 45.05%
G 181 of 555 ~ 32.61%
B 124 of 555 ~ 22.34'%

%45.05
%32.61
%22.34

CMYK color model

#FAB57C color CMYK value is (0,28,50,2).

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 50.40%
  • key color value is 1.96%

CMYK: (0,28,50,2)
C0M28Y50K2 (0%, 28%, 50%, 2%)
(0.00 / 0.28 / 0.50 / 0.02)

CMYK percentages

%0
%27.6
%50.4
%1.96

Codes

Color #FAB57C in popluar color models

FA B5 7C
RGB 250 181 124
HSL 27° 92.65% 73.33%
HSB/HSV 27° 50.40% 98.04%
CMYK 0.00% 27.60% 50.40%
1.96%

Color #FAB57C in popluar number systems.

HEX FA B5 7C
Decimal 250 181 124
Binary 11111010 10110101 1111100
Octal 372 265 174

Shades and tints

Shades of #FAB57C

#FAB57C
(250,181,124)
#E4A571
(228,165,113)
#CE9566
(206,149,102)
#B8855B
(184,133,91)
#A27550
(162,117,80)
#8C6545
(140,101,69)
#76553A
(118,85,58)
#60452F
(96,69,47)
#4A3524
(74,53,36)
#342519
(52,37,25)
#1E150E
(30,21,14)
#000000
(0,0,0)

Tints of #FAB57C

#FAB57C
(250,181,124)
#FABB87
(250,187,135)
#FAC192
(250,193,146)
#FAC79D
(250,199,157)
#FACDA8
(250,205,168)
#FAD3B3
(250,211,179)
#FAD9BE
(250,217,190)
#FADFC9
(250,223,201)
#FAE5D4
(250,229,212)
#FAEBDF
(250,235,223)
#FAF1EA
(250,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB57C color. Also use rgb(250,181,124) instead hex code.

Text Font Color

.myTextColor { color: #FAB57C; }

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

This text font color is #FAB57C.

Background Color

.myBgColor { background-color: #FAB57C; }

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

This div background color is #FAB57C.

Border color

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

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

This div border color is #FAB57C.

Opacity

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

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

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

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

This text has shadow with #FAB57C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAB57C.

Preview

Color preview on black background

This text has color #FAB57C on black background.


Color preview on white background

This text has color #FAB57C on white background.


Black color preview on #FAB57C background

This text has black color on #FAB57C background.


White color preview on #FAB57C background

This text has white color on #FAB57C background.


Related colors

Complementary color

Complementary color for #hex is #054A83.


I love getcolorcode.com

Triadic colors

1 #7CFAB5 and #B57CFA with #FAB57C are triadic colors.

2 #7CB5FA and #B5FA7C with #FAB57C are triadic colors.