COLOR #FD8C04

HEX: #FD8C04
RGB: (253,140,4)

Renk bilgisi

#FD8C04 contains mainly red color. #FD8C04 ‘ nin web güvenlik rengi #FF9900 (ya da #F90) dir.

RGB renk modeli

#FD8C04 color RGB value is (253,140,4).

  • kırmız ton 253;
  • yeşil ton 140;
  • mavi ton 4.
RGB:
(253,140,4)
(99%,55%,2%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 140 of 255 = 55%
B 4 of 255 = 2%

253
140
4

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 140 + 4 = 397 (100%)
R 253 of 397 ~ 63.73%
G 140 of 397 ~ 35.26%
B 4 of 397 ~ 1.01%

%63.73
%35.26

CMYK RENK MODELİ

#FD8C04 rengi CMYK tonu (0,45,98,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.66%
  • sarı tonu 98.42%
  • ana renk tonu 0.78%
CMYK:
(0,45,98,1)
C0M45Y98K1 
(0%,45%,98%,1%)
(0.00/0.45/0.98/0.01)	

CMYK yüzdeleri

%0
%44.66
%98.42
%0.78

Codes

Color #FD8C04 in popluar color models

FD8C04
RGB2531404
HSL33°98.42%50.39%
HSB/HSV33°98.42%99.22%
CMYK0.00%44.66%98.42%
0.78%

Color #FD8C04 in popluar number systems.

HEXFD8C04
Decimal2531404
Binary1111110110001100100
Octal3752144

Shades and tints

Shades of #FD8C04

#FD8C04
(253,140,4)
#E68004
(230,128,4)
#CF7404
(207,116,4)
#B86804
(184,104,4)
#A15C04
(161,92,4)
#8A5004
(138,80,4)
#734404
(115,68,4)
#5C3804
(92,56,4)
#452C04
(69,44,4)
#2E2004
(46,32,4)
#171404
(23,20,4)
#000000
(0,0,0)

Tints of #FD8C04

#FD8C04
(253,140,4)
#FD961A
(253,150,26)
#FDA030
(253,160,48)
#FDAA46
(253,170,70)
#FDB45C
(253,180,92)
#FDBE72
(253,190,114)
#FDC888
(253,200,136)
#FDD29E
(253,210,158)
#FDDCB4
(253,220,180)
#FDE6CA
(253,230,202)
#FDF0E0
(253,240,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD8C04 color. Also use rgb(253,140,4) instead hex code.

Text Font Color

.myTextColor { color: #FD8C04; }

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

This text font color is #FD8C04.


Background Color

.myBgColor { background-color: #FD8C04; }

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

This div background color is #FD8C04.


Border color

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

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

This div border color is #FD8C04.


Opacity

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

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

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

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

This text has shadow with #FD8C04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD8C04 on black background.


Color preview on white background

This text has color #FD8C04 on white background.



Black color preview on #FD8C04 background

This text has black color on #FD8C04 background.


White color preview on #FD8C04 background

This text has white color on #FD8C04 background.