COLOR #FADD73

HEX: #FADD73
RGB: (250,221,115)

Color info

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

RGB color model

#FADD73 color RGB value is (250,221,115).

  • red value is 250;
  • green value is 221;
  • blue value is 115.
RGB:
(250,221,115)
(98%,87%,45%)

RGB channels and saturation

R 250 of 255 = 98%
G 221 of 255 = 87%
B 115 of 255 = 45%

250
221
115

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

Portions of RGB colors in percentages

R + G + B =
250 + 221 + 115 = 586 (100%)
R 250 of 586 ~ 42.66%
G 221 of 586 ~ 37.71%
B 115 of 586 ~ 19.62%

%42.66
%37.71
%19.62

CMYK color model

#FADD73 color CMYK value is (0,12,54,2).

  • cyan value is 0.00%
  • magenta value is 11.60%
  • yellow value is 54.00%
  • key color value is 1.96%
CMYK:
(0,12,54,2)
C0M12Y54K2 
(0%,12%,54%,2%)
(0.00/0.12/0.54/0.02)	

CMYK percentages

%0
%11.6
%54
%1.96

Codes

Color #FADD73 in popluar color models

FADD73
RGB250221115
HSL47°93.10%71.57%
HSB/HSV47°54.00%98.04%
CMYK0.00%11.60%54.00%
1.96%

Color #FADD73 in popluar number systems.

HEXFADD73
Decimal250221115
Binary11111010110111011110011
Octal372335163

Shades and tints

Shades of #FADD73

#FADD73
(250,221,115)
#E4C969
(228,201,105)
#CEB55F
(206,181,95)
#B8A155
(184,161,85)
#A28D4B
(162,141,75)
#8C7941
(140,121,65)
#766537
(118,101,55)
#60512D
(96,81,45)
#4A3D23
(74,61,35)
#342919
(52,41,25)
#1E150F
(30,21,15)
#000000
(0,0,0)

Tints of #FADD73

#FADD73
(250,221,115)
#FAE07F
(250,224,127)
#FAE38B
(250,227,139)
#FAE697
(250,230,151)
#FAE9A3
(250,233,163)
#FAECAF
(250,236,175)
#FAEFBB
(250,239,187)
#FAF2C7
(250,242,199)
#FAF5D3
(250,245,211)
#FAF8DF
(250,248,223)
#FAFBEB
(250,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FADD73 color. Also use rgb(250,221,115) instead hex code.

Text Font Color

.myTextColor { color: #FADD73; }

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

This text font color is #FADD73.


Background Color

.myBgColor { background-color: #FADD73; }

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

This div background color is #FADD73.


Border color

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

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

This div border color is #FADD73.


Opacity

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

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

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

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

This text has shadow with #FADD73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FADD73 on black background.


Color preview on white background

This text has color #FADD73 on white background.



Black color preview on #FADD73 background

This text has black color on #FADD73 background.


White color preview on #FADD73 background

This text has white color on #FADD73 background.