COLOR #FAC38F

HEX: #FAC38F RGB: (250,195,143)

Color info

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

RGB color model

#FAC38F color RGB value is (250,195,143).

RGB: (250,195,143) (98%, 76%, 56%)

RGB channels and saturation

R 250 of 255 = 98%
G 195 of 255 = 76%
B 143 of 255 = 56%

250
195
143

R + G + B ~ 77%. #FAC38F is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 195 + 143 = 588 (100%)
R 250 of 588 ~ 42.52%
G 195 of 588 ~ 33.16%
B 143 of 588 ~ 24.32'%

%42.52
%33.16
%24.32

CMYK color model

#FAC38F color CMYK value is (0,22,43,2).

  • cyan value is 0.00%
  • magenta value is 22.00%
  • yellow value is 42.80%
  • key color value is 1.96%

CMYK: (0,22,43,2)
C0M22Y43K2 (0%, 22%, 43%, 2%)
(0.00 / 0.22 / 0.43 / 0.02)

CMYK percentages

%0
%22
%42.8
%1.96

Codes

Color #FAC38F in popluar color models

FA C3 8F
RGB 250 195 143
HSL 29° 91.45% 77.06%
HSB/HSV 29° 42.80% 98.04%
CMYK 0.00% 22.00% 42.80%
1.96%

Color #FAC38F in popluar number systems.

HEX FA C3 8F
Decimal 250 195 143
Binary 11111010 11000011 10001111
Octal 372 303 217

Shades and tints

Shades of #FAC38F

#FAC38F
(250,195,143)
#E4B282
(228,178,130)
#CEA175
(206,161,117)
#B89068
(184,144,104)
#A27F5B
(162,127,91)
#8C6E4E
(140,110,78)
#765D41
(118,93,65)
#604C34
(96,76,52)
#4A3B27
(74,59,39)
#342A1A
(52,42,26)
#1E190D
(30,25,13)
#000000
(0,0,0)

Tints of #FAC38F

#FAC38F
(250,195,143)
#FAC899
(250,200,153)
#FACDA3
(250,205,163)
#FAD2AD
(250,210,173)
#FAD7B7
(250,215,183)
#FADCC1
(250,220,193)
#FAE1CB
(250,225,203)
#FAE6D5
(250,230,213)
#FAEBDF
(250,235,223)
#FAF0E9
(250,240,233)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC38F color. Also use rgb(250,195,143) instead hex code.

Text Font Color

.myTextColor { color: #FAC38F; }

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

This text font color is #FAC38F.

Background Color

.myBgColor { background-color: #FAC38F; }

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

This div background color is #FAC38F.

Border color

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

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

This div border color is #FAC38F.

Opacity

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

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

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

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

This text has shadow with #FAC38F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC38F.

Preview

Color preview on black background

This text has color #FAC38F on black background.


Color preview on white background

This text has color #FAC38F on white background.


Black color preview on #FAC38F background

This text has black color on #FAC38F background.


White color preview on #FAC38F background

This text has white color on #FAC38F background.


Related colors

Complementary color

Complementary color for #hex is #053C70.


I love getcolorcode.com

Triadic colors

1 #8FFAC3 and #C38FFA with #FAC38F are triadic colors.

2 #8FC3FA and #C3FA8F with #FAC38F are triadic colors.