COLOR #FAC06B

HEX: #FAC06B RGB: (250,192,107)

Color info

#FAC06B contains mainly red and green colors. Web safe color of #FAC06B is #FFCC66 (or #FC6).

RGB color model

#FAC06B color RGB value is (250,192,107).

RGB: (250,192,107) (98%, 75%, 42%)

RGB channels and saturation

R 250 of 255 = 98%
G 192 of 255 = 75%
B 107 of 255 = 42%

250
192
107

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

Portions of RGB colors in percentages

R + G + B = 250 + 192 + 107 = 549 (100%)
R 250 of 549 ~ 45.54%
G 192 of 549 ~ 34.97%
B 107 of 549 ~ 19.49'%

%45.54
%34.97
%19.49

CMYK color model

#FAC06B color CMYK value is (0,23,57,2).

  • cyan value is 0.00%
  • magenta value is 23.20%
  • yellow value is 57.20%
  • key color value is 1.96%

CMYK: (0,23,57,2)
C0M23Y57K2 (0%, 23%, 57%, 2%)
(0.00 / 0.23 / 0.57 / 0.02)

CMYK percentages

%0
%23.2
%57.2
%1.96

Codes

Color #FAC06B in popluar color models

FA C0 6B
RGB 250 192 107
HSL 36° 93.46% 70.00%
HSB/HSV 36° 57.20% 98.04%
CMYK 0.00% 23.20% 57.20%
1.96%

Color #FAC06B in popluar number systems.

HEX FA C0 6B
Decimal 250 192 107
Binary 11111010 11000000 1101011
Octal 372 300 153

Shades and tints

Shades of #FAC06B

#FAC06B
(250,192,107)
#E4AF62
(228,175,98)
#CE9E59
(206,158,89)
#B88D50
(184,141,80)
#A27C47
(162,124,71)
#8C6B3E
(140,107,62)
#765A35
(118,90,53)
#60492C
(96,73,44)
#4A3823
(74,56,35)
#34271A
(52,39,26)
#1E1611
(30,22,17)
#000000
(0,0,0)

Tints of #FAC06B

#FAC06B
(250,192,107)
#FAC578
(250,197,120)
#FACA85
(250,202,133)
#FACF92
(250,207,146)
#FAD49F
(250,212,159)
#FAD9AC
(250,217,172)
#FADEB9
(250,222,185)
#FAE3C6
(250,227,198)
#FAE8D3
(250,232,211)
#FAEDE0
(250,237,224)
#FAF2ED
(250,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC06B color. Also use rgb(250,192,107) instead hex code.

Text Font Color

.myTextColor { color: #FAC06B; }

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

This text font color is #FAC06B.

Background Color

.myBgColor { background-color: #FAC06B; }

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

This div background color is #FAC06B.

Border color

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

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

This div border color is #FAC06B.

Opacity

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

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

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

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

This text has shadow with #FAC06B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC06B.

Preview

Color preview on black background

This text has color #FAC06B on black background.


Color preview on white background

This text has color #FAC06B on white background.


Black color preview on #FAC06B background

This text has black color on #FAC06B background.


White color preview on #FAC06B background

This text has white color on #FAC06B background.


Related colors

Complementary color

Complementary color for #hex is #053F94.


I love getcolorcode.com

Triadic colors

1 #6BFAC0 and #C06BFA with #FAC06B are triadic colors.

2 #6BC0FA and #C0FA6B with #FAC06B are triadic colors.