Color Hex Logo

#fd542f Color Hex

#FD542F
(253,84,47)
0 Favorites   0 Comments

Color spaces of #fd542f

RGB 2538447
HSL0.030.980.59
HSV11°81°99°
CMYK 0.000.670.81   0.01
XYZ44.191427.42855.6544
Yxy27.42850.57190.3549
Hunter Lab52.372258.965930.2593
CIE-Lab59.368962.483855.3292

#fd542f color RGB value is (253,84,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010100 00101111
Octal 375 124 57
Decimal 253 84 47
Hex FD 54 2F

RGB Percentages of Color #fd542f

%65.89
%21.88
%12.24

CMYK Percentages of Color #fd542f

%0
%67
%81
%1

Triadic Colors of #fd542f

#fd542f #2ffd54 #542ffd

Analogous Colors of #fd542f

#fd542f #fdbb2f #fd2f71

Monochromatic Colors of #fd542f

#fd542f

Complementary Color

#fd542f #2fd8fd

#fd542f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd542f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd542f Color CSS Codes

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

#fd542f Text Font Color

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

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


#fd542f Background Color

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

This div background color is #fd542f


#fd542f Border Color

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

This div border color is #fd542f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd542f


Comments

No comments written yet.

Please login to write comment.