COLOR #FFD014

HEX: #FFD014
RGB: (255,208,20)

Color info

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

RGB color model

#FFD014 color RGB value is (255,208,20).

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

RGB channels and saturation

R 255 of 255 = 100%
G 208 of 255 = 82%
B 20 of 255 = 8%

255
208
20

R + G + B ~ 63%. #FFD014 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 208 + 20 = 483 (100%)
R 255 of 483 ~ 52.8%
G 208 of 483 ~ 43.06%
B 20 of 483 ~ 4.14%

%52.8
%43.06

CMYK color model

#FFD014 color CMYK value is (0,18,92,0).

  • cyan value is 0.00%
  • magenta value is 18.43%
  • yellow value is 92.16%
  • key color value is 0.00%
CMYK:
(0,18,92,0)
C0M18Y92K0 
(0%,18%,92%,0%)
(0.00/0.18/0.92/0.00)	

CMYK percentages

%0
%18.43
%92.16
%0

Codes

Color #FFD014 in popluar color models

FFD014
RGB25520820
HSL48°100.00%53.92%
HSB/HSV48°92.16%100.00%
CMYK0.00%18.43%92.16%
0.00%

Color #FFD014 in popluar number systems.

HEXFFD014
Decimal25520820
Binary111111111101000010100
Octal37732024

Shades and tints

Shades of #FFD014

#FFD014
(255,208,20)
#E8BE13
(232,190,19)
#D1AC12
(209,172,18)
#BA9A11
(186,154,17)
#A38810
(163,136,16)
#8C760F
(140,118,15)
#75640E
(117,100,14)
#5E520D
(94,82,13)
#47400C
(71,64,12)
#302E0B
(48,46,11)
#191C0A
(25,28,10)
#000000
(0,0,0)

Tints of #FFD014

#FFD014
(255,208,20)
#FFD429
(255,212,41)
#FFD83E
(255,216,62)
#FFDC53
(255,220,83)
#FFE068
(255,224,104)
#FFE47D
(255,228,125)
#FFE892
(255,232,146)
#FFECA7
(255,236,167)
#FFF0BC
(255,240,188)
#FFF4D1
(255,244,209)
#FFF8E6
(255,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD014; }

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

This text font color is #FFD014.


Background Color

.myBgColor { background-color: #FFD014; }

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

This div background color is #FFD014.


Border color

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

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

This div border color is #FFD014.


Opacity

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

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

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

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

This text has shadow with #FFD014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD014 on black background.


Color preview on white background

This text has color #FFD014 on white background.



Black color preview on #FFD014 background

This text has black color on #FFD014 background.


White color preview on #FFD014 background

This text has white color on #FFD014 background.