Color Hex Logo

#fd945b Color Hex

#FD945B
(253,148,91)
0 Favorites   0 Comments

Color spaces of #fd945b

RGB 25314891
HSL0.060.980.67
HSV21°64°99°
CMYK 0.000.420.64   0.01
XYZ52.986242.817815.3695
Yxy42.81780.47660.3851
Hunter Lab65.435330.028531.8786
CIE-Lab71.431134.649546.6084

#fd945b color RGB value is (253,148,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010100 01011011
Octal 375 224 133
Decimal 253 148 91
Hex FD 94 5B

RGB Percentages of Color #fd945b

%51.42
%30.08
%18.50

CMYK Percentages of Color #fd945b

%0
%42
%64
%1

Triadic Colors of #fd945b

#fd945b #5bfd94 #945bfd

Analogous Colors of #fd945b

#fd945b #fde55b #fd5b73

Monochromatic Colors of #fd945b

#fd945b

Complementary Color

#fd945b #5bc4fd

#fd945b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd945b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd945b Color CSS Codes

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

#fd945b Text Font Color

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

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


#fd945b Background Color

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

This div background color is #fd945b


#fd945b Border Color

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

This div border color is #fd945b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd945b


Comments

No comments written yet.

Please login to write comment.