COLOR #FFD865

HEX: #FFD865
RGB: (255,216,101)

Color info

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

RGB color model

#FFD865 color RGB value is (255,216,101).

  • red value is 255;
  • green value is 216;
  • blue value is 101.
RGB:
(255,216,101)
(100%,85%,40%)

RGB channels and saturation

R 255 of 255 = 100%
G 216 of 255 = 85%
B 101 of 255 = 40%

255
216
101

R + G + B ~ 75%. #FFD865 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 216 + 101 = 572 (100%)
R 255 of 572 ~ 44.58%
G 216 of 572 ~ 37.76%
B 101 of 572 ~ 17.66%

%44.58
%37.76
%17.66

CMYK color model

#FFD865 color CMYK value is (0,15,60,0).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 60.39%
  • key color value is 0.00%
CMYK:
(0,15,60,0)
C0M15Y60K0 
(0%,15%,60%,0%)
(0.00/0.15/0.60/0.00)	

CMYK percentages

%0
%15.29
%60.39
%0

Codes

Color #FFD865 in popluar color models

FFD865
RGB255216101
HSL45°100.00%69.80%
HSB/HSV45°60.39%100.00%
CMYK0.00%15.29%60.39%
0.00%

Color #FFD865 in popluar number systems.

HEXFFD865
Decimal255216101
Binary11111111110110001100101
Octal377330145

Shades and tints

Shades of #FFD865

#FFD865
(255,216,101)
#E8C55C
(232,197,92)
#D1B253
(209,178,83)
#BA9F4A
(186,159,74)
#A38C41
(163,140,65)
#8C7938
(140,121,56)
#75662F
(117,102,47)
#5E5326
(94,83,38)
#47401D
(71,64,29)
#302D14
(48,45,20)
#191A0B
(25,26,11)
#000000
(0,0,0)

Tints of #FFD865

#FFD865
(255,216,101)
#FFDB73
(255,219,115)
#FFDE81
(255,222,129)
#FFE18F
(255,225,143)
#FFE49D
(255,228,157)
#FFE7AB
(255,231,171)
#FFEAB9
(255,234,185)
#FFEDC7
(255,237,199)
#FFF0D5
(255,240,213)
#FFF3E3
(255,243,227)
#FFF6F1
(255,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD865 color. Also use rgb(255,216,101) instead hex code.

Text Font Color

.myTextColor { color: #FFD865; }

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

This text font color is #FFD865.


Background Color

.myBgColor { background-color: #FFD865; }

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

This div background color is #FFD865.


Border color

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

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

This div border color is #FFD865.


Opacity

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

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

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

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

This text has shadow with #FFD865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD865 on black background.


Color preview on white background

This text has color #FFD865 on white background.



Black color preview on #FFD865 background

This text has black color on #FFD865 background.


White color preview on #FFD865 background

This text has white color on #FFD865 background.