COLOR #FC993A

HEX: #FC993A
RGB: (252,153,58)

Renk bilgisi

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

RGB renk modeli

#FC993A color RGB value is (252,153,58).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 153 of 255 = 60%
B 58 of 255 = 23%

252
153
58

R + G + B ~ 61%. #FC993A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 153 + 58 = 463 (100%)
R 252 of 463 ~ 54.43%
G 153 of 463 ~ 33.05%
B 58 of 463 ~ 12.53%

%54.43
%33.05
%12.53

CMYK RENK MODELİ

#FC993A rengi CMYK tonu (0,39,77,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.29%
  • sarı tonu 76.98%
  • ana renk tonu 1.18%
CMYK:
(0,39,77,1)
C0M39Y77K1 
(0%,39%,77%,1%)
(0.00/0.39/0.77/0.01)	

CMYK yüzdeleri

%0
%39.29
%76.98
%1.18

Codes

Color #FC993A in popluar color models

FC993A
RGB25215358
HSL29°97.00%60.78%
HSB/HSV29°76.98%98.82%
CMYK0.00%39.29%76.98%
1.18%

Color #FC993A in popluar number systems.

HEXFC993A
Decimal25215358
Binary1111110010011001111010
Octal37423172

Shades and tints

Shades of #FC993A

#FC993A
(252,153,58)
#E68C35
(230,140,53)
#D07F30
(208,127,48)
#BA722B
(186,114,43)
#A46526
(164,101,38)
#8E5821
(142,88,33)
#784B1C
(120,75,28)
#623E17
(98,62,23)
#4C3112
(76,49,18)
#36240D
(54,36,13)
#201708
(32,23,8)
#000000
(0,0,0)

Tints of #FC993A

#FC993A
(252,153,58)
#FCA24B
(252,162,75)
#FCAB5C
(252,171,92)
#FCB46D
(252,180,109)
#FCBD7E
(252,189,126)
#FCC68F
(252,198,143)
#FCCFA0
(252,207,160)
#FCD8B1
(252,216,177)
#FCE1C2
(252,225,194)
#FCEAD3
(252,234,211)
#FCF3E4
(252,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC993A; }

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

This text font color is #FC993A.


Background Color

.myBgColor { background-color: #FC993A; }

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

This div background color is #FC993A.


Border color

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

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

This div border color is #FC993A.


Opacity

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

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

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

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

This text has shadow with #FC993A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC993A on black background.


Color preview on white background

This text has color #FC993A on white background.



Black color preview on #FC993A background

This text has black color on #FC993A background.


White color preview on #FC993A background

This text has white color on #FC993A background.