COLOR #FD813F

HEX: #FD813F
RGB: (253,129,63)

Renk bilgisi

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

RGB renk modeli

#FD813F color RGB value is (253,129,63).

  • kırmız ton 253;
  • yeşil ton 129;
  • mavi ton 63.
RGB:
(253,129,63)
(99%,51%,25%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 129 of 255 = 51%
B 63 of 255 = 25%

253
129
63

R + G + B ~ 58%. #FD813F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 129 + 63 = 445 (100%)
R 253 of 445 ~ 56.85%
G 129 of 445 ~ 28.99%
B 63 of 445 ~ 14.16%

%56.85
%28.99
%14.16

CMYK RENK MODELİ

#FD813F rengi CMYK tonu (0,49,75,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.01%
  • sarı tonu 75.10%
  • ana renk tonu 0.78%
CMYK:
(0,49,75,1)
C0M49Y75K1 
(0%,49%,75%,1%)
(0.00/0.49/0.75/0.01)	

CMYK yüzdeleri

%0
%49.01
%75.1
%0.78

Codes

Color #FD813F in popluar color models

FD813F
RGB25312963
HSL21°97.94%61.96%
HSB/HSV21°75.10%99.22%
CMYK0.00%49.01%75.10%
0.78%

Color #FD813F in popluar number systems.

HEXFD813F
Decimal25312963
Binary1111110110000001111111
Octal37520177

Shades and tints

Shades of #FD813F

#FD813F
(253,129,63)
#E6763A
(230,118,58)
#CF6B35
(207,107,53)
#B86030
(184,96,48)
#A1552B
(161,85,43)
#8A4A26
(138,74,38)
#733F21
(115,63,33)
#5C341C
(92,52,28)
#452917
(69,41,23)
#2E1E12
(46,30,18)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #FD813F

#FD813F
(253,129,63)
#FD8C50
(253,140,80)
#FD9761
(253,151,97)
#FDA272
(253,162,114)
#FDAD83
(253,173,131)
#FDB894
(253,184,148)
#FDC3A5
(253,195,165)
#FDCEB6
(253,206,182)
#FDD9C7
(253,217,199)
#FDE4D8
(253,228,216)
#FDEFE9
(253,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD813F color. Also use rgb(253,129,63) instead hex code.

Text Font Color

.myTextColor { color: #FD813F; }

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

This text font color is #FD813F.


Background Color

.myBgColor { background-color: #FD813F; }

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

This div background color is #FD813F.


Border color

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

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

This div border color is #FD813F.


Opacity

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

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

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

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

This text has shadow with #FD813F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD813F on black background.


Color preview on white background

This text has color #FD813F on white background.



Black color preview on #FD813F background

This text has black color on #FD813F background.


White color preview on #FD813F background

This text has white color on #FD813F background.