COLOR #FAD36D

HEX: #FAD36D RGB: (250,211,109)

Color info

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

RGB color model

#FAD36D color RGB value is (250,211,109).

RGB: (250,211,109) (98%, 83%, 43%)

RGB channels and saturation

R 250 of 255 = 98%
G 211 of 255 = 83%
B 109 of 255 = 43%

250
211
109

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

Portions of RGB colors in percentages

R + G + B = 250 + 211 + 109 = 570 (100%)
R 250 of 570 ~ 43.86%
G 211 of 570 ~ 37.02%
B 109 of 570 ~ 19.12'%

%43.86
%37.02
%19.12

CMYK color model

#FAD36D color CMYK value is (0,16,56,2).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 56.40%
  • key color value is 1.96%

CMYK: (0,16,56,2)
C0M16Y56K2 (0%, 16%, 56%, 2%)
(0.00 / 0.16 / 0.56 / 0.02)

CMYK percentages

%0
%15.6
%56.4
%1.96

Codes

Color #FAD36D in popluar color models

FA D3 6D
RGB 250 211 109
HSL 43° 93.38% 70.39%
HSB/HSV 43° 56.40% 98.04%
CMYK 0.00% 15.60% 56.40%
1.96%

Color #FAD36D in popluar number systems.

HEX FA D3 6D
Decimal 250 211 109
Binary 11111010 11010011 1101101
Octal 372 323 155

Shades and tints

Shades of #FAD36D

#FAD36D
(250,211,109)
#E4C064
(228,192,100)
#CEAD5B
(206,173,91)
#B89A52
(184,154,82)
#A28749
(162,135,73)
#8C7440
(140,116,64)
#766137
(118,97,55)
#604E2E
(96,78,46)
#4A3B25
(74,59,37)
#34281C
(52,40,28)
#1E1513
(30,21,19)
#000000
(0,0,0)

Tints of #FAD36D

#FAD36D
(250,211,109)
#FAD77A
(250,215,122)
#FADB87
(250,219,135)
#FADF94
(250,223,148)
#FAE3A1
(250,227,161)
#FAE7AE
(250,231,174)
#FAEBBB
(250,235,187)
#FAEFC8
(250,239,200)
#FAF3D5
(250,243,213)
#FAF7E2
(250,247,226)
#FAFBEF
(250,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAD36D color. Also use rgb(250,211,109) instead hex code.

Text Font Color

.myTextColor { color: #FAD36D; }

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

This text font color is #FAD36D.

Background Color

.myBgColor { background-color: #FAD36D; }

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

This div background color is #FAD36D.

Border color

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

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

This div border color is #FAD36D.

Opacity

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

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

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

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

This text has shadow with #FAD36D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD36D.

Preview

Color preview on black background

This text has color #FAD36D on black background.


Color preview on white background

This text has color #FAD36D on white background.


Black color preview on #FAD36D background

This text has black color on #FAD36D background.


White color preview on #FAD36D background

This text has white color on #FAD36D background.


Related colors

Complementary color

Complementary color for #hex is #052C92.


I love getcolorcode.com

Triadic colors

1 #6DFAD3 and #D36DFA with #FAD36D are triadic colors.

2 #6DD3FA and #D3FA6D with #FAD36D are triadic colors.