COLOR #FDA44B

HEX: #FDA44B
RGB: (253,164,75)

Color info

#FDA44B contains mainly red color. Web safe color of #FDA44B is #FF9933 (or #F93).

RGB color model

#FDA44B color RGB value is (253,164,75).

  • red value is 253;
  • green value is 164;
  • blue value is 75.
RGB:
(253,164,75)
(99%,64%,29%)

RGB channels and saturation

R 253 of 255 = 99%
G 164 of 255 = 64%
B 75 of 255 = 29%

253
164
75

R + G + B ~ 64%. #FDA44B is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 164 + 75 = 492 (100%)
R 253 of 492 ~ 51.42%
G 164 of 492 ~ 33.33%
B 75 of 492 ~ 15.24%

%51.42
%33.33
%15.24

CMYK color model

#FDA44B color CMYK value is (0,35,70,1).

  • cyan value is 0.00%
  • magenta value is 35.18%
  • yellow value is 70.36%
  • key color value is 0.78%
CMYK:
(0,35,70,1)
C0M35Y70K1 
(0%,35%,70%,1%)
(0.00/0.35/0.70/0.01)	

CMYK percentages

%0
%35.18
%70.36
%0.78

Codes

Color #FDA44B in popluar color models

FDA44B
RGB25316475
HSL30°97.80%64.31%
HSB/HSV30°70.36%99.22%
CMYK0.00%35.18%70.36%
0.78%

Color #FDA44B in popluar number systems.

HEXFDA44B
Decimal25316475
Binary11111101101001001001011
Octal375244113

Shades and tints

Shades of #FDA44B

#FDA44B
(253,164,75)
#E69645
(230,150,69)
#CF883F
(207,136,63)
#B87A39
(184,122,57)
#A16C33
(161,108,51)
#8A5E2D
(138,94,45)
#735027
(115,80,39)
#5C4221
(92,66,33)
#45341B
(69,52,27)
#2E2615
(46,38,21)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #FDA44B

#FDA44B
(253,164,75)
#FDAC5B
(253,172,91)
#FDB46B
(253,180,107)
#FDBC7B
(253,188,123)
#FDC48B
(253,196,139)
#FDCC9B
(253,204,155)
#FDD4AB
(253,212,171)
#FDDCBB
(253,220,187)
#FDE4CB
(253,228,203)
#FDECDB
(253,236,219)
#FDF4EB
(253,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDA44B color. Also use rgb(253,164,75) instead hex code.

Text Font Color

.myTextColor { color: #FDA44B; }

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

This text font color is #FDA44B.


Background Color

.myBgColor { background-color: #FDA44B; }

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

This div background color is #FDA44B.


Border color

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

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

This div border color is #FDA44B.


Opacity

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

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

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

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

This text has shadow with #FDA44B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDA44B on black background.


Color preview on white background

This text has color #FDA44B on white background.



Black color preview on #FDA44B background

This text has black color on #FDA44B background.


White color preview on #FDA44B background

This text has white color on #FDA44B background.