COLOR #FEBA71

HEX: #FEBA71 RGB: (254,186,113)

Color info

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

RGB color model

#FEBA71 color RGB value is (254,186,113).

RGB: (254,186,113) (100%, 73%, 44%)

RGB channels and saturation

R 254 of 255 = 100%
G 186 of 255 = 73%
B 113 of 255 = 44%

254
186
113

R + G + B ~ 72%. #FEBA71 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 186 + 113 = 553 (100%)
R 254 of 553 ~ 45.93%
G 186 of 553 ~ 33.63%
B 113 of 553 ~ 20.43'%

%45.93
%33.63
%20.43

CMYK color model

#FEBA71 color CMYK value is (0,27,56,0).

  • cyan value is 0.00%
  • magenta value is 26.77%
  • yellow value is 55.51%
  • key color value is 0.39%

CMYK: (0,27,56,0)
C0M27Y56K0 (0%, 27%, 56%, 0%)
(0.00 / 0.27 / 0.56 / 0.00)

CMYK percentages

%0
%26.77
%55.51
%0.39

Codes

Color #FEBA71 in popluar color models

FE BA 71
RGB 254 186 113
HSL 31° 98.60% 71.96%
HSB/HSV 31° 55.51% 99.61%
CMYK 0.00% 26.77% 55.51%
0.39%

Color #FEBA71 in popluar number systems.

HEX FE BA 71
Decimal 254 186 113
Binary 11111110 10111010 1110001
Octal 376 272 161

Shades and tints

Shades of #FEBA71

#FEBA71
(254,186,113)
#E7AA67
(231,170,103)
#D09A5D
(208,154,93)
#B98A53
(185,138,83)
#A27A49
(162,122,73)
#8B6A3F
(139,106,63)
#745A35
(116,90,53)
#5D4A2B
(93,74,43)
#463A21
(70,58,33)
#2F2A17
(47,42,23)
#181A0D
(24,26,13)
#000000
(0,0,0)

Tints of #FEBA71

#FEBA71
(254,186,113)
#FEC07D
(254,192,125)
#FEC689
(254,198,137)
#FECC95
(254,204,149)
#FED2A1
(254,210,161)
#FED8AD
(254,216,173)
#FEDEB9
(254,222,185)
#FEE4C5
(254,228,197)
#FEEAD1
(254,234,209)
#FEF0DD
(254,240,221)
#FEF6E9
(254,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEBA71 color. Also use rgb(254,186,113) instead hex code.

Text Font Color

.myTextColor { color: #FEBA71; }

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

This text font color is #FEBA71.

Background Color

.myBgColor { background-color: #FEBA71; }

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

This div background color is #FEBA71.

Border color

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

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

This div border color is #FEBA71.

Opacity

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

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

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

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

This text has shadow with #FEBA71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEBA71.

Preview

Color preview on black background

This text has color #FEBA71 on black background.


Color preview on white background

This text has color #FEBA71 on white background.


Black color preview on #FEBA71 background

This text has black color on #FEBA71 background.


White color preview on #FEBA71 background

This text has white color on #FEBA71 background.


Related colors

Complementary color

Complementary color for #hex is #01458E.


I love getcolorcode.com

Triadic colors

1 #71FEBA and #BA71FE with #FEBA71 are triadic colors.

2 #71BAFE and #BAFE71 with #FEBA71 are triadic colors.