COLOR #FFCF7A

HEX: #FFCF7A
RGB: (255,207,122)

Color info

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

RGB color model

#FFCF7A color RGB value is (255,207,122).

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

RGB channels and saturation

R 255 of 255 = 100%
G 207 of 255 = 81%
B 122 of 255 = 48%

255
207
122

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

Portions of RGB colors in percentages

R + G + B =
255 + 207 + 122 = 584 (100%)
R 255 of 584 ~ 43.66%
G 207 of 584 ~ 35.45%
B 122 of 584 ~ 20.89%

%43.66
%35.45
%20.89

CMYK color model

#FFCF7A color CMYK value is (0,19,52,0).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 52.16%
  • key color value is 0.00%
CMYK:
(0,19,52,0)
C0M19Y52K0 
(0%,19%,52%,0%)
(0.00/0.19/0.52/0.00)	

CMYK percentages

%0
%18.82
%52.16
%0

Codes

Color #FFCF7A in popluar color models

FFCF7A
RGB255207122
HSL38°100.00%73.92%
HSB/HSV38°52.16%100.00%
CMYK0.00%18.82%52.16%
0.00%

Color #FFCF7A in popluar number systems.

HEXFFCF7A
Decimal255207122
Binary11111111110011111111010
Octal377317172

Shades and tints

Shades of #FFCF7A

#FFCF7A
(255,207,122)
#E8BD6F
(232,189,111)
#D1AB64
(209,171,100)
#BA9959
(186,153,89)
#A3874E
(163,135,78)
#8C7543
(140,117,67)
#756338
(117,99,56)
#5E512D
(94,81,45)
#473F22
(71,63,34)
#302D17
(48,45,23)
#191B0C
(25,27,12)
#000000
(0,0,0)

Tints of #FFCF7A

#FFCF7A
(255,207,122)
#FFD386
(255,211,134)
#FFD792
(255,215,146)
#FFDB9E
(255,219,158)
#FFDFAA
(255,223,170)
#FFE3B6
(255,227,182)
#FFE7C2
(255,231,194)
#FFEBCE
(255,235,206)
#FFEFDA
(255,239,218)
#FFF3E6
(255,243,230)
#FFF7F2
(255,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCF7A; }

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

This text font color is #FFCF7A.


Background Color

.myBgColor { background-color: #FFCF7A; }

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

This div background color is #FFCF7A.


Border color

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

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

This div border color is #FFCF7A.


Opacity

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

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

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

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

This text has shadow with #FFCF7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCF7A on black background.


Color preview on white background

This text has color #FFCF7A on white background.



Black color preview on #FFCF7A background

This text has black color on #FFCF7A background.


White color preview on #FFCF7A background

This text has white color on #FFCF7A background.