COLOR #FEBD79

HEX: #FEBD79
RGB: (254,189,121)

Color info

#FEBD79 contains mainly red color. Web safe color of #FEBD79 is #FFCC66 (or #FC6).

RGB color model

#FEBD79 color RGB value is (254,189,121).

  • red value is 254;
  • green value is 189;
  • blue value is 121.
RGB:
(254,189,121)
(100%,74%,47%)

RGB channels and saturation

R 254 of 255 = 100%
G 189 of 255 = 74%
B 121 of 255 = 47%

254
189
121

R + G + B ~ 74%. #FEBD79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 189 + 121 = 564 (100%)
R 254 of 564 ~ 45.04%
G 189 of 564 ~ 33.51%
B 121 of 564 ~ 21.45%

%45.04
%33.51
%21.45

CMYK color model

#FEBD79 color CMYK value is (0,26,52,0).

  • cyan value is 0.00%
  • magenta value is 25.59%
  • yellow value is 52.36%
  • key color value is 0.39%
CMYK:
(0,26,52,0)
C0M26Y52K0 
(0%,26%,52%,0%)
(0.00/0.26/0.52/0.00)	

CMYK percentages

%0
%25.59
%52.36
%0.39

Codes

Color #FEBD79 in popluar color models

FEBD79
RGB254189121
HSL31°98.52%73.53%
HSB/HSV31°52.36%99.61%
CMYK0.00%25.59%52.36%
0.39%

Color #FEBD79 in popluar number systems.

HEXFEBD79
Decimal254189121
Binary11111110101111011111001
Octal376275171

Shades and tints

Shades of #FEBD79

#FEBD79
(254,189,121)
#E7AC6E
(231,172,110)
#D09B63
(208,155,99)
#B98A58
(185,138,88)
#A2794D
(162,121,77)
#8B6842
(139,104,66)
#745737
(116,87,55)
#5D462C
(93,70,44)
#463521
(70,53,33)
#2F2416
(47,36,22)
#18130B
(24,19,11)
#000000
(0,0,0)

Tints of #FEBD79

#FEBD79
(254,189,121)
#FEC385
(254,195,133)
#FEC991
(254,201,145)
#FECF9D
(254,207,157)
#FED5A9
(254,213,169)
#FEDBB5
(254,219,181)
#FEE1C1
(254,225,193)
#FEE7CD
(254,231,205)
#FEEDD9
(254,237,217)
#FEF3E5
(254,243,229)
#FEF9F1
(254,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEBD79 color. Also use rgb(254,189,121) instead hex code.

Text Font Color

.myTextColor { color: #FEBD79; }

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

This text font color is #FEBD79.


Background Color

.myBgColor { background-color: #FEBD79; }

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

This div background color is #FEBD79.


Border color

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

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

This div border color is #FEBD79.


Opacity

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

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

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

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

This text has shadow with #FEBD79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEBD79 on black background.


Color preview on white background

This text has color #FEBD79 on white background.



Black color preview on #FEBD79 background

This text has black color on #FEBD79 background.


White color preview on #FEBD79 background

This text has white color on #FEBD79 background.