COLOR #FFD457

HEX: #FFD457 RGB: (255,212,87)

Color info

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

RGB color model

#FFD457 color RGB value is (255,212,87).

RGB: (255,212,87) (100%, 83%, 34%)

RGB channels and saturation

R 255 of 255 = 100%
G 212 of 255 = 83%
B 87 of 255 = 34%

255
212
87

R + G + B ~ 72%. #FFD457 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 212 + 87 = 554 (100%)
R 255 of 554 ~ 46.03%
G 212 of 554 ~ 38.27%
B 87 of 554 ~ 15.7'%

%46.03
%38.27
%15.7

CMYK color model

#FFD457 color CMYK value is (0,17,66,0).

  • cyan value is 0.00%
  • magenta value is 16.86%
  • yellow value is 65.88%
  • key color value is 0.00%

CMYK: (0,17,66,0)
C0M17Y66K0 (0%, 17%, 66%, 0%)
(0.00 / 0.17 / 0.66 / 0.00)

CMYK percentages

%0
%16.86
%65.88
%0

Codes

Color #FFD457 in popluar color models

FF D4 57
RGB 255 212 87
HSL 45° 100.00% 67.06%
HSB/HSV 45° 65.88% 100.00%
CMYK 0.00% 16.86% 65.88%
0.00%

Color #FFD457 in popluar number systems.

HEX FF D4 57
Decimal 255 212 87
Binary 11111111 11010100 1010111
Octal 377 324 127

Shades and tints

Shades of #FFD457

#FFD457
(255,212,87)
#E8C150
(232,193,80)
#D1AE49
(209,174,73)
#BA9B42
(186,155,66)
#A3883B
(163,136,59)
#8C7534
(140,117,52)
#75622D
(117,98,45)
#5E4F26
(94,79,38)
#473C1F
(71,60,31)
#302918
(48,41,24)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #FFD457

#FFD457
(255,212,87)
#FFD766
(255,215,102)
#FFDA75
(255,218,117)
#FFDD84
(255,221,132)
#FFE093
(255,224,147)
#FFE3A2
(255,227,162)
#FFE6B1
(255,230,177)
#FFE9C0
(255,233,192)
#FFECCF
(255,236,207)
#FFEFDE
(255,239,222)
#FFF2ED
(255,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD457 color. Also use rgb(255,212,87) instead hex code.

Text Font Color

.myTextColor { color: #FFD457; }

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

This text font color is #FFD457.

Background Color

.myBgColor { background-color: #FFD457; }

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

This div background color is #FFD457.

Border color

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

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

This div border color is #FFD457.

Opacity

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

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

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

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

This text has shadow with #FFD457 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFD457.

Preview

Color preview on black background

This text has color #FFD457 on black background.


Color preview on white background

This text has color #FFD457 on white background.


Black color preview on #FFD457 background

This text has black color on #FFD457 background.


White color preview on #FFD457 background

This text has white color on #FFD457 background.


Related colors

Complementary color

Complementary color for #hex is #002BA8.


I love getcolorcode.com

Triadic colors

1 #57FFD4 and #D457FF with #FFD457 are triadic colors.

2 #57D4FF and #D4FF57 with #FFD457 are triadic colors.