COLOR #FBE419

HEX: #FBE419
RGB: (251,228,25)

Renk bilgisi

#FBE419 contains mainly red and green colors. #FBE419 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#FBE419 color RGB value is (251,228,25).

  • kırmız ton 251;
  • yeşil ton 228;
  • mavi ton 25.
RGB:
(251,228,25)
(98%,89%,10%)

RGB bağlantıları ve doygunluk

R 251 of 255 = 98%
G 228 of 255 = 89%
B 25 of 255 = 10%

251
228
25

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

Yüzdelerle RGB renk parçaları

R + G + B =
251 + 228 + 25 = 504 (100%)
R 251 of 504 ~ 49.8%
G 228 of 504 ~ 45.24%
B 25 of 504 ~ 4.96%

%49.8
%45.24

CMYK RENK MODELİ

#FBE419 rengi CMYK tonu (0,9,90,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.16%
  • sarı tonu 90.04%
  • ana renk tonu 1.57%
CMYK:
(0,9,90,2)
C0M9Y90K2 
(0%,9%,90%,2%)
(0.00/0.09/0.90/0.02)	

CMYK yüzdeleri

%0
%9.16
%90.04
%1.57

Codes

Color #FBE419 in popluar color models

FBE419
RGB25122825
HSL54°96.58%54.12%
HSB/HSV54°90.04%98.43%
CMYK0.00%9.16%90.04%
1.57%

Color #FBE419 in popluar number systems.

HEXFBE419
Decimal25122825
Binary111110111110010011001
Octal37334431

Shades and tints

Shades of #FBE419

#FBE419
(251,228,25)
#E5D017
(229,208,23)
#CFBC15
(207,188,21)
#B9A813
(185,168,19)
#A39411
(163,148,17)
#8D800F
(141,128,15)
#776C0D
(119,108,13)
#61580B
(97,88,11)
#4B4409
(75,68,9)
#353007
(53,48,7)
#1F1C05
(31,28,5)
#000000
(0,0,0)

Tints of #FBE419

#FBE419
(251,228,25)
#FBE62D
(251,230,45)
#FBE841
(251,232,65)
#FBEA55
(251,234,85)
#FBEC69
(251,236,105)
#FBEE7D
(251,238,125)
#FBF091
(251,240,145)
#FBF2A5
(251,242,165)
#FBF4B9
(251,244,185)
#FBF6CD
(251,246,205)
#FBF8E1
(251,248,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE419 color. Also use rgb(251,228,25) instead hex code.

Text Font Color

.myTextColor { color: #FBE419; }

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

This text font color is #FBE419.


Background Color

.myBgColor { background-color: #FBE419; }

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

This div background color is #FBE419.


Border color

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

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

This div border color is #FBE419.


Opacity

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

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

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

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

This text has shadow with #FBE419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE419 on black background.


Color preview on white background

This text has color #FBE419 on white background.



Black color preview on #FBE419 background

This text has black color on #FBE419 background.


White color preview on #FBE419 background

This text has white color on #FBE419 background.