COLOR #FBD66B

HEX: #FBD66B
RGB: (251,214,107)

Renk bilgisi

#FBD66B contains mainly red and green colors. #FBD66B ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#FBD66B color RGB value is (251,214,107).

  • kırmız ton 251;
  • yeşil ton 214;
  • mavi ton 107.
RGB:
(251,214,107)
(98%,84%,42%)

RGB bağlantıları ve doygunluk

R 251 of 255 = 98%
G 214 of 255 = 84%
B 107 of 255 = 42%

251
214
107

R + G + B ~ 75%. #FBD66B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
251 + 214 + 107 = 572 (100%)
R 251 of 572 ~ 43.88%
G 214 of 572 ~ 37.41%
B 107 of 572 ~ 18.71%

%43.88
%37.41
%18.71

CMYK RENK MODELİ

#FBD66B rengi CMYK tonu (0,15,57,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.74%
  • sarı tonu 57.37%
  • ana renk tonu 1.57%
CMYK:
(0,15,57,2)
C0M15Y57K2 
(0%,15%,57%,2%)
(0.00/0.15/0.57/0.02)	

CMYK yüzdeleri

%0
%14.74
%57.37
%1.57

Codes

Color #FBD66B in popluar color models

FBD66B
RGB251214107
HSL45°94.74%70.20%
HSB/HSV45°57.37%98.43%
CMYK0.00%14.74%57.37%
1.57%

Color #FBD66B in popluar number systems.

HEXFBD66B
Decimal251214107
Binary11111011110101101101011
Octal373326153

Shades and tints

Shades of #FBD66B

#FBD66B
(251,214,107)
#E5C362
(229,195,98)
#CFB059
(207,176,89)
#B99D50
(185,157,80)
#A38A47
(163,138,71)
#8D773E
(141,119,62)
#776435
(119,100,53)
#61512C
(97,81,44)
#4B3E23
(75,62,35)
#352B1A
(53,43,26)
#1F1811
(31,24,17)
#000000
(0,0,0)

Tints of #FBD66B

#FBD66B
(251,214,107)
#FBD978
(251,217,120)
#FBDC85
(251,220,133)
#FBDF92
(251,223,146)
#FBE29F
(251,226,159)
#FBE5AC
(251,229,172)
#FBE8B9
(251,232,185)
#FBEBC6
(251,235,198)
#FBEED3
(251,238,211)
#FBF1E0
(251,241,224)
#FBF4ED
(251,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD66B color. Also use rgb(251,214,107) instead hex code.

Text Font Color

.myTextColor { color: #FBD66B; }

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

This text font color is #FBD66B.


Background Color

.myBgColor { background-color: #FBD66B; }

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

This div background color is #FBD66B.


Border color

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

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

This div border color is #FBD66B.


Opacity

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

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

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

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

This text has shadow with #FBD66B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD66B on black background.


Color preview on white background

This text has color #FBD66B on white background.



Black color preview on #FBD66B background

This text has black color on #FBD66B background.


White color preview on #FBD66B background

This text has white color on #FBD66B background.