COLOR #FFCF78

HEX: #FFCF78 RGB: (255,207,120)

Color info

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

RGB color model

#FFCF78 color RGB value is (255,207,120).

RGB: (255,207,120) (100%, 81%, 47%)

RGB channels and saturation

R 255 of 255 = 100%
G 207 of 255 = 81%
B 120 of 255 = 47%

255
207
120

R + G + B ~ 76%. #FFCF78 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 207 + 120 = 582 (100%)
R 255 of 582 ~ 43.81%
G 207 of 582 ~ 35.57%
B 120 of 582 ~ 20.62'%

%43.81
%35.57
%20.62

CMYK color model

#FFCF78 color CMYK value is (0,19,53,0).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 52.94%
  • key color value is 0.00%

CMYK: (0,19,53,0)
C0M19Y53K0 (0%, 19%, 53%, 0%)
(0.00 / 0.19 / 0.53 / 0.00)

CMYK percentages

%0
%18.82
%52.94
%0

Codes

Color #FFCF78 in popluar color models

FF CF 78
RGB 255 207 120
HSL 39° 100.00% 73.53%
HSB/HSV 39° 52.94% 100.00%
CMYK 0.00% 18.82% 52.94%
0.00%

Color #FFCF78 in popluar number systems.

HEX FF CF 78
Decimal 255 207 120
Binary 11111111 11001111 1111000
Octal 377 317 170

Shades and tints

Shades of #FFCF78

#FFCF78
(255,207,120)
#E8BD6E
(232,189,110)
#D1AB64
(209,171,100)
#BA995A
(186,153,90)
#A38750
(163,135,80)
#8C7546
(140,117,70)
#75633C
(117,99,60)
#5E5132
(94,81,50)
#473F28
(71,63,40)
#302D1E
(48,45,30)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #FFCF78

#FFCF78
(255,207,120)
#FFD384
(255,211,132)
#FFD790
(255,215,144)
#FFDB9C
(255,219,156)
#FFDFA8
(255,223,168)
#FFE3B4
(255,227,180)
#FFE7C0
(255,231,192)
#FFEBCC
(255,235,204)
#FFEFD8
(255,239,216)
#FFF3E4
(255,243,228)
#FFF7F0
(255,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCF78; }

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

This text font color is #FFCF78.

Background Color

.myBgColor { background-color: #FFCF78; }

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

This div background color is #FFCF78.

Border color

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

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

This div border color is #FFCF78.

Opacity

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

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

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

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

This text has shadow with #FFCF78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFCF78.

Preview

Color preview on black background

This text has color #FFCF78 on black background.


Color preview on white background

This text has color #FFCF78 on white background.


Black color preview on #FFCF78 background

This text has black color on #FFCF78 background.


White color preview on #FFCF78 background

This text has white color on #FFCF78 background.


Related colors

Complementary color

Complementary color for #hex is #003087.


I love getcolorcode.com

Triadic colors

1 #78FFCF and #CF78FF with #FFCF78 are triadic colors.

2 #78CFFF and #CFFF78 with #FFCF78 are triadic colors.