COLOR #FFD65A

HEX: #FFD65A RGB: (255,214,90)

Color info

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

RGB color model

#FFD65A color RGB value is (255,214,90).

RGB: (255,214,90) (100%, 84%, 35%)

RGB channels and saturation

R 255 of 255 = 100%
G 214 of 255 = 84%
B 90 of 255 = 35%

255
214
90

R + G + B ~ 73%. #FFD65A is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 214 + 90 = 559 (100%)
R 255 of 559 ~ 45.62%
G 214 of 559 ~ 38.28%
B 90 of 559 ~ 16.1'%

%45.62
%38.28
%16.1

CMYK color model

#FFD65A color CMYK value is (0,16,65,0).

  • cyan value is 0.00%
  • magenta value is 16.08%
  • yellow value is 64.71%
  • key color value is 0.00%
CMYK: (0,16,65,0) C0M16Y65K0 (0%,16%,65%,0%) (0.00/0.16/0.65/0.00) 

CMYK percentages

%0
%16.08
%64.71
%0

Codes

Color #FFD65A in popluar color models

FF D6 5A
RGB 255 214 90
HSL 45° 100.00% 67.65%
HSB/HSV 45° 64.71% 100.00%
CMYK 0.00% 16.08% 64.71%
0.00%

Color #FFD65A in popluar number systems.

HEX FF D6 5A
Decimal 255 214 90
Binary 11111111 11010110 1011010
Octal 377 326 132

Shades and tints

Shades of #FFD65A

#FFD65A
(255,214,90)
#E8C352
(232,195,82)
#D1B04A
(209,176,74)
#BA9D42
(186,157,66)
#A38A3A
(163,138,58)
#8C7732
(140,119,50)
#75642A
(117,100,42)
#5E5122
(94,81,34)
#473E1A
(71,62,26)
#302B12
(48,43,18)
#19180A
(25,24,10)
#000000
(0,0,0)

Tints of #FFD65A

#FFD65A
(255,214,90)
#FFD969
(255,217,105)
#FFDC78
(255,220,120)
#FFDF87
(255,223,135)
#FFE296
(255,226,150)
#FFE5A5
(255,229,165)
#FFE8B4
(255,232,180)
#FFEBC3
(255,235,195)
#FFEED2
(255,238,210)
#FFF1E1
(255,241,225)
#FFF4F0
(255,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD65A color. Also use rgb(255,214,90) instead hex code.

Text Font Color

.myTextColor { color: #FFD65A; }

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

This text font color is #FFD65A.

Background Color

.myBgColor { background-color: #FFD65A; }

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

This div background color is #FFD65A.

Border color

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

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

This div border color is #FFD65A.

Opacity

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

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

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

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

This text has shadow with #FFD65A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFD65A.

Preview

Color preview on black background

This text has color #FFD65A on black background.


Color preview on white background

This text has color #FFD65A on white background.


Black color preview on #FFD65A background

This text has black color on #FFD65A background.


White color preview on #FFD65A background

This text has white color on #FFD65A background.


Related colors

Complementary color

Complementary color for #hex is #0029A5.


I love getcolorcode.com

Triadic colors

1 #5AFFD6 and #D65AFF with #FFD65A are triadic colors.

2 #5AD6FF and #D6FF5A with #FFD65A are triadic colors.