COLOR #FFD31B

HEX: #FFD31B RGB: (255,211,27)

Color info

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

RGB color model

#FFD31B color RGB value is (255,211,27).

RGB: (255,211,27) (100%, 83%, 11%)

RGB channels and saturation

R 255 of 255 = 100%
G 211 of 255 = 83%
B 27 of 255 = 11%

255
211
27

R + G + B ~ 65%. #FFD31B is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 211 + 27 = 493 (100%)
R 255 of 493 ~ 51.72%
G 211 of 493 ~ 42.8%
B 27 of 493 ~ 5.48'%

%51.72
%42.8

CMYK color model

#FFD31B color CMYK value is (0,17,89,0).

  • cyan value is 0.00%
  • magenta value is 17.25%
  • yellow value is 89.41%
  • key color value is 0.00%

CMYK: (0,17,89,0)
C0M17Y89K0 (0%, 17%, 89%, 0%)
(0.00 / 0.17 / 0.89 / 0.00)

CMYK percentages

%0
%17.25
%89.41
%0

Codes

Color #FFD31B in popluar color models

FF D3 1B
RGB 255 211 27
HSL 48° 100.00% 55.29%
HSB/HSV 48° 89.41% 100.00%
CMYK 0.00% 17.25% 89.41%
0.00%

Color #FFD31B in popluar number systems.

HEX FF D3 1B
Decimal 255 211 27
Binary 11111111 11010011 11011
Octal 377 323 33

Shades and tints

Shades of #FFD31B

#FFD31B
(255,211,27)
#E8C019
(232,192,25)
#D1AD17
(209,173,23)
#BA9A15
(186,154,21)
#A38713
(163,135,19)
#8C7411
(140,116,17)
#75610F
(117,97,15)
#5E4E0D
(94,78,13)
#473B0B
(71,59,11)
#302809
(48,40,9)
#191507
(25,21,7)
#000000
(0,0,0)

Tints of #FFD31B

#FFD31B
(255,211,27)
#FFD72F
(255,215,47)
#FFDB43
(255,219,67)
#FFDF57
(255,223,87)
#FFE36B
(255,227,107)
#FFE77F
(255,231,127)
#FFEB93
(255,235,147)
#FFEFA7
(255,239,167)
#FFF3BB
(255,243,187)
#FFF7CF
(255,247,207)
#FFFBE3
(255,251,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD31B color. Also use rgb(255,211,27) instead hex code.

Text Font Color

.myTextColor { color: #FFD31B; }

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

This text font color is #FFD31B.

Background Color

.myBgColor { background-color: #FFD31B; }

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

This div background color is #FFD31B.

Border color

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

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

This div border color is #FFD31B.

Opacity

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

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

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

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

This text has shadow with #FFD31B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFD31B.

Preview

Color preview on black background

This text has color #FFD31B on black background.


Color preview on white background

This text has color #FFD31B on white background.


Black color preview on #FFD31B background

This text has black color on #FFD31B background.


White color preview on #FFD31B background

This text has white color on #FFD31B background.


Related colors

Complementary color

Complementary color for #hex is #002CE4.


I love getcolorcode.com

Gradients

Color #FFD31B is used in Mikado Yellow gradient.

Mikado Yellow


Triadic colors

1 #1BFFD3 and #D31BFF with #FFD31B are triadic colors.

2 #1BD3FF and #D3FF1B with #FFD31B are triadic colors.