COLOR #FDB66A

HEX: #FDB66A
RGB: (253,182,106)

Renk bilgisi

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

RGB renk modeli

#FDB66A color RGB value is (253,182,106).

  • kırmız ton 253;
  • yeşil ton 182;
  • mavi ton 106.
RGB:
(253,182,106)
(99%,71%,42%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 182 of 255 = 71%
B 106 of 255 = 42%

253
182
106

R + G + B ~ 71%. #FDB66A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 182 + 106 = 541 (100%)
R 253 of 541 ~ 46.77%
G 182 of 541 ~ 33.64%
B 106 of 541 ~ 19.59%

%46.77
%33.64
%19.59

CMYK RENK MODELİ

#FDB66A rengi CMYK tonu (0,28,58,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.06%
  • sarı tonu 58.10%
  • ana renk tonu 0.78%
CMYK:
(0,28,58,1)
C0M28Y58K1 
(0%,28%,58%,1%)
(0.00/0.28/0.58/0.01)	

CMYK yüzdeleri

%0
%28.06
%58.1
%0.78

Codes

Color #FDB66A in popluar color models

FDB66A
RGB253182106
HSL31°97.35%70.39%
HSB/HSV31°58.10%99.22%
CMYK0.00%28.06%58.10%
0.78%

Color #FDB66A in popluar number systems.

HEXFDB66A
Decimal253182106
Binary11111101101101101101010
Octal375266152

Shades and tints

Shades of #FDB66A

#FDB66A
(253,182,106)
#E6A661
(230,166,97)
#CF9658
(207,150,88)
#B8864F
(184,134,79)
#A17646
(161,118,70)
#8A663D
(138,102,61)
#735634
(115,86,52)
#5C462B
(92,70,43)
#453622
(69,54,34)
#2E2619
(46,38,25)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #FDB66A

#FDB66A
(253,182,106)
#FDBC77
(253,188,119)
#FDC284
(253,194,132)
#FDC891
(253,200,145)
#FDCE9E
(253,206,158)
#FDD4AB
(253,212,171)
#FDDAB8
(253,218,184)
#FDE0C5
(253,224,197)
#FDE6D2
(253,230,210)
#FDECDF
(253,236,223)
#FDF2EC
(253,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDB66A color. Also use rgb(253,182,106) instead hex code.

Text Font Color

.myTextColor { color: #FDB66A; }

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

This text font color is #FDB66A.


Background Color

.myBgColor { background-color: #FDB66A; }

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

This div background color is #FDB66A.


Border color

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

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

This div border color is #FDB66A.


Opacity

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

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

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

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

This text has shadow with #FDB66A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDB66A on black background.


Color preview on white background

This text has color #FDB66A on white background.



Black color preview on #FDB66A background

This text has black color on #FDB66A background.


White color preview on #FDB66A background

This text has white color on #FDB66A background.