COLOR #FED284

HEX: #FED284
RGB: (254,210,132)

Color info

#FED284 contains mainly red and green colors. Web safe color of #FED284 is #FFCC99 (or #FC9).

RGB color model

#FED284 color RGB value is (254,210,132).

  • red value is 254;
  • green value is 210;
  • blue value is 132.
RGB:
(254,210,132)
(100%,82%,52%)

RGB channels and saturation

R 254 of 255 = 100%
G 210 of 255 = 82%
B 132 of 255 = 52%

254
210
132

R + G + B ~ 78%. #FED284 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 210 + 132 = 596 (100%)
R 254 of 596 ~ 42.62%
G 210 of 596 ~ 35.23%
B 132 of 596 ~ 22.15%

%42.62
%35.23
%22.15

CMYK color model

#FED284 color CMYK value is (0,17,48,0).

  • cyan value is 0.00%
  • magenta value is 17.32%
  • yellow value is 48.03%
  • key color value is 0.39%
CMYK:
(0,17,48,0)
C0M17Y48K0 
(0%,17%,48%,0%)
(0.00/0.17/0.48/0.00)	

CMYK percentages

%0
%17.32
%48.03
%0.39

Codes

Color #FED284 in popluar color models

FED284
RGB254210132
HSL38°98.39%75.69%
HSB/HSV38°48.03%99.61%
CMYK0.00%17.32%48.03%
0.39%

Color #FED284 in popluar number systems.

HEXFED284
Decimal254210132
Binary111111101101001010000100
Octal376322204

Shades and tints

Shades of #FED284

#FED284
(254,210,132)
#E7BF78
(231,191,120)
#D0AC6C
(208,172,108)
#B99960
(185,153,96)
#A28654
(162,134,84)
#8B7348
(139,115,72)
#74603C
(116,96,60)
#5D4D30
(93,77,48)
#463A24
(70,58,36)
#2F2718
(47,39,24)
#18140C
(24,20,12)
#000000
(0,0,0)

Tints of #FED284

#FED284
(254,210,132)
#FED68F
(254,214,143)
#FEDA9A
(254,218,154)
#FEDEA5
(254,222,165)
#FEE2B0
(254,226,176)
#FEE6BB
(254,230,187)
#FEEAC6
(254,234,198)
#FEEED1
(254,238,209)
#FEF2DC
(254,242,220)
#FEF6E7
(254,246,231)
#FEFAF2
(254,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED284; }

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

This text font color is #FED284.


Background Color

.myBgColor { background-color: #FED284; }

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

This div background color is #FED284.


Border color

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

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

This div border color is #FED284.


Opacity

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

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

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

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

This text has shadow with #FED284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED284 on black background.


Color preview on white background

This text has color #FED284 on white background.



Black color preview on #FED284 background

This text has black color on #FED284 background.


White color preview on #FED284 background

This text has white color on #FED284 background.