COLOR #FED594

HEX: #FED594 RGB: (254,213,148)

Color info

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

RGB color model

#FED594 color RGB value is (254,213,148).

RGB: (254,213,148) (100%, 84%, 58%)

RGB channels and saturation

R 254 of 255 = 100%
G 213 of 255 = 84%
B 148 of 255 = 58%

254
213
148

R + G + B ~ 81%. #FED594 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 213 + 148 = 615 (100%)
R 254 of 615 ~ 41.3%
G 213 of 615 ~ 34.63%
B 148 of 615 ~ 24.07'%

%41.3
%34.63
%24.07

CMYK color model

#FED594 color CMYK value is (0,16,42,0).

  • cyan value is 0.00%
  • magenta value is 16.14%
  • yellow value is 41.73%
  • key color value is 0.39%

CMYK: (0,16,42,0)
C0M16Y42K0 (0%, 16%, 42%, 0%)
(0.00 / 0.16 / 0.42 / 0.00)

CMYK percentages

%0
%16.14
%41.73
%0.39

Codes

Color #FED594 in popluar color models

FE D5 94
RGB 254 213 148
HSL 37° 98.15% 78.82%
HSB/HSV 37° 41.73% 99.61%
CMYK 0.00% 16.14% 41.73%
0.39%

Color #FED594 in popluar number systems.

HEX FE D5 94
Decimal 254 213 148
Binary 11111110 11010101 10010100
Octal 376 325 224

Shades and tints

Shades of #FED594

#FED594
(254,213,148)
#E7C287
(231,194,135)
#D0AF7A
(208,175,122)
#B99C6D
(185,156,109)
#A28960
(162,137,96)
#8B7653
(139,118,83)
#746346
(116,99,70)
#5D5039
(93,80,57)
#463D2C
(70,61,44)
#2F2A1F
(47,42,31)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #FED594

#FED594
(254,213,148)
#FED89D
(254,216,157)
#FEDBA6
(254,219,166)
#FEDEAF
(254,222,175)
#FEE1B8
(254,225,184)
#FEE4C1
(254,228,193)
#FEE7CA
(254,231,202)
#FEEAD3
(254,234,211)
#FEEDDC
(254,237,220)
#FEF0E5
(254,240,229)
#FEF3EE
(254,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FED594 color. Also use rgb(254,213,148) instead hex code.

Text Font Color

.myTextColor { color: #FED594; }

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

This text font color is #FED594.

Background Color

.myBgColor { background-color: #FED594; }

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

This div background color is #FED594.

Border color

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

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

This div border color is #FED594.

Opacity

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

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

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

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

This text has shadow with #FED594 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED594.

Preview

Color preview on black background

This text has color #FED594 on black background.


Color preview on white background

This text has color #FED594 on white background.


Black color preview on #FED594 background

This text has black color on #FED594 background.


White color preview on #FED594 background

This text has white color on #FED594 background.


Related colors

Complementary color

Complementary color for #hex is #012A6B.


I love getcolorcode.com

Triadic colors

1 #94FED5 and #D594FE with #FED594 are triadic colors.

2 #94D5FE and #D5FE94 with #FED594 are triadic colors.