color codes Logo

#fd552e color codes

#FD552E
(253,85,46)
0 Favorites   0 Comments

Color spaces of #fd552e

RGB 2538546
HSL0.030.980.59
HSV11°82°99°
CMYK 0.000.660.82   0.01
XYZ44.249727.57695.5754
Yxy27.57690.57170.3563
Hunter Lab52.513758.510730.4648
CIE-Lab59.504662.069255.9122

#fd552e color RGB value is (253,85,46).

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

The process color (four color CMYK) of #fd552e color code is 0.00, 0.66, 0.82, 0.01. Web safe color of #fd552e is #ff6633. Color #fd552e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010101 00101110
Octal 375 125 56
Decimal 253 85 46
Hex FD 55 2E

RGB Percentages of Color #fd552e

%65.89
%22.14
%11.98

CMYK Percentages of Color #fd552e

%0
%66
%82
%1

Triadic Colors of #fd552e

#fd552e #2efd55 #552efd

Analogous Colors of #fd552e

#fd552e #fdbd2e #fd2e6f

Monochromatic Colors of #fd552e

#fd552e

Complementary Color

#fd552e #2ed6fd

#fd552e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd552e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd552e Color CSS Codes

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

#fd552e Text Font Color

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

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


#fd552e Background Color

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

This div background color is #fd552e


#fd552e Border Color

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

This div border color is #fd552e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd552e


Comments

No comments written yet.

Please login to write comment.