COLOR #FFD017

HEX: #FFD017
RGB: (255,208,23)

Color info

#FFD017 contains mainly red and green colors. Web safe color of #FFD017 is #FFCC00 (or #FC0).

RGB color model

#FFD017 color RGB value is (255,208,23).

  • red value is 255;
  • green value is 208;
  • blue value is 23.
RGB:
(255,208,23)
(100%,82%,9%)

RGB channels and saturation

R 255 of 255 = 100%
G 208 of 255 = 82%
B 23 of 255 = 9%

255
208
23

R + G + B ~ 64%. #FFD017 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 208 + 23 = 486 (100%)
R 255 of 486 ~ 52.47%
G 208 of 486 ~ 42.8%
B 23 of 486 ~ 4.73%

%52.47
%42.8

CMYK color model

#FFD017 color CMYK value is (0,18,91,0).

  • cyan value is 0.00%
  • magenta value is 18.43%
  • yellow value is 90.98%
  • key color value is 0.00%
CMYK:
(0,18,91,0)
C0M18Y91K0 
(0%,18%,91%,0%)
(0.00/0.18/0.91/0.00)	

CMYK percentages

%0
%18.43
%90.98
%0

Codes

Color #FFD017 in popluar color models

FFD017
RGB25520823
HSL48°100.00%54.51%
HSB/HSV48°90.98%100.00%
CMYK0.00%18.43%90.98%
0.00%

Color #FFD017 in popluar number systems.

HEXFFD017
Decimal25520823
Binary111111111101000010111
Octal37732027

Shades and tints

Shades of #FFD017

#FFD017
(255,208,23)
#E8BE15
(232,190,21)
#D1AC13
(209,172,19)
#BA9A11
(186,154,17)
#A3880F
(163,136,15)
#8C760D
(140,118,13)
#75640B
(117,100,11)
#5E5209
(94,82,9)
#474007
(71,64,7)
#302E05
(48,46,5)
#191C03
(25,28,3)
#000000
(0,0,0)

Tints of #FFD017

#FFD017
(255,208,23)
#FFD42C
(255,212,44)
#FFD841
(255,216,65)
#FFDC56
(255,220,86)
#FFE06B
(255,224,107)
#FFE480
(255,228,128)
#FFE895
(255,232,149)
#FFECAA
(255,236,170)
#FFF0BF
(255,240,191)
#FFF4D4
(255,244,212)
#FFF8E9
(255,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD017 color. Also use rgb(255,208,23) instead hex code.

Text Font Color

.myTextColor { color: #FFD017; }

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

This text font color is #FFD017.


Background Color

.myBgColor { background-color: #FFD017; }

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

This div background color is #FFD017.


Border color

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

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

This div border color is #FFD017.


Opacity

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

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

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

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

This text has shadow with #FFD017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD017 on black background.


Color preview on white background

This text has color #FFD017 on white background.



Black color preview on #FFD017 background

This text has black color on #FFD017 background.


White color preview on #FFD017 background

This text has white color on #FFD017 background.