COLOR #FEBC84

HEX: #FEBC84 RGB: (254,188,132)

Color info

#FEBC84 contains mainly red color. Web safe color of #FEBC84 is #FFCC99 (or #FC9).

RGB color model

#FEBC84 color RGB value is (254,188,132).

RGB: (254,188,132) (100%, 74%, 52%)

RGB channels and saturation

R 254 of 255 = 100%
G 188 of 255 = 74%
B 132 of 255 = 52%

254
188
132

R + G + B ~ 75%. #FEBC84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 188 + 132 = 574 (100%)
R 254 of 574 ~ 44.25%
G 188 of 574 ~ 32.75%
B 132 of 574 ~ 23'%

%44.25
%32.75
%23

CMYK color model

#FEBC84 color CMYK value is (0,26,48,0).

  • cyan value is 0.00%
  • magenta value is 25.98%
  • yellow value is 48.03%
  • key color value is 0.39%

CMYK: (0,26,48,0)
C0M26Y48K0 (0%, 26%, 48%, 0%)
(0.00 / 0.26 / 0.48 / 0.00)

CMYK percentages

%0
%25.98
%48.03
%0.39

Codes

Color #FEBC84 in popluar color models

FE BC 84
RGB 254 188 132
HSL 28° 98.39% 75.69%
HSB/HSV 28° 48.03% 99.61%
CMYK 0.00% 25.98% 48.03%
0.39%

Color #FEBC84 in popluar number systems.

HEX FE BC 84
Decimal 254 188 132
Binary 11111110 10111100 10000100
Octal 376 274 204

Shades and tints

Shades of #FEBC84

#FEBC84
(254,188,132)
#E7AB78
(231,171,120)
#D09A6C
(208,154,108)
#B98960
(185,137,96)
#A27854
(162,120,84)
#8B6748
(139,103,72)
#74563C
(116,86,60)
#5D4530
(93,69,48)
#463424
(70,52,36)
#2F2318
(47,35,24)
#18120C
(24,18,12)
#000000
(0,0,0)

Tints of #FEBC84

#FEBC84
(254,188,132)
#FEC28F
(254,194,143)
#FEC89A
(254,200,154)
#FECEA5
(254,206,165)
#FED4B0
(254,212,176)
#FEDABB
(254,218,187)
#FEE0C6
(254,224,198)
#FEE6D1
(254,230,209)
#FEECDC
(254,236,220)
#FEF2E7
(254,242,231)
#FEF8F2
(254,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEBC84 color. Also use rgb(254,188,132) instead hex code.

Text Font Color

.myTextColor { color: #FEBC84; }

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

This text font color is #FEBC84.

Background Color

.myBgColor { background-color: #FEBC84; }

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

This div background color is #FEBC84.

Border color

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

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

This div border color is #FEBC84.

Opacity

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

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

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

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

This text has shadow with #FEBC84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEBC84.

Preview

Color preview on black background

This text has color #FEBC84 on black background.


Color preview on white background

This text has color #FEBC84 on white background.


Black color preview on #FEBC84 background

This text has black color on #FEBC84 background.


White color preview on #FEBC84 background

This text has white color on #FEBC84 background.


Related colors

Complementary color

Complementary color for #hex is #01437B.


I love getcolorcode.com

Triadic colors

1 #84FEBC and #BC84FE with #FEBC84 are triadic colors.

2 #84BCFE and #BCFE84 with #FEBC84 are triadic colors.