COLOR #FFD58A

HEX: #FFD58A
RGB: (255,213,138)

Color info

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

RGB color model

#FFD58A color RGB value is (255,213,138).

  • red value is 255;
  • green value is 213;
  • blue value is 138.
RGB:
(255,213,138)
(100%,84%,54%)

RGB channels and saturation

R 255 of 255 = 100%
G 213 of 255 = 84%
B 138 of 255 = 54%

255
213
138

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

Portions of RGB colors in percentages

R + G + B =
255 + 213 + 138 = 606 (100%)
R 255 of 606 ~ 42.08%
G 213 of 606 ~ 35.15%
B 138 of 606 ~ 22.77%

%42.08
%35.15
%22.77

CMYK color model

#FFD58A color CMYK value is (0,16,46,0).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 45.88%
  • key color value is 0.00%
CMYK:
(0,16,46,0)
C0M16Y46K0 
(0%,16%,46%,0%)
(0.00/0.16/0.46/0.00)	

CMYK percentages

%0
%16.47
%45.88
%0

Codes

Color #FFD58A in popluar color models

FFD58A
RGB255213138
HSL38°100.00%77.06%
HSB/HSV38°45.88%100.00%
CMYK0.00%16.47%45.88%
0.00%

Color #FFD58A in popluar number systems.

HEXFFD58A
Decimal255213138
Binary111111111101010110001010
Octal377325212

Shades and tints

Shades of #FFD58A

#FFD58A
(255,213,138)
#E8C27E
(232,194,126)
#D1AF72
(209,175,114)
#BA9C66
(186,156,102)
#A3895A
(163,137,90)
#8C764E
(140,118,78)
#756342
(117,99,66)
#5E5036
(94,80,54)
#473D2A
(71,61,42)
#302A1E
(48,42,30)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #FFD58A

#FFD58A
(255,213,138)
#FFD894
(255,216,148)
#FFDB9E
(255,219,158)
#FFDEA8
(255,222,168)
#FFE1B2
(255,225,178)
#FFE4BC
(255,228,188)
#FFE7C6
(255,231,198)
#FFEAD0
(255,234,208)
#FFEDDA
(255,237,218)
#FFF0E4
(255,240,228)
#FFF3EE
(255,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD58A color. Also use rgb(255,213,138) instead hex code.

Text Font Color

.myTextColor { color: #FFD58A; }

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

This text font color is #FFD58A.


Background Color

.myBgColor { background-color: #FFD58A; }

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

This div background color is #FFD58A.


Border color

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

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

This div border color is #FFD58A.


Opacity

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

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

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

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

This text has shadow with #FFD58A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD58A on black background.


Color preview on white background

This text has color #FFD58A on white background.



Black color preview on #FFD58A background

This text has black color on #FFD58A background.


White color preview on #FFD58A background

This text has white color on #FFD58A background.