Color Hex Logo

#fd5730 Color Hex

#FD5730
(253,87,48)
0 Favorites   0 Comments

Color spaces of #fd5730

RGB 2538748
HSL0.030.980.59
HSV11°81°99°
CMYK 0.000.660.81   0.01
XYZ44.449727.91245.8412
Yxy27.91240.56840.3569
Hunter Lab52.832257.722430.4273
CIE-Lab59.809561.337755.2761

#fd5730 color RGB value is (253,87,48).

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

The process color (four color CMYK) of #fd5730 color hex is 0.00, 0.66, 0.81, 0.01. Web safe color of #fd5730 is #ff6633. Color #fd5730 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010111 00110000
Octal 375 127 60
Decimal 253 87 48
Hex FD 57 30

RGB Percentages of Color #fd5730

%65.21
%22.42
%12.37

CMYK Percentages of Color #fd5730

%0
%66
%81
%1

Triadic Colors of #fd5730

#fd5730 #30fd57 #5730fd

Analogous Colors of #fd5730

#fd5730 #fdbe30 #fd3070

Monochromatic Colors of #fd5730

#fd5730

Complementary Color

#fd5730 #30d6fd

#fd5730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd5730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd5730 Color CSS Codes

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

#fd5730 Text Font Color

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

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


#fd5730 Background Color

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

This div background color is #fd5730


#fd5730 Border Color

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

This div border color is #fd5730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd5730


Comments

No comments written yet.

Please login to write comment.