COLOR #FC994A

HEX: #FC994A
RGB: (252,153,74)

Renk bilgisi

#FC994A contains mainly red color. #FC994A ‘ nin web güvenlik rengi #FF9933 (ya da #F93) dir.

RGB renk modeli

#FC994A color RGB value is (252,153,74).

  • kırmız ton 252;
  • yeşil ton 153;
  • mavi ton 74.
RGB:
(252,153,74)
(99%,60%,29%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 153 of 255 = 60%
B 74 of 255 = 29%

252
153
74

R + G + B ~ 63%. #FC994A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 153 + 74 = 479 (100%)
R 252 of 479 ~ 52.61%
G 153 of 479 ~ 31.94%
B 74 of 479 ~ 15.45%

%52.61
%31.94
%15.45

CMYK RENK MODELİ

#FC994A rengi CMYK tonu (0,39,71,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.29%
  • sarı tonu 70.63%
  • ana renk tonu 1.18%
CMYK:
(0,39,71,1)
C0M39Y71K1 
(0%,39%,71%,1%)
(0.00/0.39/0.71/0.01)	

CMYK yüzdeleri

%0
%39.29
%70.63
%1.18

Codes

Color #FC994A in popluar color models

FC994A
RGB25215374
HSL27°96.74%63.92%
HSB/HSV27°70.63%98.82%
CMYK0.00%39.29%70.63%
1.18%

Color #FC994A in popluar number systems.

HEXFC994A
Decimal25215374
Binary11111100100110011001010
Octal374231112

Shades and tints

Shades of #FC994A

#FC994A
(252,153,74)
#E68C44
(230,140,68)
#D07F3E
(208,127,62)
#BA7238
(186,114,56)
#A46532
(164,101,50)
#8E582C
(142,88,44)
#784B26
(120,75,38)
#623E20
(98,62,32)
#4C311A
(76,49,26)
#362414
(54,36,20)
#20170E
(32,23,14)
#000000
(0,0,0)

Tints of #FC994A

#FC994A
(252,153,74)
#FCA25A
(252,162,90)
#FCAB6A
(252,171,106)
#FCB47A
(252,180,122)
#FCBD8A
(252,189,138)
#FCC69A
(252,198,154)
#FCCFAA
(252,207,170)
#FCD8BA
(252,216,186)
#FCE1CA
(252,225,202)
#FCEADA
(252,234,218)
#FCF3EA
(252,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC994A color. Also use rgb(252,153,74) instead hex code.

Text Font Color

.myTextColor { color: #FC994A; }

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

This text font color is #FC994A.


Background Color

.myBgColor { background-color: #FC994A; }

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

This div background color is #FC994A.


Border color

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

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

This div border color is #FC994A.


Opacity

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

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

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

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

This text has shadow with #FC994A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC994A on black background.


Color preview on white background

This text has color #FC994A on white background.



Black color preview on #FC994A background

This text has black color on #FC994A background.


White color preview on #FC994A background

This text has white color on #FC994A background.