COLOR #FCC780

HEX: #FCC780 RGB: (252,199,128)

Renk bilgisi

#FCC780 contains mainly red and green colors. #FCC780 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#FCC780 color RGB value is (252,199,128).

RGB: (252,199,128) (99%, 78%, 50%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 199 of 255 = 78%
B 128 of 255 = 50%

252
199
128

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

Yüzdelerle RGB renk parçaları

R + G + B = 252 + 199 + 128 = 579 (100%)
R 252 of 579 ~ 43.52%
G 199 of 579 ~ 34.37%
B 128 of 579 ~ 22.11'%

%43.52
%34.37
%22.11

CMYK RENK MODELİ

#FCC780 rengi CMYK tonu (0,21,49,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.03%
  • sarı tonu 49.21%
  • ana renk tonu 1.18%

CMYK: (0,21,49,1)
C0M21Y49K1 (0%, 21%, 49%, 1%)
(0.00 / 0.21 / 0.49 / 0.01)

CMYK yüzdeleri

%0
%21.03
%49.21
%1.18

Codes

Color #FCC780 in popluar color models

FC C7 80
RGB 252 199 128
HSL 34° 95.38% 74.51%
HSB/HSV 34° 49.21% 98.82%
CMYK 0.00% 21.03% 49.21%
1.18%

Color #FCC780 in popluar number systems.

HEX FC C7 80
Decimal 252 199 128
Binary 11111100 11000111 10000000
Octal 374 307 200

Shades and tints

Shades of #FCC780

#FCC780
(252,199,128)
#E6B575
(230,181,117)
#D0A36A
(208,163,106)
#BA915F
(186,145,95)
#A47F54
(164,127,84)
#8E6D49
(142,109,73)
#785B3E
(120,91,62)
#624933
(98,73,51)
#4C3728
(76,55,40)
#36251D
(54,37,29)
#201312
(32,19,18)
#000000
(0,0,0)

Tints of #FCC780

#FCC780
(252,199,128)
#FCCC8B
(252,204,139)
#FCD196
(252,209,150)
#FCD6A1
(252,214,161)
#FCDBAC
(252,219,172)
#FCE0B7
(252,224,183)
#FCE5C2
(252,229,194)
#FCEACD
(252,234,205)
#FCEFD8
(252,239,216)
#FCF4E3
(252,244,227)
#FCF9EE
(252,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC780 color. Also use rgb(252,199,128) instead hex code.

Text Font Color

.myTextColor { color: #FCC780; }

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

This text font color is #FCC780.

Background Color

.myBgColor { background-color: #FCC780; }

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

This div background color is #FCC780.

Border color

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

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

This div border color is #FCC780.

Opacity

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

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

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

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

This text has shadow with #FCC780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC780.

Preview

Color preview on black background

This text has color #FCC780 on black background.


Color preview on white background

This text has color #FCC780 on white background.


Black color preview on #FCC780 background

This text has black color on #FCC780 background.


White color preview on #FCC780 background

This text has white color on #FCC780 background.


Related colors

Complementary color

Complementary color for #hex is #03387F.


I love getcolorcode.com

Triadic colors

1 #80FCC7 and #C780FC with #FCC780 are triadic colors.

2 #80C7FC and #C7FC80 with #FCC780 are triadic colors.