COLOR #FFD83E

HEX: #FFD83E
RGB: (255,216,62)

Color info

#FFD83E contains mainly red and green colors. Web safe color of #FFD83E is #FFCC33 (or #FC3).

RGB color model

#FFD83E color RGB value is (255,216,62).

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

RGB channels and saturation

R 255 of 255 = 100%
G 216 of 255 = 85%
B 62 of 255 = 24%

255
216
62

R + G + B ~ 70%. #FFD83E is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 216 + 62 = 533 (100%)
R 255 of 533 ~ 47.84%
G 216 of 533 ~ 40.53%
B 62 of 533 ~ 11.63%

%47.84
%40.53
%11.63

CMYK color model

#FFD83E color CMYK value is (0,15,76,0).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 75.69%
  • key color value is 0.00%
CMYK:
(0,15,76,0)
C0M15Y76K0 
(0%,15%,76%,0%)
(0.00/0.15/0.76/0.00)	

CMYK percentages

%0
%15.29
%75.69
%0

Codes

Color #FFD83E in popluar color models

FFD83E
RGB25521662
HSL48°100.00%62.16%
HSB/HSV48°75.69%100.00%
CMYK0.00%15.29%75.69%
0.00%

Color #FFD83E in popluar number systems.

HEXFFD83E
Decimal25521662
Binary1111111111011000111110
Octal37733076

Shades and tints

Shades of #FFD83E

#FFD83E
(255,216,62)
#E8C539
(232,197,57)
#D1B234
(209,178,52)
#BA9F2F
(186,159,47)
#A38C2A
(163,140,42)
#8C7925
(140,121,37)
#756620
(117,102,32)
#5E531B
(94,83,27)
#474016
(71,64,22)
#302D11
(48,45,17)
#191A0C
(25,26,12)
#000000
(0,0,0)

Tints of #FFD83E

#FFD83E
(255,216,62)
#FFDB4F
(255,219,79)
#FFDE60
(255,222,96)
#FFE171
(255,225,113)
#FFE482
(255,228,130)
#FFE793
(255,231,147)
#FFEAA4
(255,234,164)
#FFEDB5
(255,237,181)
#FFF0C6
(255,240,198)
#FFF3D7
(255,243,215)
#FFF6E8
(255,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD83E; }

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

This text font color is #FFD83E.


Background Color

.myBgColor { background-color: #FFD83E; }

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

This div background color is #FFD83E.


Border color

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

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

This div border color is #FFD83E.


Opacity

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

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

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

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

This text has shadow with #FFD83E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD83E on black background.


Color preview on white background

This text has color #FFD83E on white background.



Black color preview on #FFD83E background

This text has black color on #FFD83E background.


White color preview on #FFD83E background

This text has white color on #FFD83E background.