COLOR #FCA13E

HEX: #FCA13E
RGB: (252,161,62)

Renk bilgisi

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

RGB renk modeli

#FCA13E color RGB value is (252,161,62).

  • kırmız ton 252;
  • yeşil ton 161;
  • mavi ton 62.
RGB:
(252,161,62)
(99%,63%,24%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 161 of 255 = 63%
B 62 of 255 = 24%

252
161
62

R + G + B ~ 62%. #FCA13E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 161 + 62 = 475 (100%)
R 252 of 475 ~ 53.05%
G 161 of 475 ~ 33.89%
B 62 of 475 ~ 13.05%

%53.05
%33.89
%13.05

CMYK RENK MODELİ

#FCA13E rengi CMYK tonu (0,36,75,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.11%
  • sarı tonu 75.40%
  • ana renk tonu 1.18%
CMYK:
(0,36,75,1)
C0M36Y75K1 
(0%,36%,75%,1%)
(0.00/0.36/0.75/0.01)	

CMYK yüzdeleri

%0
%36.11
%75.4
%1.18

Codes

Color #FCA13E in popluar color models

FCA13E
RGB25216162
HSL31°96.94%61.57%
HSB/HSV31°75.40%98.82%
CMYK0.00%36.11%75.40%
1.18%

Color #FCA13E in popluar number systems.

HEXFCA13E
Decimal25216162
Binary1111110010100001111110
Octal37424176

Shades and tints

Shades of #FCA13E

#FCA13E
(252,161,62)
#E69339
(230,147,57)
#D08534
(208,133,52)
#BA772F
(186,119,47)
#A4692A
(164,105,42)
#8E5B25
(142,91,37)
#784D20
(120,77,32)
#623F1B
(98,63,27)
#4C3116
(76,49,22)
#362311
(54,35,17)
#20150C
(32,21,12)
#000000
(0,0,0)

Tints of #FCA13E

#FCA13E
(252,161,62)
#FCA94F
(252,169,79)
#FCB160
(252,177,96)
#FCB971
(252,185,113)
#FCC182
(252,193,130)
#FCC993
(252,201,147)
#FCD1A4
(252,209,164)
#FCD9B5
(252,217,181)
#FCE1C6
(252,225,198)
#FCE9D7
(252,233,215)
#FCF1E8
(252,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCA13E color. Also use rgb(252,161,62) instead hex code.

Text Font Color

.myTextColor { color: #FCA13E; }

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

This text font color is #FCA13E.


Background Color

.myBgColor { background-color: #FCA13E; }

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

This div background color is #FCA13E.


Border color

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

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

This div border color is #FCA13E.


Opacity

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

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

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

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

This text has shadow with #FCA13E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCA13E on black background.


Color preview on white background

This text has color #FCA13E on white background.



Black color preview on #FCA13E background

This text has black color on #FCA13E background.


White color preview on #FCA13E background

This text has white color on #FCA13E background.