Color Hex Logo

#fd692d Color Hex

#FD692D
(253,105,45)
0 Favorites   0 Comments

Color spaces of #fd692d

RGB 25310545
HSL0.050.980.58
HSV17°82°99°
CMYK 0.000.580.82   0.01
XYZ46.033231.17536.0738
Yxy31.17530.55270.3743
Hunter Lab55.834849.453932.6347
CIE-Lab62.655353.626259.1945

#fd692d color RGB value is (253,105,45).

#fd692d hex color red value is 253, green value is 105 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #fd692d hue: 0.05 , saturation: 0.98 and the lightness value of fd692d is 0.58.

The process color (four color CMYK) of #fd692d color hex is 0.00, 0.58, 0.82, 0.01. Web safe color of #fd692d is #ff6633. Color #fd692d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101001 00101101
Octal 375 151 55
Decimal 253 105 45
Hex FD 69 2D

RGB Percentages of Color #fd692d

%62.78
%26.05
%11.17

CMYK Percentages of Color #fd692d

%0
%58
%82
%1

Triadic Colors of #fd692d

#fd692d #2dfd69 #692dfd

Analogous Colors of #fd692d

#fd692d #fdd12d #fd2d59

Monochromatic Colors of #fd692d

#fd692d

Complementary Color

#fd692d #2dc1fd

#fd692d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd692d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd692d Color CSS Codes

.mybgcolor {background-color:#fd692d; } 
.myforecolor {color:#fd692d; }
.mybordercolor {border:3px solid #fd692d; }

#fd692d Text Font Color

<p style="color:#fd692d">Text here</p>

This sample text font color is #fd692d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fd692d Background Color

<div style="background-color:#fd692d">
Div content here</div>

This div background color is #fd692d


#fd692d Border Color

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

This div border color is #fd692d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,105,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd692d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd692d;
  -webkit-box-shadow: 1px 1px 3px 2px #fd692d;
  box-shadow:         1px 1px 3px 2px #fd692d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,105,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fd692d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fd692d;
  -webkit-box-shadow: 1px 1px 3px 2px #fd692d;
  box-shadow:         1px 1px 3px 2px #fd692d;">
Div content here</div>

This div box has shadow with color #fd692d


Comments

No comments written yet.

Please login to write comment.