COLOR #FC753D

HEX: #FC753D
RGB: (252,117,61)

Renk bilgisi

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

RGB renk modeli

#FC753D color RGB value is (252,117,61).

  • kırmız ton 252;
  • yeşil ton 117;
  • mavi ton 61.
RGB:
(252,117,61)
(99%,46%,24%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 117 of 255 = 46%
B 61 of 255 = 24%

252
117
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 117 + 61 = 430 (100%)
R 252 of 430 ~ 58.6%
G 117 of 430 ~ 27.21%
B 61 of 430 ~ 14.19%

%58.6
%27.21
%14.19

CMYK RENK MODELİ

#FC753D rengi CMYK tonu (0,54,76,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 53.57%
  • sarı tonu 75.79%
  • ana renk tonu 1.18%
CMYK:
(0,54,76,1)
C0M54Y76K1 
(0%,54%,76%,1%)
(0.00/0.54/0.76/0.01)	

CMYK yüzdeleri

%0
%53.57
%75.79
%1.18

Codes

Color #FC753D in popluar color models

FC753D
RGB25211761
HSL18°96.95%61.37%
HSB/HSV18°75.79%98.82%
CMYK0.00%53.57%75.79%
1.18%

Color #FC753D in popluar number systems.

HEXFC753D
Decimal25211761
Binary111111001110101111101
Octal37416575

Shades and tints

Shades of #FC753D

#FC753D
(252,117,61)
#E66B38
(230,107,56)
#D06133
(208,97,51)
#BA572E
(186,87,46)
#A44D29
(164,77,41)
#8E4324
(142,67,36)
#78391F
(120,57,31)
#622F1A
(98,47,26)
#4C2515
(76,37,21)
#361B10
(54,27,16)
#20110B
(32,17,11)
#000000
(0,0,0)

Tints of #FC753D

#FC753D
(252,117,61)
#FC814E
(252,129,78)
#FC8D5F
(252,141,95)
#FC9970
(252,153,112)
#FCA581
(252,165,129)
#FCB192
(252,177,146)
#FCBDA3
(252,189,163)
#FCC9B4
(252,201,180)
#FCD5C5
(252,213,197)
#FCE1D6
(252,225,214)
#FCEDE7
(252,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC753D color. Also use rgb(252,117,61) instead hex code.

Text Font Color

.myTextColor { color: #FC753D; }

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

This text font color is #FC753D.


Background Color

.myBgColor { background-color: #FC753D; }

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

This div background color is #FC753D.


Border color

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

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

This div border color is #FC753D.


Opacity

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

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

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

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

This text has shadow with #FC753D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC753D on black background.


Color preview on white background

This text has color #FC753D on white background.



Black color preview on #FC753D background

This text has black color on #FC753D background.


White color preview on #FC753D background

This text has white color on #FC753D background.