COLOR #FDBA80

HEX: #FDBA80
RGB: (253,186,128)

Renk bilgisi

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

RGB renk modeli

#FDBA80 color RGB value is (253,186,128).

  • kırmız ton 253;
  • yeşil ton 186;
  • mavi ton 128.
RGB:
(253,186,128)
(99%,73%,50%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 186 of 255 = 73%
B 128 of 255 = 50%

253
186
128

R + G + B ~ 74%. #FDBA80 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 186 + 128 = 567 (100%)
R 253 of 567 ~ 44.62%
G 186 of 567 ~ 32.8%
B 128 of 567 ~ 22.57%

%44.62
%32.8
%22.57

CMYK RENK MODELİ

#FDBA80 rengi CMYK tonu (0,26,49,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.48%
  • sarı tonu 49.41%
  • ana renk tonu 0.78%
CMYK:
(0,26,49,1)
C0M26Y49K1 
(0%,26%,49%,1%)
(0.00/0.26/0.49/0.01)	

CMYK yüzdeleri

%0
%26.48
%49.41
%0.78

Codes

Color #FDBA80 in popluar color models

FDBA80
RGB253186128
HSL28°96.90%74.71%
HSB/HSV28°49.41%99.22%
CMYK0.00%26.48%49.41%
0.78%

Color #FDBA80 in popluar number systems.

HEXFDBA80
Decimal253186128
Binary111111011011101010000000
Octal375272200

Shades and tints

Shades of #FDBA80

#FDBA80
(253,186,128)
#E6AA75
(230,170,117)
#CF9A6A
(207,154,106)
#B88A5F
(184,138,95)
#A17A54
(161,122,84)
#8A6A49
(138,106,73)
#735A3E
(115,90,62)
#5C4A33
(92,74,51)
#453A28
(69,58,40)
#2E2A1D
(46,42,29)
#171A12
(23,26,18)
#000000
(0,0,0)

Tints of #FDBA80

#FDBA80
(253,186,128)
#FDC08B
(253,192,139)
#FDC696
(253,198,150)
#FDCCA1
(253,204,161)
#FDD2AC
(253,210,172)
#FDD8B7
(253,216,183)
#FDDEC2
(253,222,194)
#FDE4CD
(253,228,205)
#FDEAD8
(253,234,216)
#FDF0E3
(253,240,227)
#FDF6EE
(253,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDBA80 color. Also use rgb(253,186,128) instead hex code.

Text Font Color

.myTextColor { color: #FDBA80; }

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

This text font color is #FDBA80.


Background Color

.myBgColor { background-color: #FDBA80; }

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

This div background color is #FDBA80.


Border color

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

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

This div border color is #FDBA80.


Opacity

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

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

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

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

This text has shadow with #FDBA80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDBA80 on black background.


Color preview on white background

This text has color #FDBA80 on white background.



Black color preview on #FDBA80 background

This text has black color on #FDBA80 background.


White color preview on #FDBA80 background

This text has white color on #FDBA80 background.