COLOR #FD9029

HEX: #FD9029
RGB: (253,144,41)

Color info

#FD9029 contains mainly red color. Web safe color of #FD9029 is #FF9933 (or #F93).

RGB color model

#FD9029 color RGB value is (253,144,41).

  • red value is 253;
  • green value is 144;
  • blue value is 41.
RGB:
(253,144,41)
(99%,56%,16%)

RGB channels and saturation

R 253 of 255 = 99%
G 144 of 255 = 56%
B 41 of 255 = 16%

253
144
41

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

Portions of RGB colors in percentages

R + G + B =
253 + 144 + 41 = 438 (100%)
R 253 of 438 ~ 57.76%
G 144 of 438 ~ 32.88%
B 41 of 438 ~ 9.36%

%57.76
%32.88

CMYK color model

#FD9029 color CMYK value is (0,43,84,1).

  • cyan value is 0.00%
  • magenta value is 43.08%
  • yellow value is 83.79%
  • key color value is 0.78%
CMYK:
(0,43,84,1)
C0M43Y84K1 
(0%,43%,84%,1%)
(0.00/0.43/0.84/0.01)	

CMYK percentages

%0
%43.08
%83.79
%0.78

Codes

Color #FD9029 in popluar color models

FD9029
RGB25314441
HSL29°98.15%57.65%
HSB/HSV29°83.79%99.22%
CMYK0.00%43.08%83.79%
0.78%

Color #FD9029 in popluar number systems.

HEXFD9029
Decimal25314441
Binary1111110110010000101001
Octal37522051

Shades and tints

Shades of #FD9029

#FD9029
(253,144,41)
#E68326
(230,131,38)
#CF7623
(207,118,35)
#B86920
(184,105,32)
#A15C1D
(161,92,29)
#8A4F1A
(138,79,26)
#734217
(115,66,23)
#5C3514
(92,53,20)
#452811
(69,40,17)
#2E1B0E
(46,27,14)
#170E0B
(23,14,11)
#000000
(0,0,0)

Tints of #FD9029

#FD9029
(253,144,41)
#FD9A3C
(253,154,60)
#FDA44F
(253,164,79)
#FDAE62
(253,174,98)
#FDB875
(253,184,117)
#FDC288
(253,194,136)
#FDCC9B
(253,204,155)
#FDD6AE
(253,214,174)
#FDE0C1
(253,224,193)
#FDEAD4
(253,234,212)
#FDF4E7
(253,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD9029 color. Also use rgb(253,144,41) instead hex code.

Text Font Color

.myTextColor { color: #FD9029; }

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

This text font color is #FD9029.


Background Color

.myBgColor { background-color: #FD9029; }

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

This div background color is #FD9029.


Border color

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

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

This div border color is #FD9029.


Opacity

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

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

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

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

This text has shadow with #FD9029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD9029 on black background.


Color preview on white background

This text has color #FD9029 on white background.



Black color preview on #FD9029 background

This text has black color on #FD9029 background.


White color preview on #FD9029 background

This text has white color on #FD9029 background.