COLOR #FFBD51

HEX: #FFBD51
RGB: (255,189,81)

Color info

#FFBD51 contains mainly red color. Web safe color of #FFBD51 is #FFCC66 (or #FC6).

RGB color model

#FFBD51 color RGB value is (255,189,81).

  • red value is 255;
  • green value is 189;
  • blue value is 81.
RGB:
(255,189,81)
(100%,74%,32%)

RGB channels and saturation

R 255 of 255 = 100%
G 189 of 255 = 74%
B 81 of 255 = 32%

255
189
81

R + G + B ~ 69%. #FFBD51 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 189 + 81 = 525 (100%)
R 255 of 525 ~ 48.57%
G 189 of 525 ~ 36%
B 81 of 525 ~ 15.43%

%48.57
%36
%15.43

CMYK color model

#FFBD51 color CMYK value is (0,26,68,0).

  • cyan value is 0.00%
  • magenta value is 25.88%
  • yellow value is 68.24%
  • key color value is 0.00%
CMYK:
(0,26,68,0)
C0M26Y68K0 
(0%,26%,68%,0%)
(0.00/0.26/0.68/0.00)	

CMYK percentages

%0
%25.88
%68.24
%0

Codes

Color #FFBD51 in popluar color models

FFBD51
RGB25518981
HSL37°100.00%65.88%
HSB/HSV37°68.24%100.00%
CMYK0.00%25.88%68.24%
0.00%

Color #FFBD51 in popluar number systems.

HEXFFBD51
Decimal25518981
Binary11111111101111011010001
Octal377275121

Shades and tints

Shades of #FFBD51

#FFBD51
(255,189,81)
#E8AC4A
(232,172,74)
#D19B43
(209,155,67)
#BA8A3C
(186,138,60)
#A37935
(163,121,53)
#8C682E
(140,104,46)
#755727
(117,87,39)
#5E4620
(94,70,32)
#473519
(71,53,25)
#302412
(48,36,18)
#19130B
(25,19,11)
#000000
(0,0,0)

Tints of #FFBD51

#FFBD51
(255,189,81)
#FFC360
(255,195,96)
#FFC96F
(255,201,111)
#FFCF7E
(255,207,126)
#FFD58D
(255,213,141)
#FFDB9C
(255,219,156)
#FFE1AB
(255,225,171)
#FFE7BA
(255,231,186)
#FFEDC9
(255,237,201)
#FFF3D8
(255,243,216)
#FFF9E7
(255,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFBD51 color. Also use rgb(255,189,81) instead hex code.

Text Font Color

.myTextColor { color: #FFBD51; }

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

This text font color is #FFBD51.


Background Color

.myBgColor { background-color: #FFBD51; }

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

This div background color is #FFBD51.


Border color

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

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

This div border color is #FFBD51.


Opacity

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

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

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

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

This text has shadow with #FFBD51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFBD51 on black background.


Color preview on white background

This text has color #FFBD51 on white background.



Black color preview on #FFBD51 background

This text has black color on #FFBD51 background.


White color preview on #FFBD51 background

This text has white color on #FFBD51 background.