COLOR #FD611D

HEX: #FD611D
RGB: (253,97,29)

Renk bilgisi

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

RGB renk modeli

#FD611D color RGB value is (253,97,29).

  • kırmız ton 253;
  • yeşil ton 97;
  • mavi ton 29.
RGB:
(253,97,29)
(99%,38%,11%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 97 of 255 = 38%
B 29 of 255 = 11%

253
97
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 97 + 29 = 379 (100%)
R 253 of 379 ~ 66.75%
G 97 of 379 ~ 25.59%
B 29 of 379 ~ 7.65%

%66.75
%25.59

CMYK RENK MODELİ

#FD611D rengi CMYK tonu (0,62,89,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 61.66%
  • sarı tonu 88.54%
  • ana renk tonu 0.78%
CMYK:
(0,62,89,1)
C0M62Y89K1 
(0%,62%,89%,1%)
(0.00/0.62/0.89/0.01)	

CMYK yüzdeleri

%0
%61.66
%88.54
%0.78

Codes

Color #FD611D in popluar color models

FD611D
RGB2539729
HSL18°98.25%55.29%
HSB/HSV18°88.54%99.22%
CMYK0.00%61.66%88.54%
0.78%

Color #FD611D in popluar number systems.

HEXFD611D
Decimal2539729
Binary11111101110000111101
Octal37514135

Shades and tints

Shades of #FD611D

#FD611D
(253,97,29)
#E6591B
(230,89,27)
#CF5119
(207,81,25)
#B84917
(184,73,23)
#A14115
(161,65,21)
#8A3913
(138,57,19)
#733111
(115,49,17)
#5C290F
(92,41,15)
#45210D
(69,33,13)
#2E190B
(46,25,11)
#171109
(23,17,9)
#000000
(0,0,0)

Tints of #FD611D

#FD611D
(253,97,29)
#FD6F31
(253,111,49)
#FD7D45
(253,125,69)
#FD8B59
(253,139,89)
#FD996D
(253,153,109)
#FDA781
(253,167,129)
#FDB595
(253,181,149)
#FDC3A9
(253,195,169)
#FDD1BD
(253,209,189)
#FDDFD1
(253,223,209)
#FDEDE5
(253,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD611D color. Also use rgb(253,97,29) instead hex code.

Text Font Color

.myTextColor { color: #FD611D; }

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

This text font color is #FD611D.


Background Color

.myBgColor { background-color: #FD611D; }

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

This div background color is #FD611D.


Border color

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

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

This div border color is #FD611D.


Opacity

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

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

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

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

This text has shadow with #FD611D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD611D on black background.


Color preview on white background

This text has color #FD611D on white background.



Black color preview on #FD611D background

This text has black color on #FD611D background.


White color preview on #FD611D background

This text has white color on #FD611D background.