Color Hex Logo

#fd8b52 Color Hex

#FD8B52
(253,139,82)
0 Favorites   0 Comments

Color spaces of #fd8b52

RGB 25313982
HSL0.060.980.66
HSV20°68°99°
CMYK 0.000.450.68   0.01
XYZ51.263639.957112.9932
Yxy39.95710.49190.3834
Hunter Lab63.211634.140232.0610
CIE-Lab69.439038.727848.8435

#fd8b52 color RGB value is (253,139,82).

#fd8b52 hex color red value is 253, green value is 139 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #fd8b52 hue: 0.06 , saturation: 0.98 and the lightness value of fd8b52 is 0.66.

The process color (four color CMYK) of #fd8b52 color hex is 0.00, 0.45, 0.68, 0.01. Web safe color of #fd8b52 is #ff9966. Color #fd8b52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001011 01010010
Octal 375 213 122
Decimal 253 139 82
Hex FD 8B 52

RGB Percentages of Color #fd8b52

%53.38
%29.32
%17.30

CMYK Percentages of Color #fd8b52

%0
%45
%68
%1

Triadic Colors of #fd8b52

#fd8b52 #52fd8b #8b52fd

Analogous Colors of #fd8b52

#fd8b52 #fde152 #fd526f

Monochromatic Colors of #fd8b52

#fd8b52

Complementary Color

#fd8b52 #52c4fd

#fd8b52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8b52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8b52 Color CSS Codes

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

#fd8b52 Text Font Color

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

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


#fd8b52 Background Color

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

This div background color is #fd8b52


#fd8b52 Border Color

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

This div border color is #fd8b52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8b52


Comments

No comments written yet.

Please login to write comment.