Color Hex Logo

#fd551b Color Hex

#FD551B
(253,85,27)
0 Favorites   0 Comments

Color spaces of #fd551b

RGB 2538527
HSL0.040.980.55
HSV15°89°99°
CMYK 0.000.660.89   0.01
XYZ43.954327.45884.0203
Yxy27.45880.58270.3640
Hunter Lab52.401158.024532.1320
CIE-Lab59.396661.670263.3959

#fd551b color RGB value is (253,85,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010101 00011011
Octal 375 125 33
Decimal 253 85 27
Hex FD 55 1B

RGB Percentages of Color #fd551b

%69.32
%23.29
%7.40

CMYK Percentages of Color #fd551b

%0
%66
%89
%1

Triadic Colors of #fd551b

#fd551b #1bfd55 #551bfd

Analogous Colors of #fd551b

#fd551b #fdc61b #fd1b52

Monochromatic Colors of #fd551b

#fd551b

Complementary Color

#fd551b #1bc3fd

#fd551b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd551b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd551b Color CSS Codes

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

#fd551b Text Font Color

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

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


#fd551b Background Color

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

This div background color is #fd551b


#fd551b Border Color

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

This div border color is #fd551b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd551b


Comments

No comments written yet.

Please login to write comment.