COLOR #FFD975

HEX: #FFD975
RGB: (255,217,117)

Color info

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

RGB color model

#FFD975 color RGB value is (255,217,117).

  • red value is 255;
  • green value is 217;
  • blue value is 117.
RGB:
(255,217,117)
(100%,85%,46%)

RGB channels and saturation

R 255 of 255 = 100%
G 217 of 255 = 85%
B 117 of 255 = 46%

255
217
117

R + G + B ~ 77%. #FFD975 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 217 + 117 = 589 (100%)
R 255 of 589 ~ 43.29%
G 217 of 589 ~ 36.84%
B 117 of 589 ~ 19.86%

%43.29
%36.84
%19.86

CMYK color model

#FFD975 color CMYK value is (0,15,54,0).

  • cyan value is 0.00%
  • magenta value is 14.90%
  • yellow value is 54.12%
  • key color value is 0.00%
CMYK:
(0,15,54,0)
C0M15Y54K0 
(0%,15%,54%,0%)
(0.00/0.15/0.54/0.00)	

CMYK percentages

%0
%14.9
%54.12
%0

Codes

Color #FFD975 in popluar color models

FFD975
RGB255217117
HSL43°100.00%72.94%
HSB/HSV43°54.12%100.00%
CMYK0.00%14.90%54.12%
0.00%

Color #FFD975 in popluar number systems.

HEXFFD975
Decimal255217117
Binary11111111110110011110101
Octal377331165

Shades and tints

Shades of #FFD975

#FFD975
(255,217,117)
#E8C66B
(232,198,107)
#D1B361
(209,179,97)
#BAA057
(186,160,87)
#A38D4D
(163,141,77)
#8C7A43
(140,122,67)
#756739
(117,103,57)
#5E542F
(94,84,47)
#474125
(71,65,37)
#302E1B
(48,46,27)
#191B11
(25,27,17)
#000000
(0,0,0)

Tints of #FFD975

#FFD975
(255,217,117)
#FFDC81
(255,220,129)
#FFDF8D
(255,223,141)
#FFE299
(255,226,153)
#FFE5A5
(255,229,165)
#FFE8B1
(255,232,177)
#FFEBBD
(255,235,189)
#FFEEC9
(255,238,201)
#FFF1D5
(255,241,213)
#FFF4E1
(255,244,225)
#FFF7ED
(255,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD975 color. Also use rgb(255,217,117) instead hex code.

Text Font Color

.myTextColor { color: #FFD975; }

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

This text font color is #FFD975.


Background Color

.myBgColor { background-color: #FFD975; }

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

This div background color is #FFD975.


Border color

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

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

This div border color is #FFD975.


Opacity

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

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

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

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

This text has shadow with #FFD975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD975 on black background.


Color preview on white background

This text has color #FFD975 on white background.



Black color preview on #FFD975 background

This text has black color on #FFD975 background.


White color preview on #FFD975 background

This text has white color on #FFD975 background.