COLOR #FBE949

HEX: #FBE949
RGB: (251,233,73)

Renk bilgisi

#FBE949 contains mainly red and green colors. #FBE949 ‘ nin web güvenlik rengi #FFFF33 (ya da #FF3) dir.

RGB renk modeli

#FBE949 color RGB value is (251,233,73).

  • kırmız ton 251;
  • yeşil ton 233;
  • mavi ton 73.
RGB:
(251,233,73)
(98%,91%,29%)

RGB bağlantıları ve doygunluk

R 251 of 255 = 98%
G 233 of 255 = 91%
B 73 of 255 = 29%

251
233
73

R + G + B ~ 73%. #FBE949 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
251 + 233 + 73 = 557 (100%)
R 251 of 557 ~ 45.06%
G 233 of 557 ~ 41.83%
B 73 of 557 ~ 13.11%

%45.06
%41.83
%13.11

CMYK RENK MODELİ

#FBE949 rengi CMYK tonu (0,7,71,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.17%
  • sarı tonu 70.92%
  • ana renk tonu 1.57%
CMYK:
(0,7,71,2)
C0M7Y71K2 
(0%,7%,71%,2%)
(0.00/0.07/0.71/0.02)	

CMYK yüzdeleri

%0
%7.17
%70.92
%1.57

Codes

Color #FBE949 in popluar color models

FBE949
RGB25123373
HSL54°95.70%63.53%
HSB/HSV54°70.92%98.43%
CMYK0.00%7.17%70.92%
1.57%

Color #FBE949 in popluar number systems.

HEXFBE949
Decimal25123373
Binary11111011111010011001001
Octal373351111

Shades and tints

Shades of #FBE949

#FBE949
(251,233,73)
#E5D443
(229,212,67)
#CFBF3D
(207,191,61)
#B9AA37
(185,170,55)
#A39531
(163,149,49)
#8D802B
(141,128,43)
#776B25
(119,107,37)
#61561F
(97,86,31)
#4B4119
(75,65,25)
#352C13
(53,44,19)
#1F170D
(31,23,13)
#000000
(0,0,0)

Tints of #FBE949

#FBE949
(251,233,73)
#FBEB59
(251,235,89)
#FBED69
(251,237,105)
#FBEF79
(251,239,121)
#FBF189
(251,241,137)
#FBF399
(251,243,153)
#FBF5A9
(251,245,169)
#FBF7B9
(251,247,185)
#FBF9C9
(251,249,201)
#FBFBD9
(251,251,217)
#FBFDE9
(251,253,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE949 color. Also use rgb(251,233,73) instead hex code.

Text Font Color

.myTextColor { color: #FBE949; }

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

This text font color is #FBE949.


Background Color

.myBgColor { background-color: #FBE949; }

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

This div background color is #FBE949.


Border color

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

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

This div border color is #FBE949.


Opacity

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

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

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

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

This text has shadow with #FBE949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE949 on black background.


Color preview on white background

This text has color #FBE949 on white background.



Black color preview on #FBE949 background

This text has black color on #FBE949 background.


White color preview on #FBE949 background

This text has white color on #FBE949 background.