COLOR #FC965A

HEX: #FC965A
RGB: (252,150,90)

Renk bilgisi

#FC965A contains mainly red color. #FC965A ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#FC965A color RGB value is (252,150,90).

  • kırmız ton 252;
  • yeşil ton 150;
  • mavi ton 90.
RGB:
(252,150,90)
(99%,59%,35%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 150 of 255 = 59%
B 90 of 255 = 35%

252
150
90

R + G + B ~ 64%. #FC965A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 150 + 90 = 492 (100%)
R 252 of 492 ~ 51.22%
G 150 of 492 ~ 30.49%
B 90 of 492 ~ 18.29%

%51.22
%30.49
%18.29

CMYK RENK MODELİ

#FC965A rengi CMYK tonu (0,40,64,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.48%
  • sarı tonu 64.29%
  • ana renk tonu 1.18%
CMYK:
(0,40,64,1)
C0M40Y64K1 
(0%,40%,64%,1%)
(0.00/0.40/0.64/0.01)	

CMYK yüzdeleri

%0
%40.48
%64.29
%1.18

Codes

Color #FC965A in popluar color models

FC965A
RGB25215090
HSL22°96.43%67.06%
HSB/HSV22°64.29%98.82%
CMYK0.00%40.48%64.29%
1.18%

Color #FC965A in popluar number systems.

HEXFC965A
Decimal25215090
Binary11111100100101101011010
Octal374226132

Shades and tints

Shades of #FC965A

#FC965A
(252,150,90)
#E68952
(230,137,82)
#D07C4A
(208,124,74)
#BA6F42
(186,111,66)
#A4623A
(164,98,58)
#8E5532
(142,85,50)
#78482A
(120,72,42)
#623B22
(98,59,34)
#4C2E1A
(76,46,26)
#362112
(54,33,18)
#20140A
(32,20,10)
#000000
(0,0,0)

Tints of #FC965A

#FC965A
(252,150,90)
#FC9F69
(252,159,105)
#FCA878
(252,168,120)
#FCB187
(252,177,135)
#FCBA96
(252,186,150)
#FCC3A5
(252,195,165)
#FCCCB4
(252,204,180)
#FCD5C3
(252,213,195)
#FCDED2
(252,222,210)
#FCE7E1
(252,231,225)
#FCF0F0
(252,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC965A color. Also use rgb(252,150,90) instead hex code.

Text Font Color

.myTextColor { color: #FC965A; }

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

This text font color is #FC965A.


Background Color

.myBgColor { background-color: #FC965A; }

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

This div background color is #FC965A.


Border color

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

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

This div border color is #FC965A.


Opacity

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

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

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

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

This text has shadow with #FC965A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC965A on black background.


Color preview on white background

This text has color #FC965A on white background.



Black color preview on #FC965A background

This text has black color on #FC965A background.


White color preview on #FC965A background

This text has white color on #FC965A background.