COLOR #FDBB29

HEX: #FDBB29
RGB: (253,187,41)

Color info

#FDBB29 contains mainly red color. Web safe color of #FDBB29 is #FFCC33 (or #FC3).

RGB color model

#FDBB29 color RGB value is (253,187,41).

  • red value is 253;
  • green value is 187;
  • blue value is 41.
RGB:
(253,187,41)
(99%,73%,16%)

RGB channels and saturation

R 253 of 255 = 99%
G 187 of 255 = 73%
B 41 of 255 = 16%

253
187
41

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

Portions of RGB colors in percentages

R + G + B =
253 + 187 + 41 = 481 (100%)
R 253 of 481 ~ 52.6%
G 187 of 481 ~ 38.88%
B 41 of 481 ~ 8.52%

%52.6
%38.88

CMYK color model

#FDBB29 color CMYK value is (0,26,84,1).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 83.79%
  • key color value is 0.78%
CMYK:
(0,26,84,1)
C0M26Y84K1 
(0%,26%,84%,1%)
(0.00/0.26/0.84/0.01)	

CMYK percentages

%0
%26.09
%83.79
%0.78

Codes

Color #FDBB29 in popluar color models

FDBB29
RGB25318741
HSL41°98.15%57.65%
HSB/HSV41°83.79%99.22%
CMYK0.00%26.09%83.79%
0.78%

Color #FDBB29 in popluar number systems.

HEXFDBB29
Decimal25318741
Binary1111110110111011101001
Octal37527351

Shades and tints

Shades of #FDBB29

#FDBB29
(253,187,41)
#E6AA26
(230,170,38)
#CF9923
(207,153,35)
#B88820
(184,136,32)
#A1771D
(161,119,29)
#8A661A
(138,102,26)
#735517
(115,85,23)
#5C4414
(92,68,20)
#453311
(69,51,17)
#2E220E
(46,34,14)
#17110B
(23,17,11)
#000000
(0,0,0)

Tints of #FDBB29

#FDBB29
(253,187,41)
#FDC13C
(253,193,60)
#FDC74F
(253,199,79)
#FDCD62
(253,205,98)
#FDD375
(253,211,117)
#FDD988
(253,217,136)
#FDDF9B
(253,223,155)
#FDE5AE
(253,229,174)
#FDEBC1
(253,235,193)
#FDF1D4
(253,241,212)
#FDF7E7
(253,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDBB29 color. Also use rgb(253,187,41) instead hex code.

Text Font Color

.myTextColor { color: #FDBB29; }

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

This text font color is #FDBB29.


Background Color

.myBgColor { background-color: #FDBB29; }

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

This div background color is #FDBB29.


Border color

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

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

This div border color is #FDBB29.


Opacity

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

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

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

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

This text has shadow with #FDBB29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDBB29 on black background.


Color preview on white background

This text has color #FDBB29 on white background.



Black color preview on #FDBB29 background

This text has black color on #FDBB29 background.


White color preview on #FDBB29 background

This text has white color on #FDBB29 background.