COLOR #FFC673

HEX: #FFC673
RGB: (255,198,115)

Color info

#FFC673 contains mainly red and green colors. Web safe color of #FFC673 is #FFCC66 (or #FC6).

RGB color model

#FFC673 color RGB value is (255,198,115).

  • red value is 255;
  • green value is 198;
  • blue value is 115.
RGB:
(255,198,115)
(100%,78%,45%)

RGB channels and saturation

R 255 of 255 = 100%
G 198 of 255 = 78%
B 115 of 255 = 45%

255
198
115

R + G + B ~ 74%. #FFC673 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 198 + 115 = 568 (100%)
R 255 of 568 ~ 44.89%
G 198 of 568 ~ 34.86%
B 115 of 568 ~ 20.25%

%44.89
%34.86
%20.25

CMYK color model

#FFC673 color CMYK value is (0,22,55,0).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 54.90%
  • key color value is 0.00%
CMYK:
(0,22,55,0)
C0M22Y55K0 
(0%,22%,55%,0%)
(0.00/0.22/0.55/0.00)	

CMYK percentages

%0
%22.35
%54.9
%0

Codes

Color #FFC673 in popluar color models

FFC673
RGB255198115
HSL36°100.00%72.55%
HSB/HSV36°54.90%100.00%
CMYK0.00%22.35%54.90%
0.00%

Color #FFC673 in popluar number systems.

HEXFFC673
Decimal255198115
Binary11111111110001101110011
Octal377306163

Shades and tints

Shades of #FFC673

#FFC673
(255,198,115)
#E8B469
(232,180,105)
#D1A25F
(209,162,95)
#BA9055
(186,144,85)
#A37E4B
(163,126,75)
#8C6C41
(140,108,65)
#755A37
(117,90,55)
#5E482D
(94,72,45)
#473623
(71,54,35)
#302419
(48,36,25)
#19120F
(25,18,15)
#000000
(0,0,0)

Tints of #FFC673

#FFC673
(255,198,115)
#FFCB7F
(255,203,127)
#FFD08B
(255,208,139)
#FFD597
(255,213,151)
#FFDAA3
(255,218,163)
#FFDFAF
(255,223,175)
#FFE4BB
(255,228,187)
#FFE9C7
(255,233,199)
#FFEED3
(255,238,211)
#FFF3DF
(255,243,223)
#FFF8EB
(255,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC673 color. Also use rgb(255,198,115) instead hex code.

Text Font Color

.myTextColor { color: #FFC673; }

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

This text font color is #FFC673.


Background Color

.myBgColor { background-color: #FFC673; }

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

This div background color is #FFC673.


Border color

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

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

This div border color is #FFC673.


Opacity

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

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

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

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

This text has shadow with #FFC673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC673 on black background.


Color preview on white background

This text has color #FFC673 on white background.



Black color preview on #FFC673 background

This text has black color on #FFC673 background.


White color preview on #FFC673 background

This text has white color on #FFC673 background.