COLOR #FFC078

HEX: #FFC078
RGB: (255,192,120)

Color info

#FFC078 contains mainly red color. Web safe color of #FFC078 is #FFCC66 (or #FC6).

RGB color model

#FFC078 color RGB value is (255,192,120).

  • red value is 255;
  • green value is 192;
  • blue value is 120.
RGB:
(255,192,120)
(100%,75%,47%)

RGB channels and saturation

R 255 of 255 = 100%
G 192 of 255 = 75%
B 120 of 255 = 47%

255
192
120

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

Portions of RGB colors in percentages

R + G + B =
255 + 192 + 120 = 567 (100%)
R 255 of 567 ~ 44.97%
G 192 of 567 ~ 33.86%
B 120 of 567 ~ 21.16%

%44.97
%33.86
%21.16

CMYK color model

#FFC078 color CMYK value is (0,25,53,0).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 52.94%
  • key color value is 0.00%
CMYK:
(0,25,53,0)
C0M25Y53K0 
(0%,25%,53%,0%)
(0.00/0.25/0.53/0.00)	

CMYK percentages

%0
%24.71
%52.94
%0

Codes

Color #FFC078 in popluar color models

FFC078
RGB255192120
HSL32°100.00%73.53%
HSB/HSV32°52.94%100.00%
CMYK0.00%24.71%52.94%
0.00%

Color #FFC078 in popluar number systems.

HEXFFC078
Decimal255192120
Binary11111111110000001111000
Octal377300170

Shades and tints

Shades of #FFC078

#FFC078
(255,192,120)
#E8AF6E
(232,175,110)
#D19E64
(209,158,100)
#BA8D5A
(186,141,90)
#A37C50
(163,124,80)
#8C6B46
(140,107,70)
#755A3C
(117,90,60)
#5E4932
(94,73,50)
#473828
(71,56,40)
#30271E
(48,39,30)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #FFC078

#FFC078
(255,192,120)
#FFC584
(255,197,132)
#FFCA90
(255,202,144)
#FFCF9C
(255,207,156)
#FFD4A8
(255,212,168)
#FFD9B4
(255,217,180)
#FFDEC0
(255,222,192)
#FFE3CC
(255,227,204)
#FFE8D8
(255,232,216)
#FFEDE4
(255,237,228)
#FFF2F0
(255,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC078 color. Also use rgb(255,192,120) instead hex code.

Text Font Color

.myTextColor { color: #FFC078; }

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

This text font color is #FFC078.


Background Color

.myBgColor { background-color: #FFC078; }

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

This div background color is #FFC078.


Border color

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

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

This div border color is #FFC078.


Opacity

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

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

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

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

This text has shadow with #FFC078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC078 on black background.


Color preview on white background

This text has color #FFC078 on white background.



Black color preview on #FFC078 background

This text has black color on #FFC078 background.


White color preview on #FFC078 background

This text has white color on #FFC078 background.