COLOR #FD793D

HEX: #FD793D
RGB: (253,121,61)

Renk bilgisi

#FD793D contains mainly red color. #FD793D ‘ nin web güvenlik rengi #FF6633 (ya da #F63) dir.

RGB renk modeli

#FD793D color RGB value is (253,121,61).

  • kırmız ton 253;
  • yeşil ton 121;
  • mavi ton 61.
RGB:
(253,121,61)
(99%,47%,24%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 121 of 255 = 47%
B 61 of 255 = 24%

253
121
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 121 + 61 = 435 (100%)
R 253 of 435 ~ 58.16%
G 121 of 435 ~ 27.82%
B 61 of 435 ~ 14.02%

%58.16
%27.82
%14.02

CMYK RENK MODELİ

#FD793D rengi CMYK tonu (0,52,76,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.17%
  • sarı tonu 75.89%
  • ana renk tonu 0.78%
CMYK:
(0,52,76,1)
C0M52Y76K1 
(0%,52%,76%,1%)
(0.00/0.52/0.76/0.01)	

CMYK yüzdeleri

%0
%52.17
%75.89
%0.78

Codes

Color #FD793D in popluar color models

FD793D
RGB25312161
HSL19°97.96%61.57%
HSB/HSV19°75.89%99.22%
CMYK0.00%52.17%75.89%
0.78%

Color #FD793D in popluar number systems.

HEXFD793D
Decimal25312161
Binary111111011111001111101
Octal37517175

Shades and tints

Shades of #FD793D

#FD793D
(253,121,61)
#E66E38
(230,110,56)
#CF6333
(207,99,51)
#B8582E
(184,88,46)
#A14D29
(161,77,41)
#8A4224
(138,66,36)
#73371F
(115,55,31)
#5C2C1A
(92,44,26)
#452115
(69,33,21)
#2E1610
(46,22,16)
#170B0B
(23,11,11)
#000000
(0,0,0)

Tints of #FD793D

#FD793D
(253,121,61)
#FD854E
(253,133,78)
#FD915F
(253,145,95)
#FD9D70
(253,157,112)
#FDA981
(253,169,129)
#FDB592
(253,181,146)
#FDC1A3
(253,193,163)
#FDCDB4
(253,205,180)
#FDD9C5
(253,217,197)
#FDE5D6
(253,229,214)
#FDF1E7
(253,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD793D color. Also use rgb(253,121,61) instead hex code.

Text Font Color

.myTextColor { color: #FD793D; }

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

This text font color is #FD793D.


Background Color

.myBgColor { background-color: #FD793D; }

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

This div background color is #FD793D.


Border color

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

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

This div border color is #FD793D.


Opacity

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

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

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

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

This text has shadow with #FD793D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD793D on black background.


Color preview on white background

This text has color #FD793D on white background.



Black color preview on #FD793D background

This text has black color on #FD793D background.


White color preview on #FD793D background

This text has white color on #FD793D background.