COLOR #FEB478

HEX: #FEB478
RGB: (254,180,120)

Color info

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

RGB color model

#FEB478 color RGB value is (254,180,120).

  • red value is 254;
  • green value is 180;
  • blue value is 120.
RGB:
(254,180,120)
(100%,71%,47%)

RGB channels and saturation

R 254 of 255 = 100%
G 180 of 255 = 71%
B 120 of 255 = 47%

254
180
120

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

Portions of RGB colors in percentages

R + G + B =
254 + 180 + 120 = 554 (100%)
R 254 of 554 ~ 45.85%
G 180 of 554 ~ 32.49%
B 120 of 554 ~ 21.66%

%45.85
%32.49
%21.66

CMYK color model

#FEB478 color CMYK value is (0,29,53,0).

  • cyan value is 0.00%
  • magenta value is 29.13%
  • yellow value is 52.76%
  • key color value is 0.39%
CMYK:
(0,29,53,0)
C0M29Y53K0 
(0%,29%,53%,0%)
(0.00/0.29/0.53/0.00)	

CMYK percentages

%0
%29.13
%52.76
%0.39

Codes

Color #FEB478 in popluar color models

FEB478
RGB254180120
HSL27°98.53%73.33%
HSB/HSV27°52.76%99.61%
CMYK0.00%29.13%52.76%
0.39%

Color #FEB478 in popluar number systems.

HEXFEB478
Decimal254180120
Binary11111110101101001111000
Octal376264170

Shades and tints

Shades of #FEB478

#FEB478
(254,180,120)
#E7A46E
(231,164,110)
#D09464
(208,148,100)
#B9845A
(185,132,90)
#A27450
(162,116,80)
#8B6446
(139,100,70)
#74543C
(116,84,60)
#5D4432
(93,68,50)
#463428
(70,52,40)
#2F241E
(47,36,30)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #FEB478

#FEB478
(254,180,120)
#FEBA84
(254,186,132)
#FEC090
(254,192,144)
#FEC69C
(254,198,156)
#FECCA8
(254,204,168)
#FED2B4
(254,210,180)
#FED8C0
(254,216,192)
#FEDECC
(254,222,204)
#FEE4D8
(254,228,216)
#FEEAE4
(254,234,228)
#FEF0F0
(254,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEB478 color. Also use rgb(254,180,120) instead hex code.

Text Font Color

.myTextColor { color: #FEB478; }

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

This text font color is #FEB478.


Background Color

.myBgColor { background-color: #FEB478; }

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

This div background color is #FEB478.


Border color

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

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

This div border color is #FEB478.


Opacity

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

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

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

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

This text has shadow with #FEB478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEB478 on black background.


Color preview on white background

This text has color #FEB478 on white background.



Black color preview on #FEB478 background

This text has black color on #FEB478 background.


White color preview on #FEB478 background

This text has white color on #FEB478 background.