COLOR #FDBB4D

HEX: #FDBB4D
RGB: (253,187,77)

Renk bilgisi

#FDBB4D contains mainly red color. #FDBB4D ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.

RGB renk modeli

#FDBB4D color RGB value is (253,187,77).

  • kırmız ton 253;
  • yeşil ton 187;
  • mavi ton 77.
RGB:
(253,187,77)
(99%,73%,30%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 187 of 255 = 73%
B 77 of 255 = 30%

253
187
77

R + G + B ~ 67%. #FDBB4D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 187 + 77 = 517 (100%)
R 253 of 517 ~ 48.94%
G 187 of 517 ~ 36.17%
B 77 of 517 ~ 14.89%

%48.94
%36.17
%14.89

CMYK RENK MODELİ

#FDBB4D rengi CMYK tonu (0,26,70,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.09%
  • sarı tonu 69.57%
  • ana renk tonu 0.78%
CMYK:
(0,26,70,1)
C0M26Y70K1 
(0%,26%,70%,1%)
(0.00/0.26/0.70/0.01)	

CMYK yüzdeleri

%0
%26.09
%69.57
%0.78

Codes

Color #FDBB4D in popluar color models

FDBB4D
RGB25318777
HSL38°97.78%64.71%
HSB/HSV38°69.57%99.22%
CMYK0.00%26.09%69.57%
0.78%

Color #FDBB4D in popluar number systems.

HEXFDBB4D
Decimal25318777
Binary11111101101110111001101
Octal375273115

Shades and tints

Shades of #FDBB4D

#FDBB4D
(253,187,77)
#E6AA46
(230,170,70)
#CF993F
(207,153,63)
#B88838
(184,136,56)
#A17731
(161,119,49)
#8A662A
(138,102,42)
#735523
(115,85,35)
#5C441C
(92,68,28)
#453315
(69,51,21)
#2E220E
(46,34,14)
#171107
(23,17,7)
#000000
(0,0,0)

Tints of #FDBB4D

#FDBB4D
(253,187,77)
#FDC15D
(253,193,93)
#FDC76D
(253,199,109)
#FDCD7D
(253,205,125)
#FDD38D
(253,211,141)
#FDD99D
(253,217,157)
#FDDFAD
(253,223,173)
#FDE5BD
(253,229,189)
#FDEBCD
(253,235,205)
#FDF1DD
(253,241,221)
#FDF7ED
(253,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDBB4D color. Also use rgb(253,187,77) instead hex code.

Text Font Color

.myTextColor { color: #FDBB4D; }

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

This text font color is #FDBB4D.


Background Color

.myBgColor { background-color: #FDBB4D; }

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

This div background color is #FDBB4D.


Border color

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

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

This div border color is #FDBB4D.


Opacity

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

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

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

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

This text has shadow with #FDBB4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDBB4D on black background.


Color preview on white background

This text has color #FDBB4D on white background.



Black color preview on #FDBB4D background

This text has black color on #FDBB4D background.


White color preview on #FDBB4D background

This text has white color on #FDBB4D background.