COLOR #FD8E25

HEX: #FD8E25
RGB: (253,142,37)

Renk bilgisi

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

RGB renk modeli

#FD8E25 color RGB value is (253,142,37).

  • kırmız ton 253;
  • yeşil ton 142;
  • mavi ton 37.
RGB:
(253,142,37)
(99%,56%,15%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 142 of 255 = 56%
B 37 of 255 = 15%

253
142
37

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 142 + 37 = 432 (100%)
R 253 of 432 ~ 58.56%
G 142 of 432 ~ 32.87%
B 37 of 432 ~ 8.56%

%58.56
%32.87

CMYK RENK MODELİ

#FD8E25 rengi CMYK tonu (0,44,85,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.87%
  • sarı tonu 85.38%
  • ana renk tonu 0.78%
CMYK:
(0,44,85,1)
C0M44Y85K1 
(0%,44%,85%,1%)
(0.00/0.44/0.85/0.01)	

CMYK yüzdeleri

%0
%43.87
%85.38
%0.78

Codes

Color #FD8E25 in popluar color models

FD8E25
RGB25314237
HSL29°98.18%56.86%
HSB/HSV29°85.38%99.22%
CMYK0.00%43.87%85.38%
0.78%

Color #FD8E25 in popluar number systems.

HEXFD8E25
Decimal25314237
Binary1111110110001110100101
Octal37521645

Shades and tints

Shades of #FD8E25

#FD8E25
(253,142,37)
#E68222
(230,130,34)
#CF761F
(207,118,31)
#B86A1C
(184,106,28)
#A15E19
(161,94,25)
#8A5216
(138,82,22)
#734613
(115,70,19)
#5C3A10
(92,58,16)
#452E0D
(69,46,13)
#2E220A
(46,34,10)
#171607
(23,22,7)
#000000
(0,0,0)

Tints of #FD8E25

#FD8E25
(253,142,37)
#FD9838
(253,152,56)
#FDA24B
(253,162,75)
#FDAC5E
(253,172,94)
#FDB671
(253,182,113)
#FDC084
(253,192,132)
#FDCA97
(253,202,151)
#FDD4AA
(253,212,170)
#FDDEBD
(253,222,189)
#FDE8D0
(253,232,208)
#FDF2E3
(253,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD8E25 color. Also use rgb(253,142,37) instead hex code.

Text Font Color

.myTextColor { color: #FD8E25; }

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

This text font color is #FD8E25.


Background Color

.myBgColor { background-color: #FD8E25; }

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

This div background color is #FD8E25.


Border color

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

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

This div border color is #FD8E25.


Opacity

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

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

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

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

This text has shadow with #FD8E25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD8E25 on black background.


Color preview on white background

This text has color #FD8E25 on white background.



Black color preview on #FD8E25 background

This text has black color on #FD8E25 background.


White color preview on #FD8E25 background

This text has white color on #FD8E25 background.