COLOR #FDB876

HEX: #FDB876
RGB: (253,184,118)

Renk bilgisi

#FDB876 contains mainly red color. #FDB876 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#FDB876 color RGB value is (253,184,118).

  • kırmız ton 253;
  • yeşil ton 184;
  • mavi ton 118.
RGB:
(253,184,118)
(99%,72%,46%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 184 of 255 = 72%
B 118 of 255 = 46%

253
184
118

R + G + B ~ 72%. #FDB876 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 184 + 118 = 555 (100%)
R 253 of 555 ~ 45.59%
G 184 of 555 ~ 33.15%
B 118 of 555 ~ 21.26%

%45.59
%33.15
%21.26

CMYK RENK MODELİ

#FDB876 rengi CMYK tonu (0,27,53,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.27%
  • sarı tonu 53.36%
  • ana renk tonu 0.78%
CMYK:
(0,27,53,1)
C0M27Y53K1 
(0%,27%,53%,1%)
(0.00/0.27/0.53/0.01)	

CMYK yüzdeleri

%0
%27.27
%53.36
%0.78

Codes

Color #FDB876 in popluar color models

FDB876
RGB253184118
HSL29°97.12%72.75%
HSB/HSV29°53.36%99.22%
CMYK0.00%27.27%53.36%
0.78%

Color #FDB876 in popluar number systems.

HEXFDB876
Decimal253184118
Binary11111101101110001110110
Octal375270166

Shades and tints

Shades of #FDB876

#FDB876
(253,184,118)
#E6A86C
(230,168,108)
#CF9862
(207,152,98)
#B88858
(184,136,88)
#A1784E
(161,120,78)
#8A6844
(138,104,68)
#73583A
(115,88,58)
#5C4830
(92,72,48)
#453826
(69,56,38)
#2E281C
(46,40,28)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #FDB876

#FDB876
(253,184,118)
#FDBE82
(253,190,130)
#FDC48E
(253,196,142)
#FDCA9A
(253,202,154)
#FDD0A6
(253,208,166)
#FDD6B2
(253,214,178)
#FDDCBE
(253,220,190)
#FDE2CA
(253,226,202)
#FDE8D6
(253,232,214)
#FDEEE2
(253,238,226)
#FDF4EE
(253,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDB876 color. Also use rgb(253,184,118) instead hex code.

Text Font Color

.myTextColor { color: #FDB876; }

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

This text font color is #FDB876.


Background Color

.myBgColor { background-color: #FDB876; }

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

This div background color is #FDB876.


Border color

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

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

This div border color is #FDB876.


Opacity

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

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

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

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

This text has shadow with #FDB876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDB876 on black background.


Color preview on white background

This text has color #FDB876 on white background.



Black color preview on #FDB876 background

This text has black color on #FDB876 background.


White color preview on #FDB876 background

This text has white color on #FDB876 background.