COLOR #FD692E

HEX: #FD692E RGB: (253,105,46)

Color info

#FD692E contains mainly red color. Web safe color of #FD692E is #FF6633 (or #F63).

RGB color model

#FD692E color RGB value is (253,105,46).

RGB: (253,105,46) (99%, 41%, 18%)

RGB channels and saturation

R 253 of 255 = 99%
G 105 of 255 = 41%
B 46 of 255 = 18%

253
105
46

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

Portions of RGB colors in percentages

R + G + B = 253 + 105 + 46 = 404 (100%)
R 253 of 404 ~ 62.62%
G 105 of 404 ~ 25.99%
B 46 of 404 ~ 11.39'%

%62.62
%25.99
%11.39

CMYK color model

#FD692E color CMYK value is (0,58,82,1).

  • cyan value is 0.00%
  • magenta value is 58.50%
  • yellow value is 81.82%
  • key color value is 0.78%

CMYK: (0,58,82,1)
C0M58Y82K1 (0%, 58%, 82%, 1%)
(0.00 / 0.58 / 0.82 / 0.01)

CMYK percentages

%0
%58.5
%81.82
%0.78

Codes

Color #FD692E in popluar color models

FD 69 2E
RGB 253 105 46
HSL 17° 98.10% 58.63%
HSB/HSV 17° 81.82% 99.22%
CMYK 0.00% 58.50% 81.82%
0.78%

Color #FD692E in popluar number systems.

HEX FD 69 2E
Decimal 253 105 46
Binary 11111101 1101001 101110
Octal 375 151 56

Shades and tints

Shades of #FD692E

#FD692E
(253,105,46)
#E6602A
(230,96,42)
#CF5726
(207,87,38)
#B84E22
(184,78,34)
#A1451E
(161,69,30)
#8A3C1A
(138,60,26)
#733316
(115,51,22)
#5C2A12
(92,42,18)
#45210E
(69,33,14)
#2E180A
(46,24,10)
#170F06
(23,15,6)
#000000
(0,0,0)

Tints of #FD692E

#FD692E
(253,105,46)
#FD7641
(253,118,65)
#FD8354
(253,131,84)
#FD9067
(253,144,103)
#FD9D7A
(253,157,122)
#FDAA8D
(253,170,141)
#FDB7A0
(253,183,160)
#FDC4B3
(253,196,179)
#FDD1C6
(253,209,198)
#FDDED9
(253,222,217)
#FDEBEC
(253,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD692E color. Also use rgb(253,105,46) instead hex code.

Text Font Color

.myTextColor { color: #FD692E; }

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

This text font color is #FD692E.

Background Color

.myBgColor { background-color: #FD692E; }

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

This div background color is #FD692E.

Border color

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

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

This div border color is #FD692E.

Opacity

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

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

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

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

This text has shadow with #FD692E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD692E.

Preview

Color preview on black background

This text has color #FD692E on black background.


Color preview on white background

This text has color #FD692E on white background.


Black color preview on #FD692E background

This text has black color on #FD692E background.


White color preview on #FD692E background

This text has white color on #FD692E background.


Related colors

Complementary color

Complementary color for #hex is #0296D1.


I love getcolorcode.com

Triadic colors

1 #2EFD69 and #692EFD with #FD692E are triadic colors.

2 #2E69FD and #69FD2E with #FD692E are triadic colors.