COLOR #FFD299

HEX: #FFD299
RGB: (255,210,153)

Color info

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

RGB color model

#FFD299 color RGB value is (255,210,153).

  • red value is 255;
  • green value is 210;
  • blue value is 153.
RGB:
(255,210,153)
(100%,82%,60%)

RGB channels and saturation

R 255 of 255 = 100%
G 210 of 255 = 82%
B 153 of 255 = 60%

255
210
153

R + G + B ~ 81%. #FFD299 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 210 + 153 = 618 (100%)
R 255 of 618 ~ 41.26%
G 210 of 618 ~ 33.98%
B 153 of 618 ~ 24.76%

%41.26
%33.98
%24.76

CMYK color model

#FFD299 color CMYK value is (0,18,40,0).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 40.00%
  • key color value is 0.00%
CMYK:
(0,18,40,0)
C0M18Y40K0 
(0%,18%,40%,0%)
(0.00/0.18/0.40/0.00)	

CMYK percentages

%0
%17.65
%40
%0

Codes

Color #FFD299 in popluar color models

FFD299
RGB255210153
HSL34°100.00%80.00%
HSB/HSV34°40.00%100.00%
CMYK0.00%17.65%40.00%
0.00%

Color #FFD299 in popluar number systems.

HEXFFD299
Decimal255210153
Binary111111111101001010011001
Octal377322231

Shades and tints

Shades of #FFD299

#FFD299
(255,210,153)
#E8BF8C
(232,191,140)
#D1AC7F
(209,172,127)
#BA9972
(186,153,114)
#A38665
(163,134,101)
#8C7358
(140,115,88)
#75604B
(117,96,75)
#5E4D3E
(94,77,62)
#473A31
(71,58,49)
#302724
(48,39,36)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #FFD299

#FFD299
(255,210,153)
#FFD6A2
(255,214,162)
#FFDAAB
(255,218,171)
#FFDEB4
(255,222,180)
#FFE2BD
(255,226,189)
#FFE6C6
(255,230,198)
#FFEACF
(255,234,207)
#FFEED8
(255,238,216)
#FFF2E1
(255,242,225)
#FFF6EA
(255,246,234)
#FFFAF3
(255,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD299 color. Also use rgb(255,210,153) instead hex code.

Text Font Color

.myTextColor { color: #FFD299; }

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

This text font color is #FFD299.


Background Color

.myBgColor { background-color: #FFD299; }

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

This div background color is #FFD299.


Border color

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

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

This div border color is #FFD299.


Opacity

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

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

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

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

This text has shadow with #FFD299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD299 on black background.


Color preview on white background

This text has color #FFD299 on white background.



Black color preview on #FFD299 background

This text has black color on #FFD299 background.


White color preview on #FFD299 background

This text has white color on #FFD299 background.