COLOR #FBBF07

HEX: #FBBF07
RGB: (251,191,7)

Renk bilgisi

#FBBF07 contains mainly red color. #FBBF07 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#FBBF07 color RGB value is (251,191,7).

  • kırmız ton 251;
  • yeşil ton 191;
  • mavi ton 7.
RGB:
(251,191,7)
(98%,75%,3%)

RGB bağlantıları ve doygunluk

R 251 of 255 = 98%
G 191 of 255 = 75%
B 7 of 255 = 3%

251
191
7

R + G + B ~ 59%. #FBBF07 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
251 + 191 + 7 = 449 (100%)
R 251 of 449 ~ 55.9%
G 191 of 449 ~ 42.54%
B 7 of 449 ~ 1.56%

%55.9
%42.54

CMYK RENK MODELİ

#FBBF07 rengi CMYK tonu (0,24,97,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.90%
  • sarı tonu 97.21%
  • ana renk tonu 1.57%
CMYK:
(0,24,97,2)
C0M24Y97K2 
(0%,24%,97%,2%)
(0.00/0.24/0.97/0.02)	

CMYK yüzdeleri

%0
%23.9
%97.21
%1.57

Codes

Color #FBBF07 in popluar color models

FBBF07
RGB2511917
HSL45°96.83%50.59%
HSB/HSV45°97.21%98.43%
CMYK0.00%23.90%97.21%
1.57%

Color #FBBF07 in popluar number systems.

HEXFBBF07
Decimal2511917
Binary1111101110111111111
Octal3732777

Shades and tints

Shades of #FBBF07

#FBBF07
(251,191,7)
#E5AE07
(229,174,7)
#CF9D07
(207,157,7)
#B98C07
(185,140,7)
#A37B07
(163,123,7)
#8D6A07
(141,106,7)
#775907
(119,89,7)
#614807
(97,72,7)
#4B3707
(75,55,7)
#352607
(53,38,7)
#1F1507
(31,21,7)
#000000
(0,0,0)

Tints of #FBBF07

#FBBF07
(251,191,7)
#FBC41D
(251,196,29)
#FBC933
(251,201,51)
#FBCE49
(251,206,73)
#FBD35F
(251,211,95)
#FBD875
(251,216,117)
#FBDD8B
(251,221,139)
#FBE2A1
(251,226,161)
#FBE7B7
(251,231,183)
#FBECCD
(251,236,205)
#FBF1E3
(251,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBBF07 color. Also use rgb(251,191,7) instead hex code.

Text Font Color

.myTextColor { color: #FBBF07; }

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

This text font color is #FBBF07.


Background Color

.myBgColor { background-color: #FBBF07; }

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

This div background color is #FBBF07.


Border color

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

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

This div border color is #FBBF07.


Opacity

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

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

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

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

This text has shadow with #FBBF07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBBF07 on black background.


Color preview on white background

This text has color #FBBF07 on white background.



Black color preview on #FBBF07 background

This text has black color on #FBBF07 background.


White color preview on #FBBF07 background

This text has white color on #FBBF07 background.