COLOR #FDB168

HEX: #FDB168 RGB: (253,177,104)

Color info

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

RGB color model

#FDB168 color RGB value is (253,177,104).

RGB: (253,177,104) (99%, 69%, 41%)

RGB channels and saturation

R 253 of 255 = 99%
G 177 of 255 = 69%
B 104 of 255 = 41%

253
177
104

R + G + B ~ 70%. #FDB168 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 177 + 104 = 534 (100%)
R 253 of 534 ~ 47.38%
G 177 of 534 ~ 33.15%
B 104 of 534 ~ 19.48'%

%47.38
%33.15
%19.48

CMYK color model

#FDB168 color CMYK value is (0,30,59,1).

  • cyan value is 0.00%
  • magenta value is 30.04%
  • yellow value is 58.89%
  • key color value is 0.78%
CMYK: (0,30,59,1) C0M30Y59K1 (0%,30%,59%,1%) (0.00/0.30/0.59/0.01) 

CMYK percentages

%0
%30.04
%58.89
%0.78

Codes

Color #FDB168 in popluar color models

FD B1 68
RGB 253 177 104
HSL 29° 97.39% 70.00%
HSB/HSV 29° 58.89% 99.22%
CMYK 0.00% 30.04% 58.89%
0.78%

Color #FDB168 in popluar number systems.

HEX FD B1 68
Decimal 253 177 104
Binary 11111101 10110001 1101000
Octal 375 261 150

Shades and tints

Shades of #FDB168

#FDB168
(253,177,104)
#E6A15F
(230,161,95)
#CF9156
(207,145,86)
#B8814D
(184,129,77)
#A17144
(161,113,68)
#8A613B
(138,97,59)
#735132
(115,81,50)
#5C4129
(92,65,41)
#453120
(69,49,32)
#2E2117
(46,33,23)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #FDB168

#FDB168
(253,177,104)
#FDB875
(253,184,117)
#FDBF82
(253,191,130)
#FDC68F
(253,198,143)
#FDCD9C
(253,205,156)
#FDD4A9
(253,212,169)
#FDDBB6
(253,219,182)
#FDE2C3
(253,226,195)
#FDE9D0
(253,233,208)
#FDF0DD
(253,240,221)
#FDF7EA
(253,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDB168 color. Also use rgb(253,177,104) instead hex code.

Text Font Color

.myTextColor { color: #FDB168; }

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

This text font color is #FDB168.

Background Color

.myBgColor { background-color: #FDB168; }

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

This div background color is #FDB168.

Border color

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

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

This div border color is #FDB168.

Opacity

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

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

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

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

This text has shadow with #FDB168 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDB168.

Preview

Color preview on black background

This text has color #FDB168 on black background.


Color preview on white background

This text has color #FDB168 on white background.


Black color preview on #FDB168 background

This text has black color on #FDB168 background.


White color preview on #FDB168 background

This text has white color on #FDB168 background.


Related colors

Complementary color

Complementary color for #hex is #024E97.


I love getcolorcode.com

Triadic colors

1 #68FDB1 and #B168FD with #FDB168 are triadic colors.

2 #68B1FD and #B1FD68 with #FDB168 are triadic colors.