COLOR #FE663D

HEX: #FE663D
RGB: (254,102,61)

Renk bilgisi

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

RGB renk modeli

#FE663D color RGB value is (254,102,61).

  • kırmız ton 254;
  • yeşil ton 102;
  • mavi ton 61.
RGB:
(254,102,61)
(100%,40%,24%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 102 of 255 = 40%
B 61 of 255 = 24%

254
102
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 102 + 61 = 417 (100%)
R 254 of 417 ~ 60.91%
G 102 of 417 ~ 24.46%
B 61 of 417 ~ 14.63%

%60.91
%24.46
%14.63

CMYK RENK MODELİ

#FE663D rengi CMYK tonu (0,60,76,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.84%
  • sarı tonu 75.98%
  • ana renk tonu 0.39%
CMYK:
(0,60,76,0)
C0M60Y76K0 
(0%,60%,76%,0%)
(0.00/0.60/0.76/0.00)	

CMYK yüzdeleri

%0
%59.84
%75.98
%0.39

Codes

Color #FE663D in popluar color models

FE663D
RGB25410261
HSL13°98.97%61.76%
HSB/HSV13°75.98%99.61%
CMYK0.00%59.84%75.98%
0.39%

Color #FE663D in popluar number systems.

HEXFE663D
Decimal25410261
Binary111111101100110111101
Octal37614675

Shades and tints

Shades of #FE663D

#FE663D
(254,102,61)
#E75D38
(231,93,56)
#D05433
(208,84,51)
#B94B2E
(185,75,46)
#A24229
(162,66,41)
#8B3924
(139,57,36)
#74301F
(116,48,31)
#5D271A
(93,39,26)
#461E15
(70,30,21)
#2F1510
(47,21,16)
#180C0B
(24,12,11)
#000000
(0,0,0)

Tints of #FE663D

#FE663D
(254,102,61)
#FE734E
(254,115,78)
#FE805F
(254,128,95)
#FE8D70
(254,141,112)
#FE9A81
(254,154,129)
#FEA792
(254,167,146)
#FEB4A3
(254,180,163)
#FEC1B4
(254,193,180)
#FECEC5
(254,206,197)
#FEDBD6
(254,219,214)
#FEE8E7
(254,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE663D color. Also use rgb(254,102,61) instead hex code.

Text Font Color

.myTextColor { color: #FE663D; }

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

This text font color is #FE663D.


Background Color

.myBgColor { background-color: #FE663D; }

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

This div background color is #FE663D.


Border color

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

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

This div border color is #FE663D.


Opacity

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

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

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

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

This text has shadow with #FE663D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE663D on black background.


Color preview on white background

This text has color #FE663D on white background.



Black color preview on #FE663D background

This text has black color on #FE663D background.


White color preview on #FE663D background

This text has white color on #FE663D background.