COLOR #FDB06B

HEX: #FDB06B
RGB: (253,176,107)

Renk bilgisi

#FDB06B contains mainly red color. #FDB06B ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#FDB06B color RGB value is (253,176,107).

  • kırmız ton 253;
  • yeşil ton 176;
  • mavi ton 107.
RGB:
(253,176,107)
(99%,69%,42%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 176 of 255 = 69%
B 107 of 255 = 42%

253
176
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 176 + 107 = 536 (100%)
R 253 of 536 ~ 47.2%
G 176 of 536 ~ 32.84%
B 107 of 536 ~ 19.96%

%47.2
%32.84
%19.96

CMYK RENK MODELİ

#FDB06B rengi CMYK tonu (0,30,58,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.43%
  • sarı tonu 57.71%
  • ana renk tonu 0.78%
CMYK:
(0,30,58,1)
C0M30Y58K1 
(0%,30%,58%,1%)
(0.00/0.30/0.58/0.01)	

CMYK yüzdeleri

%0
%30.43
%57.71
%0.78

Codes

Color #FDB06B in popluar color models

FDB06B
RGB253176107
HSL28°97.33%70.59%
HSB/HSV28°57.71%99.22%
CMYK0.00%30.43%57.71%
0.78%

Color #FDB06B in popluar number systems.

HEXFDB06B
Decimal253176107
Binary11111101101100001101011
Octal375260153

Shades and tints

Shades of #FDB06B

#FDB06B
(253,176,107)
#E6A062
(230,160,98)
#CF9059
(207,144,89)
#B88050
(184,128,80)
#A17047
(161,112,71)
#8A603E
(138,96,62)
#735035
(115,80,53)
#5C402C
(92,64,44)
#453023
(69,48,35)
#2E201A
(46,32,26)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #FDB06B

#FDB06B
(253,176,107)
#FDB778
(253,183,120)
#FDBE85
(253,190,133)
#FDC592
(253,197,146)
#FDCC9F
(253,204,159)
#FDD3AC
(253,211,172)
#FDDAB9
(253,218,185)
#FDE1C6
(253,225,198)
#FDE8D3
(253,232,211)
#FDEFE0
(253,239,224)
#FDF6ED
(253,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDB06B color. Also use rgb(253,176,107) instead hex code.

Text Font Color

.myTextColor { color: #FDB06B; }

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

This text font color is #FDB06B.


Background Color

.myBgColor { background-color: #FDB06B; }

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

This div background color is #FDB06B.


Border color

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

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

This div border color is #FDB06B.


Opacity

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

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

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

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

This text has shadow with #FDB06B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDB06B on black background.


Color preview on white background

This text has color #FDB06B on white background.



Black color preview on #FDB06B background

This text has black color on #FDB06B background.


White color preview on #FDB06B background

This text has white color on #FDB06B background.