COLOR #FFCF70

HEX: #FFCF70
RGB: (255,207,112)

Color info

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

RGB color model

#FFCF70 color RGB value is (255,207,112).

  • red value is 255;
  • green value is 207;
  • blue value is 112.
RGB:
(255,207,112)
(100%,81%,44%)

RGB channels and saturation

R 255 of 255 = 100%
G 207 of 255 = 81%
B 112 of 255 = 44%

255
207
112

R + G + B ~ 75%. #FFCF70 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 207 + 112 = 574 (100%)
R 255 of 574 ~ 44.43%
G 207 of 574 ~ 36.06%
B 112 of 574 ~ 19.51%

%44.43
%36.06
%19.51

CMYK color model

#FFCF70 color CMYK value is (0,19,56,0).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 56.08%
  • key color value is 0.00%
CMYK:
(0,19,56,0)
C0M19Y56K0 
(0%,19%,56%,0%)
(0.00/0.19/0.56/0.00)	

CMYK percentages

%0
%18.82
%56.08
%0

Codes

Color #FFCF70 in popluar color models

FFCF70
RGB255207112
HSL40°100.00%71.96%
HSB/HSV40°56.08%100.00%
CMYK0.00%18.82%56.08%
0.00%

Color #FFCF70 in popluar number systems.

HEXFFCF70
Decimal255207112
Binary11111111110011111110000
Octal377317160

Shades and tints

Shades of #FFCF70

#FFCF70
(255,207,112)
#E8BD66
(232,189,102)
#D1AB5C
(209,171,92)
#BA9952
(186,153,82)
#A38748
(163,135,72)
#8C753E
(140,117,62)
#756334
(117,99,52)
#5E512A
(94,81,42)
#473F20
(71,63,32)
#302D16
(48,45,22)
#191B0C
(25,27,12)
#000000
(0,0,0)

Tints of #FFCF70

#FFCF70
(255,207,112)
#FFD37D
(255,211,125)
#FFD78A
(255,215,138)
#FFDB97
(255,219,151)
#FFDFA4
(255,223,164)
#FFE3B1
(255,227,177)
#FFE7BE
(255,231,190)
#FFEBCB
(255,235,203)
#FFEFD8
(255,239,216)
#FFF3E5
(255,243,229)
#FFF7F2
(255,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCF70; }

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

This text font color is #FFCF70.


Background Color

.myBgColor { background-color: #FFCF70; }

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

This div background color is #FFCF70.


Border color

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

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

This div border color is #FFCF70.


Opacity

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

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

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

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

This text has shadow with #FFCF70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCF70 on black background.


Color preview on white background

This text has color #FFCF70 on white background.



Black color preview on #FFCF70 background

This text has black color on #FFCF70 background.


White color preview on #FFCF70 background

This text has white color on #FFCF70 background.