COLOR #FFC399

HEX: #FFC399 RGB: (255,195,153)

Color info

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

RGB color model

#FFC399 color RGB value is (255,195,153).

RGB: (255,195,153) (100%, 76%, 60%)

RGB channels and saturation

R 255 of 255 = 100%
G 195 of 255 = 76%
B 153 of 255 = 60%

255
195
153

R + G + B ~ 79%. #FFC399 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 195 + 153 = 603 (100%)
R 255 of 603 ~ 42.29%
G 195 of 603 ~ 32.34%
B 153 of 603 ~ 25.37'%

%42.29
%32.34
%25.37

CMYK color model

#FFC399 color CMYK value is (0,24,40,0).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 40.00%
  • key color value is 0.00%

CMYK: (0,24,40,0)
C0M24Y40K0 (0%, 24%, 40%, 0%)
(0.00 / 0.24 / 0.40 / 0.00)

CMYK percentages

%0
%23.53
%40
%0

Codes

Color #FFC399 in popluar color models

FF C3 99
RGB 255 195 153
HSL 25° 100.00% 80.00%
HSB/HSV 25° 40.00% 100.00%
CMYK 0.00% 23.53% 40.00%
0.00%

Color #FFC399 in popluar number systems.

HEX FF C3 99
Decimal 255 195 153
Binary 11111111 11000011 10011001
Octal 377 303 231

Shades and tints

Shades of #FFC399

#FFC399
(255,195,153)
#E8B28C
(232,178,140)
#D1A17F
(209,161,127)
#BA9072
(186,144,114)
#A37F65
(163,127,101)
#8C6E58
(140,110,88)
#755D4B
(117,93,75)
#5E4C3E
(94,76,62)
#473B31
(71,59,49)
#302A24
(48,42,36)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #FFC399

#FFC399
(255,195,153)
#FFC8A2
(255,200,162)
#FFCDAB
(255,205,171)
#FFD2B4
(255,210,180)
#FFD7BD
(255,215,189)
#FFDCC6
(255,220,198)
#FFE1CF
(255,225,207)
#FFE6D8
(255,230,216)
#FFEBE1
(255,235,225)
#FFF0EA
(255,240,234)
#FFF5F3
(255,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC399; }

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

This text font color is #FFC399.

Background Color

.myBgColor { background-color: #FFC399; }

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

This div background color is #FFC399.

Border color

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

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

This div border color is #FFC399.

Opacity

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

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

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

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

This text has shadow with #FFC399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFC399.

Preview

Color preview on black background

This text has color #FFC399 on black background.


Color preview on white background

This text has color #FFC399 on white background.


Black color preview on #FFC399 background

This text has black color on #FFC399 background.


White color preview on #FFC399 background

This text has white color on #FFC399 background.


Related colors

Complementary color

Complementary color for #hex is #003C66.


I love getcolorcode.com

Triadic colors

1 #99FFC3 and #C399FF with #FFC399 are triadic colors.

2 #99C3FF and #C3FF99 with #FFC399 are triadic colors.