COLOR #FEDD2B

HEX: #FEDD2B
RGB: (254,221,43)

Renk bilgisi

#FEDD2B contains mainly red and green colors. #FEDD2B ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.

RGB renk modeli

#FEDD2B color RGB value is (254,221,43).

  • kırmız ton 254;
  • yeşil ton 221;
  • mavi ton 43.
RGB:
(254,221,43)
(100%,87%,17%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 221 of 255 = 87%
B 43 of 255 = 17%

254
221
43

R + G + B ~ 68%. #FEDD2B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 221 + 43 = 518 (100%)
R 254 of 518 ~ 49.03%
G 221 of 518 ~ 42.66%
B 43 of 518 ~ 8.3%

%49.03
%42.66

CMYK RENK MODELİ

#FEDD2B rengi CMYK tonu (0,13,83,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.99%
  • sarı tonu 83.07%
  • ana renk tonu 0.39%
CMYK:
(0,13,83,0)
C0M13Y83K0 
(0%,13%,83%,0%)
(0.00/0.13/0.83/0.00)	

CMYK yüzdeleri

%0
%12.99
%83.07
%0.39

Codes

Color #FEDD2B in popluar color models

FEDD2B
RGB25422143
HSL51°99.06%58.24%
HSB/HSV51°83.07%99.61%
CMYK0.00%12.99%83.07%
0.39%

Color #FEDD2B in popluar number systems.

HEXFEDD2B
Decimal25422143
Binary1111111011011101101011
Octal37633553

Shades and tints

Shades of #FEDD2B

#FEDD2B
(254,221,43)
#E7C928
(231,201,40)
#D0B525
(208,181,37)
#B9A122
(185,161,34)
#A28D1F
(162,141,31)
#8B791C
(139,121,28)
#746519
(116,101,25)
#5D5116
(93,81,22)
#463D13
(70,61,19)
#2F2910
(47,41,16)
#18150D
(24,21,13)
#000000
(0,0,0)

Tints of #FEDD2B

#FEDD2B
(254,221,43)
#FEE03E
(254,224,62)
#FEE351
(254,227,81)
#FEE664
(254,230,100)
#FEE977
(254,233,119)
#FEEC8A
(254,236,138)
#FEEF9D
(254,239,157)
#FEF2B0
(254,242,176)
#FEF5C3
(254,245,195)
#FEF8D6
(254,248,214)
#FEFBE9
(254,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEDD2B color. Also use rgb(254,221,43) instead hex code.

Text Font Color

.myTextColor { color: #FEDD2B; }

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

This text font color is #FEDD2B.


Background Color

.myBgColor { background-color: #FEDD2B; }

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

This div background color is #FEDD2B.


Border color

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

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

This div border color is #FEDD2B.


Opacity

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

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

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

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

This text has shadow with #FEDD2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEDD2B on black background.


Color preview on white background

This text has color #FEDD2B on white background.



Black color preview on #FEDD2B background

This text has black color on #FEDD2B background.


White color preview on #FEDD2B background

This text has white color on #FEDD2B background.