COLOR #FBE915

HEX: #FBE915
RGB: (251,233,21)

Renk bilgisi

#FBE915 contains mainly red and green colors. #FBE915 ‘ nin web güvenlik rengi #FFFF00 (ya da #FF0) dir.

RGB renk modeli

#FBE915 color RGB value is (251,233,21).

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

RGB bağlantıları ve doygunluk

R 251 of 255 = 98%
G 233 of 255 = 91%
B 21 of 255 = 8%

251
233
21

R + G + B ~ 66%. #FBE915 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
251 + 233 + 21 = 505 (100%)
R 251 of 505 ~ 49.7%
G 233 of 505 ~ 46.14%
B 21 of 505 ~ 4.16%

%49.7
%46.14

CMYK RENK MODELİ

#FBE915 rengi CMYK tonu (0,7,92,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.17%
  • sarı tonu 91.63%
  • ana renk tonu 1.57%
CMYK:
(0,7,92,2)
C0M7Y92K2 
(0%,7%,92%,2%)
(0.00/0.07/0.92/0.02)	

CMYK yüzdeleri

%0
%7.17
%91.63
%1.57

Codes

Color #FBE915 in popluar color models

FBE915
RGB25123321
HSL55°96.64%53.33%
HSB/HSV55°91.63%98.43%
CMYK0.00%7.17%91.63%
1.57%

Color #FBE915 in popluar number systems.

HEXFBE915
Decimal25123321
Binary111110111110100110101
Octal37335125

Shades and tints

Shades of #FBE915

#FBE915
(251,233,21)
#E5D414
(229,212,20)
#CFBF13
(207,191,19)
#B9AA12
(185,170,18)
#A39511
(163,149,17)
#8D8010
(141,128,16)
#776B0F
(119,107,15)
#61560E
(97,86,14)
#4B410D
(75,65,13)
#352C0C
(53,44,12)
#1F170B
(31,23,11)
#000000
(0,0,0)

Tints of #FBE915

#FBE915
(251,233,21)
#FBEB2A
(251,235,42)
#FBED3F
(251,237,63)
#FBEF54
(251,239,84)
#FBF169
(251,241,105)
#FBF37E
(251,243,126)
#FBF593
(251,245,147)
#FBF7A8
(251,247,168)
#FBF9BD
(251,249,189)
#FBFBD2
(251,251,210)
#FBFDE7
(251,253,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE915; }

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

This text font color is #FBE915.


Background Color

.myBgColor { background-color: #FBE915; }

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

This div background color is #FBE915.


Border color

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

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

This div border color is #FBE915.


Opacity

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

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

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

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

This text has shadow with #FBE915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE915 on black background.


Color preview on white background

This text has color #FBE915 on white background.



Black color preview on #FBE915 background

This text has black color on #FBE915 background.


White color preview on #FBE915 background

This text has white color on #FBE915 background.