COLOR #FED296

HEX: #FED296
RGB: (254,210,150)

Color info

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

RGB color model

#FED296 color RGB value is (254,210,150).

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

RGB channels and saturation

R 254 of 255 = 100%
G 210 of 255 = 82%
B 150 of 255 = 59%

254
210
150

R + G + B ~ 80%. #FED296 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 210 + 150 = 614 (100%)
R 254 of 614 ~ 41.37%
G 210 of 614 ~ 34.2%
B 150 of 614 ~ 24.43%

%41.37
%34.2
%24.43

CMYK color model

#FED296 color CMYK value is (0,17,41,0).

  • cyan value is 0.00%
  • magenta value is 17.32%
  • yellow value is 40.94%
  • key color value is 0.39%
CMYK:
(0,17,41,0)
C0M17Y41K0 
(0%,17%,41%,0%)
(0.00/0.17/0.41/0.00)	

CMYK percentages

%0
%17.32
%40.94
%0.39

Codes

Color #FED296 in popluar color models

FED296
RGB254210150
HSL35°98.11%79.22%
HSB/HSV35°40.94%99.61%
CMYK0.00%17.32%40.94%
0.39%

Color #FED296 in popluar number systems.

HEXFED296
Decimal254210150
Binary111111101101001010010110
Octal376322226

Shades and tints

Shades of #FED296

#FED296
(254,210,150)
#E7BF89
(231,191,137)
#D0AC7C
(208,172,124)
#B9996F
(185,153,111)
#A28662
(162,134,98)
#8B7355
(139,115,85)
#746048
(116,96,72)
#5D4D3B
(93,77,59)
#463A2E
(70,58,46)
#2F2721
(47,39,33)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #FED296

#FED296
(254,210,150)
#FED69F
(254,214,159)
#FEDAA8
(254,218,168)
#FEDEB1
(254,222,177)
#FEE2BA
(254,226,186)
#FEE6C3
(254,230,195)
#FEEACC
(254,234,204)
#FEEED5
(254,238,213)
#FEF2DE
(254,242,222)
#FEF6E7
(254,246,231)
#FEFAF0
(254,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED296; }

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

This text font color is #FED296.


Background Color

.myBgColor { background-color: #FED296; }

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

This div background color is #FED296.


Border color

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

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

This div border color is #FED296.


Opacity

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

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

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

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

This text has shadow with #FED296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED296 on black background.


Color preview on white background

This text has color #FED296 on white background.



Black color preview on #FED296 background

This text has black color on #FED296 background.


White color preview on #FED296 background

This text has white color on #FED296 background.