COLOR #FDA069

HEX: #FDA069
RGB: (253,160,105)

Color info

#FDA069 contains mainly red color. Web safe color of #FDA069 is #FF9966 (or #F96).

RGB color model

#FDA069 color RGB value is (253,160,105).

  • red value is 253;
  • green value is 160;
  • blue value is 105.
RGB:
(253,160,105)
(99%,63%,41%)

RGB channels and saturation

R 253 of 255 = 99%
G 160 of 255 = 63%
B 105 of 255 = 41%

253
160
105

R + G + B ~ 68%. #FDA069 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 160 + 105 = 518 (100%)
R 253 of 518 ~ 48.84%
G 160 of 518 ~ 30.89%
B 105 of 518 ~ 20.27%

%48.84
%30.89
%20.27

CMYK color model

#FDA069 color CMYK value is (0,37,58,1).

  • cyan value is 0.00%
  • magenta value is 36.76%
  • yellow value is 58.50%
  • key color value is 0.78%
CMYK:
(0,37,58,1)
C0M37Y58K1 
(0%,37%,58%,1%)
(0.00/0.37/0.58/0.01)	

CMYK percentages

%0
%36.76
%58.5
%0.78

Codes

Color #FDA069 in popluar color models

FDA069
RGB253160105
HSL22°97.37%70.20%
HSB/HSV22°58.50%99.22%
CMYK0.00%36.76%58.50%
0.78%

Color #FDA069 in popluar number systems.

HEXFDA069
Decimal253160105
Binary11111101101000001101001
Octal375240151

Shades and tints

Shades of #FDA069

#FDA069
(253,160,105)
#E69260
(230,146,96)
#CF8457
(207,132,87)
#B8764E
(184,118,78)
#A16845
(161,104,69)
#8A5A3C
(138,90,60)
#734C33
(115,76,51)
#5C3E2A
(92,62,42)
#453021
(69,48,33)
#2E2218
(46,34,24)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #FDA069

#FDA069
(253,160,105)
#FDA876
(253,168,118)
#FDB083
(253,176,131)
#FDB890
(253,184,144)
#FDC09D
(253,192,157)
#FDC8AA
(253,200,170)
#FDD0B7
(253,208,183)
#FDD8C4
(253,216,196)
#FDE0D1
(253,224,209)
#FDE8DE
(253,232,222)
#FDF0EB
(253,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDA069 color. Also use rgb(253,160,105) instead hex code.

Text Font Color

.myTextColor { color: #FDA069; }

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

This text font color is #FDA069.


Background Color

.myBgColor { background-color: #FDA069; }

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

This div background color is #FDA069.


Border color

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

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

This div border color is #FDA069.


Opacity

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

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

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

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

This text has shadow with #FDA069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDA069 on black background.


Color preview on white background

This text has color #FDA069 on white background.



Black color preview on #FDA069 background

This text has black color on #FDA069 background.


White color preview on #FDA069 background

This text has white color on #FDA069 background.