COLOR #FBB701

HEX: #FBB701
RGB: (251,183,1)

Renk bilgisi

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

RGB renk modeli

#FBB701 color RGB value is (251,183,1).

  • kırmız ton 251;
  • yeşil ton 183;
  • mavi ton 1.
RGB:
(251,183,1)
(98%,72%,0%)

RGB bağlantıları ve doygunluk

R 251 of 255 = 98%
G 183 of 255 = 72%
B 1 of 255 = 0%

251
183
1

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

Yüzdelerle RGB renk parçaları

R + G + B =
251 + 183 + 1 = 435 (100%)
R 251 of 435 ~ 57.7%
G 183 of 435 ~ 42.07%
B 1 of 435 ~ 0.23%

%57.7
%42.07

CMYK RENK MODELİ

#FBB701 rengi CMYK tonu (0,27,100,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.09%
  • sarı tonu 99.60%
  • ana renk tonu 1.57%
CMYK:
(0,27,100,2)
C0M27Y100K2 
(0%,27%,100%,2%)
(0.00/0.27/1.00/0.02)	

CMYK yüzdeleri

%0
%27.09
%99.6
%1.57

Codes

Color #FBB701 in popluar color models

FBB701
RGB2511831
HSL44°99.21%49.41%
HSB/HSV44°99.60%98.43%
CMYK0.00%27.09%99.60%
1.57%

Color #FBB701 in popluar number systems.

HEXFBB701
Decimal2511831
Binary11111011101101111
Octal3732671

Shades and tints

Shades of #FBB701

#FBB701
(251,183,1)
#E5A701
(229,167,1)
#CF9701
(207,151,1)
#B98701
(185,135,1)
#A37701
(163,119,1)
#8D6701
(141,103,1)
#775701
(119,87,1)
#614701
(97,71,1)
#4B3701
(75,55,1)
#352701
(53,39,1)
#1F1701
(31,23,1)
#000000
(0,0,0)

Tints of #FBB701

#FBB701
(251,183,1)
#FBBD18
(251,189,24)
#FBC32F
(251,195,47)
#FBC946
(251,201,70)
#FBCF5D
(251,207,93)
#FBD574
(251,213,116)
#FBDB8B
(251,219,139)
#FBE1A2
(251,225,162)
#FBE7B9
(251,231,185)
#FBEDD0
(251,237,208)
#FBF3E7
(251,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBB701 color. Also use rgb(251,183,1) instead hex code.

Text Font Color

.myTextColor { color: #FBB701; }

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

This text font color is #FBB701.


Background Color

.myBgColor { background-color: #FBB701; }

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

This div background color is #FBB701.


Border color

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

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

This div border color is #FBB701.


Opacity

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

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

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

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

This text has shadow with #FBB701 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBB701 on black background.


Color preview on white background

This text has color #FBB701 on white background.



Black color preview on #FBB701 background

This text has black color on #FBB701 background.


White color preview on #FBB701 background

This text has white color on #FBB701 background.