Color Hex Logo

#fd653d Color Hex

#FD653D
(253,101,61)
0 Favorites   0 Comments

Color spaces of #fd653d

RGB 25310161
HSL0.030.980.62
HSV13°76°99°
CMYK 0.000.600.76   0.01
XYZ46.004030.52697.8825
Yxy30.52690.54500.3616
Hunter Lab55.251251.935730.2171
CIE-Lab62.106255.910151.3109

#fd653d color RGB value is (253,101,61).

#fd653d hex color red value is 253, green value is 101 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #fd653d hue: 0.03 , saturation: 0.98 and the lightness value of fd653d is 0.62.

The process color (four color CMYK) of #fd653d color hex is 0.00, 0.60, 0.76, 0.01. Web safe color of #fd653d is #ff6633. Color #fd653d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100101 00111101
Octal 375 145 75
Decimal 253 101 61
Hex FD 65 3D

RGB Percentages of Color #fd653d

%60.96
%24.34
%14.70

CMYK Percentages of Color #fd653d

%0
%60
%76
%1

Triadic Colors of #fd653d

#fd653d #3dfd65 #653dfd

Analogous Colors of #fd653d

#fd653d #fdc53d #fd3d75

Monochromatic Colors of #fd653d

#fd653d

Complementary Color

#fd653d #3dd5fd

#fd653d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd653d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd653d Color CSS Codes

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

#fd653d Text Font Color

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

This sample text font color is #fd653d
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.


#fd653d Background Color

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

This div background color is #fd653d


#fd653d Border Color

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

This div border color is #fd653d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd653d

Related Colors


Comments

No comments written yet.

Please login to write comment.