COLOR #FBBD51

HEX: #FBBD51
RGB: (251,189,81)

Renk bilgisi

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

RGB renk modeli

#FBBD51 color RGB value is (251,189,81).

  • kırmız ton 251;
  • yeşil ton 189;
  • mavi ton 81.
RGB:
(251,189,81)
(98%,74%,32%)

RGB bağlantıları ve doygunluk

R 251 of 255 = 98%
G 189 of 255 = 74%
B 81 of 255 = 32%

251
189
81

R + G + B ~ 68%. #FBBD51 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
251 + 189 + 81 = 521 (100%)
R 251 of 521 ~ 48.18%
G 189 of 521 ~ 36.28%
B 81 of 521 ~ 15.55%

%48.18
%36.28
%15.55

CMYK RENK MODELİ

#FBBD51 rengi CMYK tonu (0,25,68,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.70%
  • sarı tonu 67.73%
  • ana renk tonu 1.57%
CMYK:
(0,25,68,2)
C0M25Y68K2 
(0%,25%,68%,2%)
(0.00/0.25/0.68/0.02)	

CMYK yüzdeleri

%0
%24.7
%67.73
%1.57

Codes

Color #FBBD51 in popluar color models

FBBD51
RGB25118981
HSL38°95.51%65.10%
HSB/HSV38°67.73%98.43%
CMYK0.00%24.70%67.73%
1.57%

Color #FBBD51 in popluar number systems.

HEXFBBD51
Decimal25118981
Binary11111011101111011010001
Octal373275121

Shades and tints

Shades of #FBBD51

#FBBD51
(251,189,81)
#E5AC4A
(229,172,74)
#CF9B43
(207,155,67)
#B98A3C
(185,138,60)
#A37935
(163,121,53)
#8D682E
(141,104,46)
#775727
(119,87,39)
#614620
(97,70,32)
#4B3519
(75,53,25)
#352412
(53,36,18)
#1F130B
(31,19,11)
#000000
(0,0,0)

Tints of #FBBD51

#FBBD51
(251,189,81)
#FBC360
(251,195,96)
#FBC96F
(251,201,111)
#FBCF7E
(251,207,126)
#FBD58D
(251,213,141)
#FBDB9C
(251,219,156)
#FBE1AB
(251,225,171)
#FBE7BA
(251,231,186)
#FBEDC9
(251,237,201)
#FBF3D8
(251,243,216)
#FBF9E7
(251,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBBD51 color. Also use rgb(251,189,81) instead hex code.

Text Font Color

.myTextColor { color: #FBBD51; }

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

This text font color is #FBBD51.


Background Color

.myBgColor { background-color: #FBBD51; }

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

This div background color is #FBBD51.


Border color

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

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

This div border color is #FBBD51.


Opacity

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

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

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

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

This text has shadow with #FBBD51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBBD51 on black background.


Color preview on white background

This text has color #FBBD51 on white background.



Black color preview on #FBBD51 background

This text has black color on #FBBD51 background.


White color preview on #FBBD51 background

This text has white color on #FBBD51 background.