COLOR #FEB355

HEX: #FEB355
RGB: (254,179,85)

Color info

#FEB355 contains mainly red color. Web safe color of #FEB355 is #FF9966 (or #F96).

RGB color model

#FEB355 color RGB value is (254,179,85).

  • red value is 254;
  • green value is 179;
  • blue value is 85.
RGB:
(254,179,85)
(100%,70%,33%)

RGB channels and saturation

R 254 of 255 = 100%
G 179 of 255 = 70%
B 85 of 255 = 33%

254
179
85

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

Portions of RGB colors in percentages

R + G + B =
254 + 179 + 85 = 518 (100%)
R 254 of 518 ~ 49.03%
G 179 of 518 ~ 34.56%
B 85 of 518 ~ 16.41%

%49.03
%34.56
%16.41

CMYK color model

#FEB355 color CMYK value is (0,30,67,0).

  • cyan value is 0.00%
  • magenta value is 29.53%
  • yellow value is 66.54%
  • key color value is 0.39%
CMYK:
(0,30,67,0)
C0M30Y67K0 
(0%,30%,67%,0%)
(0.00/0.30/0.67/0.00)	

CMYK percentages

%0
%29.53
%66.54
%0.39

Codes

Color #FEB355 in popluar color models

FEB355
RGB25417985
HSL33°98.83%66.47%
HSB/HSV33°66.54%99.61%
CMYK0.00%29.53%66.54%
0.39%

Color #FEB355 in popluar number systems.

HEXFEB355
Decimal25417985
Binary11111110101100111010101
Octal376263125

Shades and tints

Shades of #FEB355

#FEB355
(254,179,85)
#E7A34E
(231,163,78)
#D09347
(208,147,71)
#B98340
(185,131,64)
#A27339
(162,115,57)
#8B6332
(139,99,50)
#74532B
(116,83,43)
#5D4324
(93,67,36)
#46331D
(70,51,29)
#2F2316
(47,35,22)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #FEB355

#FEB355
(254,179,85)
#FEB964
(254,185,100)
#FEBF73
(254,191,115)
#FEC582
(254,197,130)
#FECB91
(254,203,145)
#FED1A0
(254,209,160)
#FED7AF
(254,215,175)
#FEDDBE
(254,221,190)
#FEE3CD
(254,227,205)
#FEE9DC
(254,233,220)
#FEEFEB
(254,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEB355 color. Also use rgb(254,179,85) instead hex code.

Text Font Color

.myTextColor { color: #FEB355; }

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

This text font color is #FEB355.


Background Color

.myBgColor { background-color: #FEB355; }

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

This div background color is #FEB355.


Border color

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

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

This div border color is #FEB355.


Opacity

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

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

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

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

This text has shadow with #FEB355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEB355 on black background.


Color preview on white background

This text has color #FEB355 on white background.



Black color preview on #FEB355 background

This text has black color on #FEB355 background.


White color preview on #FEB355 background

This text has white color on #FEB355 background.