COLOR #FCC381

HEX: #FCC381
RGB: (252,195,129)

Renk bilgisi

#FCC381 contains mainly red and green colors. #FCC381 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#FCC381 color RGB value is (252,195,129).

  • kırmız ton 252;
  • yeşil ton 195;
  • mavi ton 129.
RGB:
(252,195,129)
(99%,76%,51%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 195 of 255 = 76%
B 129 of 255 = 51%

252
195
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 195 + 129 = 576 (100%)
R 252 of 576 ~ 43.75%
G 195 of 576 ~ 33.85%
B 129 of 576 ~ 22.4%

%43.75
%33.85
%22.4

CMYK RENK MODELİ

#FCC381 rengi CMYK tonu (0,23,49,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.62%
  • sarı tonu 48.81%
  • ana renk tonu 1.18%
CMYK:
(0,23,49,1)
C0M23Y49K1 
(0%,23%,49%,1%)
(0.00/0.23/0.49/0.01)	

CMYK yüzdeleri

%0
%22.62
%48.81
%1.18

Codes

Color #FCC381 in popluar color models

FCC381
RGB252195129
HSL32°95.35%74.71%
HSB/HSV32°48.81%98.82%
CMYK0.00%22.62%48.81%
1.18%

Color #FCC381 in popluar number systems.

HEXFCC381
Decimal252195129
Binary111111001100001110000001
Octal374303201

Shades and tints

Shades of #FCC381

#FCC381
(252,195,129)
#E6B276
(230,178,118)
#D0A16B
(208,161,107)
#BA9060
(186,144,96)
#A47F55
(164,127,85)
#8E6E4A
(142,110,74)
#785D3F
(120,93,63)
#624C34
(98,76,52)
#4C3B29
(76,59,41)
#362A1E
(54,42,30)
#201913
(32,25,19)
#000000
(0,0,0)

Tints of #FCC381

#FCC381
(252,195,129)
#FCC88C
(252,200,140)
#FCCD97
(252,205,151)
#FCD2A2
(252,210,162)
#FCD7AD
(252,215,173)
#FCDCB8
(252,220,184)
#FCE1C3
(252,225,195)
#FCE6CE
(252,230,206)
#FCEBD9
(252,235,217)
#FCF0E4
(252,240,228)
#FCF5EF
(252,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC381 color. Also use rgb(252,195,129) instead hex code.

Text Font Color

.myTextColor { color: #FCC381; }

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

This text font color is #FCC381.


Background Color

.myBgColor { background-color: #FCC381; }

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

This div background color is #FCC381.


Border color

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

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

This div border color is #FCC381.


Opacity

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

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

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

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

This text has shadow with #FCC381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC381 on black background.


Color preview on white background

This text has color #FCC381 on white background.



Black color preview on #FCC381 background

This text has black color on #FCC381 background.


White color preview on #FCC381 background

This text has white color on #FCC381 background.