COLOR #FFD800

HEX: #FFD800
RGB: (255,216,0)

Color info

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

RGB color model

#FFD800 color RGB value is (255,216,0).

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

RGB channels and saturation

R 255 of 255 = 100%
G 216 of 255 = 85%
B 0 of 255 = 0%

255
216
0

R + G + B ~ 62%. #FFD800 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 216 + 0 = 471 (100%)
R 255 of 471 ~ 54.14%
G 216 of 471 ~ 45.86%
B 0 of 471 ~ 0%

%54.14
%45.86

CMYK color model

#FFD800 color CMYK value is (0,15,100,0).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 100.00%
  • key color value is 0.00%
CMYK:
(0,15,100,0)
C0M15Y100K0 
(0%,15%,100%,0%)
(0.00/0.15/1.00/0.00)	

CMYK percentages

%0
%15.29
%100
%0

Codes

Color #FFD800 in popluar color models

FFD800
RGB2552160
HSL51°100.00%50.00%
HSB/HSV51°100.00%100.00%
CMYK0.00%15.29%100.00%
0.00%

Color #FFD800 in popluar number systems.

HEXFFD800
Decimal2552160
Binary11111111110110000
Octal3773300

Shades and tints

Shades of #FFD800

#FFD800
(255,216,0)
#E8C500
(232,197,0)
#D1B200
(209,178,0)
#BA9F00
(186,159,0)
#A38C00
(163,140,0)
#8C7900
(140,121,0)
#756600
(117,102,0)
#5E5300
(94,83,0)
#474000
(71,64,0)
#302D00
(48,45,0)
#191A00
(25,26,0)
#000000
(0,0,0)

Tints of #FFD800

#FFD800
(255,216,0)
#FFDB17
(255,219,23)
#FFDE2E
(255,222,46)
#FFE145
(255,225,69)
#FFE45C
(255,228,92)
#FFE773
(255,231,115)
#FFEA8A
(255,234,138)
#FFEDA1
(255,237,161)
#FFF0B8
(255,240,184)
#FFF3CF
(255,243,207)
#FFF6E6
(255,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD800; }

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

This text font color is #FFD800.


Background Color

.myBgColor { background-color: #FFD800; }

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

This div background color is #FFD800.


Border color

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

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

This div border color is #FFD800.


Opacity

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

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

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

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

This text has shadow with #FFD800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD800 on black background.


Color preview on white background

This text has color #FFD800 on white background.



Black color preview on #FFD800 background

This text has black color on #FFD800 background.


White color preview on #FFD800 background

This text has white color on #FFD800 background.