COLOR #FADA5E

HEX: #FADA5E
RGB: (250,218,94)

Color info

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

RGB color model

#FADA5E color RGB value is (250,218,94).

  • red value is 250;
  • green value is 218;
  • blue value is 94.
RGB:
(250,218,94)
(98%,85%,37%)

RGB channels and saturation

R 250 of 255 = 98%
G 218 of 255 = 85%
B 94 of 255 = 37%

250
218
94

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

Portions of RGB colors in percentages

R + G + B =
250 + 218 + 94 = 562 (100%)
R 250 of 562 ~ 44.48%
G 218 of 562 ~ 38.79%
B 94 of 562 ~ 16.73%

%44.48
%38.79
%16.73

CMYK color model

#FADA5E color CMYK value is (0,13,62,2).

  • cyan value is 0.00%
  • magenta value is 12.80%
  • yellow value is 62.40%
  • key color value is 1.96%
CMYK:
(0,13,62,2)
C0M13Y62K2 
(0%,13%,62%,2%)
(0.00/0.13/0.62/0.02)	

CMYK percentages

%0
%12.8
%62.4
%1.96

Codes

Color #FADA5E in popluar color models

FADA5E
RGB25021894
HSL48°93.98%67.45%
HSB/HSV48°62.40%98.04%
CMYK0.00%12.80%62.40%
1.96%

Color #FADA5E in popluar number systems.

HEXFADA5E
Decimal25021894
Binary11111010110110101011110
Octal372332136

Shades and tints

Shades of #FADA5E

#FADA5E
(250,218,94)
#E4C756
(228,199,86)
#CEB44E
(206,180,78)
#B8A146
(184,161,70)
#A28E3E
(162,142,62)
#8C7B36
(140,123,54)
#76682E
(118,104,46)
#605526
(96,85,38)
#4A421E
(74,66,30)
#342F16
(52,47,22)
#1E1C0E
(30,28,14)
#000000
(0,0,0)

Tints of #FADA5E

#FADA5E
(250,218,94)
#FADD6C
(250,221,108)
#FAE07A
(250,224,122)
#FAE388
(250,227,136)
#FAE696
(250,230,150)
#FAE9A4
(250,233,164)
#FAECB2
(250,236,178)
#FAEFC0
(250,239,192)
#FAF2CE
(250,242,206)
#FAF5DC
(250,245,220)
#FAF8EA
(250,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FADA5E color. Also use rgb(250,218,94) instead hex code.

Text Font Color

.myTextColor { color: #FADA5E; }

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

This text font color is #FADA5E.


Background Color

.myBgColor { background-color: #FADA5E; }

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

This div background color is #FADA5E.


Border color

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

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

This div border color is #FADA5E.


Opacity

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

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

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

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

This text has shadow with #FADA5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FADA5E on black background.


Color preview on white background

This text has color #FADA5E on white background.



Black color preview on #FADA5E background

This text has black color on #FADA5E background.


White color preview on #FADA5E background

This text has white color on #FADA5E background.