Color Hex Logo

#fd9452 Color Hex

#FD9452
(253,148,82)
0 Favorites   0 Comments

Color spaces of #fd9452

RGB 25314882
HSL0.060.980.66
HSV23°68°99°
CMYK 0.000.420.68   0.01
XYZ52.620942.671713.4457
Yxy42.67170.48390.3924
Hunter Lab65.323629.473033.5227
CIE-Lab71.331634.130850.9766

#fd9452 color RGB value is (253,148,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010100 01010010
Octal 375 224 122
Decimal 253 148 82
Hex FD 94 52

RGB Percentages of Color #fd9452

%52.38
%30.64
%16.98

CMYK Percentages of Color #fd9452

%0
%42
%68
%1

Triadic Colors of #fd9452

#fd9452 #52fd94 #9452fd

Analogous Colors of #fd9452

#fd9452 #fdea52 #fd5266

Monochromatic Colors of #fd9452

#fd9452

Complementary Color

#fd9452 #52bbfd

#fd9452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9452 Color CSS Codes

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

#fd9452 Text Font Color

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

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


#fd9452 Background Color

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

This div background color is #fd9452


#fd9452 Border Color

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

This div border color is #fd9452


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,148,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 #fd9452">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9452


Comments

No comments written yet.

Please login to write comment.