COLOR #FAD590

HEX: #FAD590 RGB: (250,213,144)

Color info

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

RGB color model

#FAD590 color RGB value is (250,213,144).

RGB: (250,213,144) (98%, 84%, 56%)

RGB channels and saturation

R 250 of 255 = 98%
G 213 of 255 = 84%
B 144 of 255 = 56%

250
213
144

R + G + B ~ 79%. #FAD590 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 213 + 144 = 607 (100%)
R 250 of 607 ~ 41.19%
G 213 of 607 ~ 35.09%
B 144 of 607 ~ 23.72'%

%41.19
%35.09
%23.72

CMYK color model

#FAD590 color CMYK value is (0,15,42,2).

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 42.40%
  • key color value is 1.96%

CMYK: (0,15,42,2)
C0M15Y42K2 (0%, 15%, 42%, 2%)
(0.00 / 0.15 / 0.42 / 0.02)

CMYK percentages

%0
%14.8
%42.4
%1.96

Codes

Color #FAD590 in popluar color models

FA D5 90
RGB 250 213 144
HSL 39° 91.38% 77.25%
HSB/HSV 39° 42.40% 98.04%
CMYK 0.00% 14.80% 42.40%
1.96%

Color #FAD590 in popluar number systems.

HEX FA D5 90
Decimal 250 213 144
Binary 11111010 11010101 10010000
Octal 372 325 220

Shades and tints

Shades of #FAD590

#FAD590
(250,213,144)
#E4C283
(228,194,131)
#CEAF76
(206,175,118)
#B89C69
(184,156,105)
#A2895C
(162,137,92)
#8C764F
(140,118,79)
#766342
(118,99,66)
#605035
(96,80,53)
#4A3D28
(74,61,40)
#342A1B
(52,42,27)
#1E170E
(30,23,14)
#000000
(0,0,0)

Tints of #FAD590

#FAD590
(250,213,144)
#FAD89A
(250,216,154)
#FADBA4
(250,219,164)
#FADEAE
(250,222,174)
#FAE1B8
(250,225,184)
#FAE4C2
(250,228,194)
#FAE7CC
(250,231,204)
#FAEAD6
(250,234,214)
#FAEDE0
(250,237,224)
#FAF0EA
(250,240,234)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAD590 color. Also use rgb(250,213,144) instead hex code.

Text Font Color

.myTextColor { color: #FAD590; }

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

This text font color is #FAD590.

Background Color

.myBgColor { background-color: #FAD590; }

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

This div background color is #FAD590.

Border color

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

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

This div border color is #FAD590.

Opacity

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

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

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

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

This text has shadow with #FAD590 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD590.

Preview

Color preview on black background

This text has color #FAD590 on black background.


Color preview on white background

This text has color #FAD590 on white background.


Black color preview on #FAD590 background

This text has black color on #FAD590 background.


White color preview on #FAD590 background

This text has white color on #FAD590 background.


Related colors

Complementary color

Complementary color for #hex is #052A6F.


I love getcolorcode.com

Triadic colors

1 #90FAD5 and #D590FA with #FAD590 are triadic colors.

2 #90D5FA and #D5FA90 with #FAD590 are triadic colors.