COLOR #FDA04B

HEX: #FDA04B
RGB: (253,160,75)

Renk bilgisi

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

RGB renk modeli

#FDA04B color RGB value is (253,160,75).

  • kırmız ton 253;
  • yeşil ton 160;
  • mavi ton 75.
RGB:
(253,160,75)
(99%,63%,29%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 160 of 255 = 63%
B 75 of 255 = 29%

253
160
75

R + G + B ~ 64%. #FDA04B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 160 + 75 = 488 (100%)
R 253 of 488 ~ 51.84%
G 160 of 488 ~ 32.79%
B 75 of 488 ~ 15.37%

%51.84
%32.79
%15.37

CMYK RENK MODELİ

#FDA04B rengi CMYK tonu (0,37,70,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.76%
  • sarı tonu 70.36%
  • ana renk tonu 0.78%
CMYK:
(0,37,70,1)
C0M37Y70K1 
(0%,37%,70%,1%)
(0.00/0.37/0.70/0.01)	

CMYK yüzdeleri

%0
%36.76
%70.36
%0.78

Codes

Color #FDA04B in popluar color models

FDA04B
RGB25316075
HSL29°97.80%64.31%
HSB/HSV29°70.36%99.22%
CMYK0.00%36.76%70.36%
0.78%

Color #FDA04B in popluar number systems.

HEXFDA04B
Decimal25316075
Binary11111101101000001001011
Octal375240113

Shades and tints

Shades of #FDA04B

#FDA04B
(253,160,75)
#E69245
(230,146,69)
#CF843F
(207,132,63)
#B87639
(184,118,57)
#A16833
(161,104,51)
#8A5A2D
(138,90,45)
#734C27
(115,76,39)
#5C3E21
(92,62,33)
#45301B
(69,48,27)
#2E2215
(46,34,21)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #FDA04B

#FDA04B
(253,160,75)
#FDA85B
(253,168,91)
#FDB06B
(253,176,107)
#FDB87B
(253,184,123)
#FDC08B
(253,192,139)
#FDC89B
(253,200,155)
#FDD0AB
(253,208,171)
#FDD8BB
(253,216,187)
#FDE0CB
(253,224,203)
#FDE8DB
(253,232,219)
#FDF0EB
(253,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDA04B color. Also use rgb(253,160,75) instead hex code.

Text Font Color

.myTextColor { color: #FDA04B; }

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

This text font color is #FDA04B.


Background Color

.myBgColor { background-color: #FDA04B; }

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

This div background color is #FDA04B.


Border color

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

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

This div border color is #FDA04B.


Opacity

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

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

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

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

This text has shadow with #FDA04B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDA04B on black background.


Color preview on white background

This text has color #FDA04B on white background.



Black color preview on #FDA04B background

This text has black color on #FDA04B background.


White color preview on #FDA04B background

This text has white color on #FDA04B background.